Skip to content

Class: Sngl

URI: common_domain_model:Sngl

 classDiagram
    class Sngl
    click Sngl href "../Sngl/"
      Sngl : indx





        Sngl --> "1" Indx : indx
        click Indx href "../Indx/"



      Sngl : isin

Slots

Name Cardinality and Range Description Inheritance
isin 1
string
direct
indx 1
Indx
direct

Usages

used by used in type used
SwpOut sngl range Sngl
SwpIn sngl range Sngl

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Sngl
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- isin
- indx

Induced

name: Sngl
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  isin:
    name: isin
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#ISIN
    rank: 1000
    owner: Sngl
    domain_of:
    - Sngl
    range: string
    required: true
  indx:
    name: indx
    from_schema: https://w3id.org/lmodel/common-domain-model
    related_mappings:
    - icma:ISO20022#Indx
    rank: 1000
    owner: Sngl
    domain_of:
    - Sngl
    - RefRate
    range: Indx
    required: true