Skip to content

Class: ContactInformationElection

Specifies the party reference and the associated contact information.

URI: common_domain_model:ContactInformationElection

 classDiagram
    class ContactInformationElection
    click ContactInformationElection href "../ContactInformationElection/"
      ContactInformationElection <|-- NoticeInformationElection
        click NoticeInformationElection href "../NoticeInformationElection/"
      ContactInformationElection <|-- TransferInformationElection
        click TransferInformationElection href "../TransferInformationElection/"
      ContactInformationElection <|-- ProcessAgentElection
        click ProcessAgentElection href "../ProcessAgentElection/"

      ContactInformationElection : partyReference





        ContactInformationElection --> "1" CounterpartyRoleEnum : partyReference
        click CounterpartyRoleEnum href "../CounterpartyRoleEnum/"



      ContactInformationElection : primaryContactInformation





        ContactInformationElection --> "0..1" ContactInformation : primaryContactInformation
        click ContactInformation href "../ContactInformation/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
partyReference 1
CounterpartyRoleEnum
The party to which the election and details apply direct
primaryContactInformation 0..1
ContactInformation
The main notice/address information of the party direct

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:ContactInformationElection
native common_domain_model:ContactInformationElection

LinkML Source

Direct

name: ContactInformationElection
description: Specifies the party reference and the associated contact information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- partyReference
- primaryContactInformation
slot_usage:
  partyReference:
    name: partyReference
    description: The party to which the election and details apply.
    range: CounterpartyRoleEnum

Induced

name: ContactInformationElection
description: Specifies the party reference and the associated contact information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  partyReference:
    name: partyReference
    description: The party to which the election and details apply.
    range: CounterpartyRoleEnum
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: ContactInformationElection
    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: ContactInformationElection
    domain_of:
    - ContactInformationElection
    range: ContactInformation