Skip to content

Class: CreditRatingDebt

Specifies the credit rating debt type(s) associated with the credit rating notation and scale. When several debt types are specified, they must be qualified through an 'any' or 'all'.

URI: common_domain_model:CreditRatingDebt

 classDiagram
    class CreditRatingDebt
    click CreditRatingDebt href "../CreditRatingDebt/"
      CreditRatingDebt : debtType

      CreditRatingDebt : debtTypes





        CreditRatingDebt --> "0..1" MultipleDebtTypes : debtTypes
        click MultipleDebtTypes href "../MultipleDebtTypes/"



Slots

Name Cardinality and Range Description Inheritance
debtType 0..1
string
Specifies when there is only one debt type direct
debtTypes 0..1
MultipleDebtTypes
Specifies if there are several debt types, alongside an 'any' or 'all' or all... direct

Usages

used by used in type used
DirectionRating debt range CreditRatingDebt
RatingAgencyValue debt range CreditRatingDebt
CreditNotation debt range CreditRatingDebt

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: CreditRatingDebt
description: Specifies the credit rating debt type(s) associated with the credit rating
  notation and scale. When several debt types are specified, they must be qualified
  through an 'any' or 'all'.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- debtType
- debtTypes
slot_usage:
  debtType:
    name: debtType
    description: Specifies when there is only one debt type. FpML doesn't specify
      values in relation to the associated scheme, which is hence not specified as
      an enumeration as part of the CDM.
    range: string

Induced

name: CreditRatingDebt
description: Specifies the credit rating debt type(s) associated with the credit rating
  notation and scale. When several debt types are specified, they must be qualified
  through an 'any' or 'all'.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  debtType:
    name: debtType
    description: Specifies when there is only one debt type. FpML doesn't specify
      values in relation to the associated scheme, which is hence not specified as
      an enumeration as part of the CDM.
    range: string
attributes:
  debtType:
    name: debtType
    description: Specifies when there is only one debt type. FpML doesn't specify
      values in relation to the associated scheme, which is hence not specified as
      an enumeration as part of the CDM.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CreditRatingDebt
    domain_of:
    - Security
    - AssetType
    - CreditRatingDebt
    - MultipleDebtTypes
    range: string
  debtTypes:
    name: debtTypes
    description: Specifies if there are several debt types, alongside an 'any' or
      'all' or all condition. As an example, Baa1 rating is required for any long
      term debt and deposit.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CreditRatingDebt
    domain_of:
    - CreditRatingDebt
    range: MultipleDebtTypes