Enum: AssetIdTypeEnum
Extends product identifiers with additional identifier sources for Assets.
URI: common_domain_model:AssetIdTypeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| CurrencyCode | None | Used to identify the currency of a Cash Asset |
| ExchangeCode | None | The identifier follows the symbology set by the exchange which lists the asse... |
| ClearingCode | None | The identifier follows the symbology set by the clearing house which clears t... |
Enumeration Operations
Inherits From: ProductIdTypeEnum
Slots
| Name | Description |
|---|---|
| identifierType | Defines the symbology source of the Asset Identifier, eg CUSIP, ISIN, etc |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: AssetIdTypeEnum
description: Extends product identifiers with additional identifier sources for Assets.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
CurrencyCode:
text: CurrencyCode
description: Used to identify the currency of a Cash Asset.
ExchangeCode:
text: ExchangeCode
description: The identifier follows the symbology set by the exchange which lists
the asset.
ClearingCode:
text: ClearingCode
description: The identifier follows the symbology set by the clearing house which
clears the asset.
inherits:
- ProductIdTypeEnum