Skip to content

Class: Prsn

URI: common_domain_model:Prsn

 classDiagram
    class Prsn
    click Prsn href "../Prsn/"
      Prsn : ctryOfBrnch

      Prsn : othr





        Prsn --> "1" Othr : othr
        click Othr href "../Othr/"



Slots

Name Cardinality and Range Description Inheritance
ctryOfBrnch 1
string
direct
othr 1
Othr
direct

Usages

used by used in type used
InvstmtDcsnPrsn prsn range Prsn
ExctgPrsn prsn range Prsn

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Prsn
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- ctryOfBrnch
- othr

Induced

name: Prsn
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  ctryOfBrnch:
    name: ctryOfBrnch
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#CtryOfBrnch
    rank: 1000
    owner: Prsn
    domain_of:
    - Tx
    - Prsn
    range: string
    required: true
  othr:
    name: othr
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#Othr
    rank: 1000
    owner: Prsn
    domain_of:
    - FinInstrm
    - Prsn
    range: Othr
    required: true