Package cdm.base.staticdata.asset.common
Enum TaxonomySourceEnum
- All Implemented Interfaces:
Serializable,Comparable<TaxonomySourceEnum>
Represents the enumerated values to specify taxonomy sources.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresents the ISO 10962 Classification of Financial Instruments code.Represents the Commodity Futures Trading Commission (CFTC) as a taxonomy source.Represents the Canadian Securities Administrators (CSA) as a taxonomy source.Represents the EMIR Article 9 Asset Definition Identifier code.Identifies European Union Eligible Collateral Assets classification categories based on EMIR Uncleared Margin Rules.Represents the ISDA Collateral Asset Definition Idenifier code.Represents the ISDA product taxonomy.Represents the Monetary Authority of Singapore (MAS) as a taxonomy source.Denotes a user-specific scheme or taxonomy or other external sources not listed here.Identifies United Kingdom Eligible Collateral Assets classification categories based on UK Onshored EMIR Uncleared Margin Rules Eligible Collateral asset classes for both initial margin (IM) and variation margin (VM) posted and collected between specified entities.Please note: UK EMIR regulation will detail which eligible collateral assets classes apply to each type of entity pairing (counterparty) and which apply to posting of IM and VM.Identifies US Eligible Collateral Assets classification categories based on Uncleared Margin Rules published by the CFTC and the US Prudential Regulator. -
Method Summary
Modifier and TypeMethodDescriptionstatic TaxonomySourceEnumfromDisplayName(String name) toString()static TaxonomySourceEnumReturns the enum constant of this type with the specified name.static TaxonomySourceEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CFI
Represents the ISO 10962 Classification of Financial Instruments code. -
ISDA
Represents the ISDA product taxonomy. -
ICAD
Represents the ISDA Collateral Asset Definition Idenifier code. -
EMIR
Represents the EMIR Article 9 Asset Definition Identifier code. -
EU_EMIR_ELIGIBLE_COLLATERAL_ASSET_CLASS
@RosettaEnumValue("EU_EMIR_EligibleCollateralAssetClass") public static final TaxonomySourceEnum EU_EMIR_ELIGIBLE_COLLATERAL_ASSET_CLASSIdentifies European Union Eligible Collateral Assets classification categories based on EMIR Uncleared Margin Rules. -
UK_EMIR_ELIGIBLE_COLLATERAL_ASSET_CLASS
@RosettaEnumValue("UK_EMIR_EligibleCollateralAssetClass") public static final TaxonomySourceEnum UK_EMIR_ELIGIBLE_COLLATERAL_ASSET_CLASSIdentifies United Kingdom Eligible Collateral Assets classification categories based on UK Onshored EMIR Uncleared Margin Rules Eligible Collateral asset classes for both initial margin (IM) and variation margin (VM) posted and collected between specified entities.Please note: UK EMIR regulation will detail which eligible collateral assets classes apply to each type of entity pairing (counterparty) and which apply to posting of IM and VM. -
CFTC
Represents the Commodity Futures Trading Commission (CFTC) as a taxonomy source. -
US_CFTC_PR_ELIGIBLE_COLLATERAL_ASSET_CLASS
@RosettaEnumValue("US_CFTC_PR_EligibleCollateralAssetClass") public static final TaxonomySourceEnum US_CFTC_PR_ELIGIBLE_COLLATERAL_ASSET_CLASSIdentifies US Eligible Collateral Assets classification categories based on Uncleared Margin Rules published by the CFTC and the US Prudential Regulator. Note: While the same basic categories exist in the CFTC and US Prudential Regulators margin rules, the precise definitions or application of those rules could differ between the two rules. -
MAS
Represents the Monetary Authority of Singapore (MAS) as a taxonomy source. -
CSA
Represents the Canadian Securities Administrators (CSA) as a taxonomy source. -
OTHER
Denotes a user-specific scheme or taxonomy or other external sources not listed here.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<TaxonomySourceEnum>
-
toDisplayString
-