Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.69 KB

Relationship.md

File metadata and controls

23 lines (13 loc) · 1.69 KB

Relationship

Representation of a Relationship between a requested entity with the stated entity as RelatedEntityId

Properties

Name Type Description Notes
version Version [optional]
relationshipDefinitionId ResourceId
relatedEntity RelatedEntity
traversalDirection String Direction of relationship between the requested entity and related entity. This can be 'In' or 'Out'. Read more about relationships traversal direction in LUSID Knowledge Base here https://support.lusid.com/knowledgebase/article/KA-01679.
traversalDescription String Description of the relationship based on relationship's traversal direction. If 'TraversalDirection' is 'Out', this description would be 'OutwardDescription' from the associated relationship definition. If 'TraversalDirection' is 'In', this description would be 'InwardDescription' from the associated relationship definition.
effectiveFrom OffsetDateTime The effective datetime from which the relationship is valid. [optional]
effectiveUntil OffsetDateTime The effective datetime until which the relationship is valid. If no future deletions are present or an effective until has not been set for the relationship, this will be indefinite and represented by the maximum date. [optional]

Back to Model listBack to API listBack to README