Skip to content

Class: RatingMultiplier

A logical container to hold a defined set of related data. In this case the collation of Ratings Information and associated exposure multiplier.

URI: common_domain_model:RatingMultiplier

 classDiagram
    class RatingMultiplier
    click RatingMultiplier href "../RatingMultiplier/"
      RatingMultiplier : exposureMultiplier

      RatingMultiplier : ratingVariableSet





        RatingMultiplier --> "1..*" CreditNotation : ratingVariableSet
        click CreditNotation href "../CreditNotation/"



Slots

Name Cardinality and Range Description Inheritance
ratingVariableSet 1..*
CreditNotation
Allows a grouping of Rating agencies and Rating values direct
exposureMultiplier 1
Decimal
Specifies the multiplier applied to exposure based on the credit rating of th... direct

Usages

used by used in type used
LegacyIndependentAmountRatingsXExposure highestLowestVariableSet range RatingMultiplier

In Subsets

Comments

  • Rosetta condition: RestrictingCreditNotation — ratingVariableSet -> scale is absent and ratingVariableSet -> outlook is absent and ratingVariableSet -> debt is absent and ratingVariableSet -> creditWatch is absent and ratingVariableSet -> agency exists and ratingVariableSet -> notation exists

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: RatingMultiplier
description: A logical container to hold a defined set of related data. In this case
  the collation of Ratings Information and associated exposure multiplier.
comments:
- 'Rosetta condition: RestrictingCreditNotation  ratingVariableSet -> scale is absent
  and ratingVariableSet -> outlook is absent and ratingVariableSet -> debt is absent
  and ratingVariableSet -> creditWatch is absent and ratingVariableSet -> agency exists
  and ratingVariableSet -> notation exists'
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- ratingVariableSet
- exposureMultiplier

Induced

name: RatingMultiplier
description: A logical container to hold a defined set of related data. In this case
  the collation of Ratings Information and associated exposure multiplier.
comments:
- 'Rosetta condition: RestrictingCreditNotation  ratingVariableSet -> scale is absent
  and ratingVariableSet -> outlook is absent and ratingVariableSet -> debt is absent
  and ratingVariableSet -> creditWatch is absent and ratingVariableSet -> agency exists
  and ratingVariableSet -> notation exists'
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  ratingVariableSet:
    name: ratingVariableSet
    description: Allows a grouping of Rating agencies and Rating values.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: RatingMultiplier
    domain_of:
    - RatingAgencyAmount
    - RatingMultiplier
    range: CreditNotation
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  exposureMultiplier:
    name: exposureMultiplier
    description: Specifies the multiplier applied to exposure based on the credit
      rating of the rated party.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: RatingMultiplier
    domain_of:
    - RatingMultiplier
    - DirectionRatingMultiplier
    range: decimal
    required: true