Skip to content

Class: PartyAgreementIdentifier

A class defining a legal agreement identifier issued by the indicated party.

URI: common_domain_model:PartyAgreementIdentifier

 classDiagram
    class PartyAgreementIdentifier
    click PartyAgreementIdentifier href "../PartyAgreementIdentifier/"
      PartyAgreementIdentifier : documentIdentifier





        PartyAgreementIdentifier --> "1..*" Identifier : documentIdentifier
        click Identifier href "../Identifier/"



      PartyAgreementIdentifier : partyReference





        PartyAgreementIdentifier --> "1" Party : partyReference
        click Party href "../Party/"



Slots

Name Cardinality and Range Description Inheritance
partyReference 1
Party
Party that issued the document identifier direct
documentIdentifier 1..*
Identifier
While FpML specifies the document identifier with a value and an associated s... direct

In Subsets

Identifier and Mapping Information

Annotations

property value
metadata_key True

Schema Source

Mappings

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

LinkML Source

Direct

name: PartyAgreementIdentifier
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: A class defining a legal agreement identifier issued by the indicated
  party.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- partyReference
- documentIdentifier
slot_usage:
  partyReference:
    name: partyReference
    description: Party that issued the document identifier.

Induced

name: PartyAgreementIdentifier
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: A class defining a legal agreement identifier issued by the indicated
  party.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  partyReference:
    name: partyReference
    description: Party that issued the document identifier.
attributes:
  partyReference:
    name: partyReference
    annotations:
      metadata_reference:
        tag: metadata_reference
        value: true
    description: Party that issued the document identifier.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PartyAgreementIdentifier
    domain_of:
    - Counterparty
    - AncillaryParty
    - RelatedParty
    - Account
    - PartyRole
    - PartyCustomisedWorkflow
    - ContactInformationElection
    - PartyAgreementIdentifier
    range: Party
    required: true
  documentIdentifier:
    name: documentIdentifier
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: While FpML specifies the document identifier with a value and an
      associated scheme, the CDM makes use of the Identifier, which has an explicit
      issuer. The issuer of this identifier is not necessarily the same as the party
      reference.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PartyAgreementIdentifier
    domain_of:
    - PartyAgreementIdentifier
    range: Identifier
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true