Class: TransferInformationElection
Specifies the party reference and the associated transfer & contact information.
URI: common_domain_model:TransferInformationElection
classDiagram
class TransferInformationElection
click TransferInformationElection href "../TransferInformationElection/"
ContactInformationElection <|-- TransferInformationElection
click ContactInformationElection href "../ContactInformationElection/"
TransferInformationElection : partyReference
TransferInformationElection --> "1" CounterpartyRoleEnum : partyReference
click CounterpartyRoleEnum href "../CounterpartyRoleEnum/"
TransferInformationElection : primaryContactInformation
TransferInformationElection --> "0..1" ContactInformation : primaryContactInformation
click ContactInformation href "../ContactInformation/"
Inheritance
- ContactInformationElection
- TransferInformationElection
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| partyReference | 1 CounterpartyRoleEnum |
The party to which the election and details apply | ContactInformationElection |
| primaryContactInformation | 0..1 ContactInformation |
The main notice/address information of the party | ContactInformationElection |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AddressesForTransfer | partyElection | range | TransferInformationElection |
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:TransferInformationElection |
| native | common_domain_model:TransferInformationElection |
LinkML Source
Direct
name: TransferInformationElection
description: Specifies the party reference and the associated transfer & contact information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformationElection
Induced
name: TransferInformationElection
description: Specifies the party reference and the associated transfer & contact information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformationElection
attributes:
partyReference:
name: partyReference
annotations:
metadata_reference:
tag: metadata_reference
value: true
description: The party to which the election and details apply.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferInformationElection
domain_of:
- Counterparty
- AncillaryParty
- RelatedParty
- Account
- PartyRole
- PartyCustomisedWorkflow
- ContactInformationElection
- PartyAgreementIdentifier
range: CounterpartyRoleEnum
required: true
primaryContactInformation:
name: primaryContactInformation
description: The main notice/address information of the party.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferInformationElection
domain_of:
- ContactInformationElection
range: ContactInformation