Enum: ValueCashEnum
Details of how cash collateral is valued when resolving disputes.
URI: common_domain_model:ValueCashEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| CashAmount | None | Cash - Amount thereof |
| CashPercentage | None | Cash - amount thereof multiplied by Valuation Percentage |
| CashPercentageLessHaircut | None | Cash - Amount Thereof multiplied by (Valuation Percentage - FX Haircut) |
| Other | None | Exception value |
Slots
| Name | Description |
|---|---|
| cash | Details of how cash collateral is valued when resolving disputes |
| cashCollateral | Details of how cash collateral is valued |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: ValueCashEnum
description: Details of how cash collateral is valued when resolving disputes.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
CashAmount:
text: CashAmount
description: Cash - Amount thereof.
aliases:
- Cash - Amount Thereof
CashPercentage:
text: CashPercentage
description: Cash - amount thereof multiplied by Valuation Percentage.
aliases:
- Cash - Amount Thereof multiplied by Valuation Percentage
CashPercentageLessHaircut:
text: CashPercentageLessHaircut
description: Cash - Amount Thereof multiplied by (Valuation Percentage - FX Haircut).
aliases:
- Cash - Amount Thereof multiplied by (Valuation Percentage - FX Haircut)
Other:
text: Other
description: Exception value.