Skip to content

Class: Tx

URI: common_domain_model:Tx

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

      Tx : newTx





        Tx --> "1" New : newTx
        click New href "../New/"



      Tx : pric





        Tx --> "1" Pric : pric
        click Pric href "../Pric/"



      Tx : qty





        Tx --> "1" Qty : qty
        click Qty href "../Qty/"



      Tx : tradDt

      Tx : tradgCpcty

      Tx : tradVn

Slots

Name Cardinality and Range Description Inheritance
newTx 1
New
direct
tradDt 1
string
direct
tradgCpcty 1
string
direct
qty 1
Qty
direct
pric 1
Pric
direct
tradVn 1
string
direct
ctryOfBrnch 1
string
direct

Usages

used by used in type used
FinInstrmRptgTxRpt tx range Tx
New tx range Tx

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Tx
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- newTx
- tradDt
- tradgCpcty
- qty
- pric
- tradVn
- ctryOfBrnch

Induced

name: Tx
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  newTx:
    name: newTx
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#New
    rank: 1000
    owner: Tx
    domain_of:
    - Tx
    range: New
    required: true
  tradDt:
    name: tradDt
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#TradDt
    rank: 1000
    owner: Tx
    domain_of:
    - Tx
    range: string
    required: true
  tradgCpcty:
    name: tradgCpcty
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#TradgCpcty
    rank: 1000
    owner: Tx
    domain_of:
    - Tx
    range: string
    required: true
  qty:
    name: qty
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#Qty
    rank: 1000
    owner: Tx
    domain_of:
    - Tx
    range: Qty
    required: true
  pric:
    name: pric
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#Pric
    rank: 1000
    owner: Tx
    domain_of:
    - Tx
    - Pric
    range: Pric
    required: true
  tradVn:
    name: tradVn
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#TradVn
    rank: 1000
    owner: Tx
    domain_of:
    - Tx
    range: string
    required: true
  ctryOfBrnch:
    name: ctryOfBrnch
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#CtryOfBrnch
    rank: 1000
    owner: Tx
    domain_of:
    - Tx
    - Prsn
    range: string
    required: true