Skip to content

Class: ReferenceBank

A class to describe an institution (party) identified by means of a coding scheme and an optional name.

URI: common_domain_model:ReferenceBank

 classDiagram
    class ReferenceBank
    click ReferenceBank href "../ReferenceBank/"
      ReferenceBank : referenceBankId

      ReferenceBank : referenceBankName

Slots

Name Cardinality and Range Description Inheritance
referenceBankId 1
string
An institution (party) identifier, e direct
referenceBankName 0..1
string
The name of the institution (party) direct

Usages

used by used in type used
ReferenceBanks referenceBank range ReferenceBank

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ReferenceBank
description: A class to describe an institution (party) identified by means of a coding
  scheme and an optional name.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- referenceBankId
- referenceBankName

Induced

name: ReferenceBank
description: A class to describe an institution (party) identified by means of a coding
  scheme and an optional name.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  referenceBankId:
    name: referenceBankId
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: An institution (party) identifier, e.g. a bank identifier code (BIC).
      FpML specifies a referenceBankIdScheme.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ReferenceBank
    domain_of:
    - ReferenceBank
    range: string
    required: true
  referenceBankName:
    name: referenceBankName
    description: The name of the institution (party). A free format string. FpML does
      not define usage rules for the element.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ReferenceBank
    domain_of:
    - ReferenceBank
    range: string