Enum: RatingPriorityResolutionEnum
Represents an enumeration list to identify which Collateral Criteria type should have priority over others. If set to 'Issuer', the rating in the Issuer Criteria has priority or is used if there is no Asset criteria. If set to 'Asset', the rating in the Asset Criteria has priority or is used if there is no Issuer rating.
URI: common_domain_model:RatingPriorityResolutionEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Issuer | None | Denotes that the Issuer Criteria has priority |
| Asset | None | Denotes that the Asset Criteria has priority |
| Lowest | None | Denotes that lowest rating should be used if several criteria apply |
| Highest | None | Denotes that highest rating should be used if several criteria apply |
| Average | None | Denotes that average rating should be used if several criteria apply |
Slots
| Name | Description |
|---|---|
| ratingPriorityResolution | Denotes which Criteria has priority if more than one agency rating applies |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: RatingPriorityResolutionEnum
description: Represents an enumeration list to identify which Collateral Criteria
type should have priority over others. If set to 'Issuer', the rating in the Issuer
Criteria has priority or is used if there is no Asset criteria. If set to 'Asset',
the rating in the Asset Criteria has priority or is used if there is no Issuer rating.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
Issuer:
text: Issuer
description: Denotes that the Issuer Criteria has priority.
Asset:
text: Asset
description: Denotes that the Asset Criteria has priority.
Lowest:
text: Lowest
description: Denotes that lowest rating should be used if several criteria apply.
Highest:
text: Highest
description: Denotes that highest rating should be used if several criteria apply.
Average:
text: Average
description: Denotes that average rating should be used if several criteria apply.