Skip to content

Class: NoticeInformationElection

Specifies the party reference and the associated notice and contact information.

URI: common_domain_model:NoticeInformationElection

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

      NoticeInformationElection : additionalContactInformation





        NoticeInformationElection --> "*" NoticeContactInformation : additionalContactInformation
        click NoticeContactInformation href "../NoticeContactInformation/"



      NoticeInformationElection : partyReference





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



      NoticeInformationElection : primaryContactInformation





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



Inheritance

Slots

Name Cardinality and Range Description Inheritance
additionalContactInformation *
NoticeContactInformation
Additional notice/address information of the party direct
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
DemandsAndNotices partyElection range NoticeInformationElection

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: NoticeInformationElection
description: Specifies the party reference and the associated notice and contact information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformationElection
slots:
- additionalContactInformation

Induced

name: NoticeInformationElection
description: Specifies the party reference and the associated notice and contact information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformationElection
attributes:
  additionalContactInformation:
    name: additionalContactInformation
    description: Additional notice/address information of the party.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: NoticeInformationElection
    domain_of:
    - NoticeInformationElection
    range: NoticeContactInformation
    multivalued: true
    inlined: true
    inlined_as_list: true
  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: NoticeInformationElection
    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: NoticeInformationElection
    domain_of:
    - ContactInformationElection
    range: ContactInformation