Skip to content

Class: CreditNotations

Represents the credit rating notation higher level construct, which provides the ability to specify multiple rating notations.

URI: common_domain_model:CreditNotations

 classDiagram
    class CreditNotations
    click CreditNotations href "../CreditNotations/"
      CreditNotations : creditNotation





        CreditNotations --> "0..1" CreditNotation : creditNotation
        click CreditNotation href "../CreditNotation/"



      CreditNotations : creditNotations





        CreditNotations --> "0..1" MultipleCreditNotations : creditNotations
        click MultipleCreditNotations href "../MultipleCreditNotations/"



Slots

Name Cardinality and Range Description Inheritance
creditNotation 0..1
CreditNotation
Specifies only one credit notation is determined direct
creditNotations 0..1
MultipleCreditNotations
Specifies if several credit notations exist, alongside an 'any' or 'all' or a... direct

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: CreditNotations
description: Represents the credit rating notation higher level construct, which provides
  the ability to specify multiple rating notations.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- creditNotation
- creditNotations

Induced

name: CreditNotations
description: Represents the credit rating notation higher level construct, which provides
  the ability to specify multiple rating notations.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  creditNotation:
    name: creditNotation
    description: Specifies only one credit notation is determined.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CreditNotations
    domain_of:
    - CreditNotations
    - MultipleCreditNotations
    - AgencyRatingCriteria
    range: CreditNotation
  creditNotations:
    name: creditNotations
    description: Specifies if several credit notations exist, alongside an 'any' or
      'all' or all condition.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CreditNotations
    domain_of:
    - CreditNotations
    range: MultipleCreditNotations