Enum: AssetClassEnum
The enumerated values to specify the FpML asset class categorization.
URI: common_domain_model:AssetClassEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Commodity | http://www.fpml.org/coding-scheme/asset-class-2-1#Commodity | Commodity |
| Credit | http://www.fpml.org/coding-scheme/asset-class-2-1#Credit | Credit |
| Equity | http://www.fpml.org/coding-scheme/asset-class-2-1#Equity | Equity |
| ForeignExchange | http://www.fpml.org/coding-scheme/asset-class-2-1#ForeignExchange | ForeignExchange |
| InterestRate | http://www.fpml.org/coding-scheme/asset-class-2-1#InterestRate | InterestRate |
| MoneyMarket | None | Money Market Assets like CP and CD |
Slots
| Name | Description |
|---|---|
| primaryAssetClass | Classifies the most important risk class of the trade |
| secondaryAssetClass | Classifies additional risk classes of the trade, if any |
| assetClass | The Asset Class of the Index |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: AssetClassEnum
description: The enumerated values to specify the FpML asset class categorization.
from_schema: https://w3id.org/lmodel/common-domain-model
exact_mappings:
- http://www.fpml.org/coding-scheme/asset-class
rank: 1000
permissible_values:
Commodity:
text: Commodity
description: Commodity.
meaning: http://www.fpml.org/coding-scheme/asset-class-2-1#Commodity
Credit:
text: Credit
description: Credit.
meaning: http://www.fpml.org/coding-scheme/asset-class-2-1#Credit
Equity:
text: Equity
description: Equity.
meaning: http://www.fpml.org/coding-scheme/asset-class-2-1#Equity
ForeignExchange:
text: ForeignExchange
description: ForeignExchange.
meaning: http://www.fpml.org/coding-scheme/asset-class-2-1#ForeignExchange
InterestRate:
text: InterestRate
description: InterestRate.
meaning: http://www.fpml.org/coding-scheme/asset-class-2-1#InterestRate
MoneyMarket:
text: MoneyMarket
description: Money Market Assets like CP and CD.