{"openapi":"3.0.4","info":{"title":"LegalEntity","version":"0.0.1"},"paths":{},"components":{"schemas":{"LegalEntity":{"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the Legal Entity","nullable":true},"description":{"type":"string","description":"The description of the Legal Entity","nullable":true},"href":{"type":"string","description":"The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.","format":"uri","nullable":true},"lusidLegalEntityId":{"type":"string","description":"The unique LUSID Legal Entity Identifier of the Legal Entity.","nullable":true},"identifiers":{"type":"object","additionalProperties":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Property"},"description":"Unique client-defined identifiers of the Legal Entity.","nullable":true},"properties":{"type":"object","additionalProperties":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Property"},"description":"A set of properties associated to the Legal Entity.","nullable":true},"relationships":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Relationship"},"description":"A set of relationships associated to the Legal Entity.","nullable":true},"counterpartyRiskInformation":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/CounterpartyRiskInformation"},"version":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Version"},"links":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Link"},"nullable":true}},"additionalProperties":false,"description":"Representation of Legal Entity on LUSID API","title":"LegalEntity"}}}}