Class: AncillaryEntity
Holds an identifier for an ancillary entity, either identified directly via its ancillary role or directly as a legal entity.
URI: common_domain_model:AncillaryEntity
classDiagram
class AncillaryEntity
click AncillaryEntity href "../AncillaryEntity/"
AncillaryEntity : ancillaryParty
AncillaryEntity --> "0..1" AncillaryRoleEnum : ancillaryParty
click AncillaryRoleEnum href "../AncillaryRoleEnum/"
AncillaryEntity : legalEntity
AncillaryEntity --> "0..1" LegalEntity : legalEntity
click LegalEntity href "../LegalEntity/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| ancillaryParty | 0..1 AncillaryRoleEnum |
Identifies a party via its ancillary role on a transaction (e | direct |
| legalEntity | 0..1 LegalEntity |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Nationalization | relevantAffiliate | range | AncillaryEntity |
| ValuationSource | dealerOrCCP | range | AncillaryEntity |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:AncillaryEntity |
| native | common_domain_model:AncillaryEntity |
| close | fpml_5_10:AncillaryEntity |
LinkML Source
Direct
name: AncillaryEntity
description: Holds an identifier for an ancillary entity, either identified directly
via its ancillary role or directly as a legal entity.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AncillaryEntity
slots:
- ancillaryParty
- legalEntity
Induced
name: AncillaryEntity
description: Holds an identifier for an ancillary entity, either identified directly
via its ancillary role or directly as a legal entity.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AncillaryEntity
attributes:
ancillaryParty:
name: ancillaryParty
description: Identifies a party via its ancillary role on a transaction (e.g.
CCP or DCO through which the trade should be cleared.)
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AncillaryEntity.ancillaryParty
rank: 1000
owner: AncillaryEntity
domain_of:
- AncillaryEntity
- ExecutionInstruction
- TermsChangeInstruction
- PartyChangeInstruction
- TradableProduct
range: AncillaryRoleEnum
legalEntity:
name: legalEntity
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AncillaryEntity.legalEntity
rank: 1000
owner: AncillaryEntity
domain_of:
- AncillaryEntity
range: LegalEntity