IndependentAmountRatings
Type CDM 7.2.0A logical container designed to hold a set of related data. In this case, designed to hold a set of information required when Independent Amount is determined using credit ratings.
Attributes
All 5 declared on IndependentAmountRatings. Cardinality in amber is required.
| Name | Type | Card. | Description |
|---|---|---|---|
| compare | IndependentAmountCompareEnum | 1..1 | Specifies how multiple credit ratings are compared when determining the applicable Independent Amount, and whether that measure is highest, lowest, or a comparison of either. |
| ratedParty | RatedPartyEnum | 1..1 | Specifies the party to whom the rating agency rating applies to for the purposes of determining the Independent Amount. |
| namedAffiliate | LegalEntity | 0..1 | Details the Named Affiliate where the Rated Party is Named Affiliate. |
| namedEntity | LegalEntity | 0..1 | Details the Named Entity where the Rated Party is Named Entity. |
| ratingType | RatingTypeEnum | 1..1 | The relevant rating type. |
Conditions
Validation rules the model enforces on this type, in Rune. An instance that breaks one of these is invalid CDM, whatever produced it.
if compare exists
then compare = IndependentAmountCompareEnum -> Compare
or compare = IndependentAmountCompareEnum -> Lowest
or compare = IndependentAmountCompareEnum -> Highest if ratedParty = RatedPartyEnum -> NamedAffiliate
then namedAffiliate exists
else namedAffiliate is absent if ratedParty = RatedPartyEnum -> NamedEntity
then namedEntity exists
else namedEntity is absent Open IndependentAmountRatings in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the type has changed. Free, no signup.