Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.42 KB

LegalEntity.md

File metadata and controls

26 lines (16 loc) · 1.42 KB

LegalEntity

Representation of Legal Entity on LUSID API

Properties

Name Type Description Notes
displayName String The display name of the Legal Entity [optional]
description String The description of the Legal Entity [optional]
href URI The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. [optional]
lusidLegalEntityId String The unique LUSID Legal Entity Identifier of the Legal Entity. [optional]
identifiers Map<String, Property> Unique client-defined identifiers of the Legal Entity. [optional]
properties Map<String, Property> A set of properties associated to the Legal Entity. [optional]
relationships List<Relationship> A set of relationships associated to the Legal Entity. [optional]
counterpartyRiskInformation CounterpartyRiskInformation [optional]
version Version [optional]
links List<Link> [optional]

Back to Model listBack to API listBack to README