Enum TaxonomySourceEnum

java.lang.Object
java.lang.Enum<TaxonomySourceEnum>
cdm.base.staticdata.asset.common.TaxonomySourceEnum
All Implemented Interfaces:
Serializable, Comparable<TaxonomySourceEnum>

@RosettaEnum("TaxonomySourceEnum") public enum TaxonomySourceEnum extends Enum<TaxonomySourceEnum>
Represents the enumerated values to specify taxonomy sources.
Version:
5.30.0
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Represents 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 Type
    Method
    Description
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • CFI

      @RosettaEnumValue("CFI") public static final TaxonomySourceEnum CFI
      Represents the ISO 10962 Classification of Financial Instruments code.
    • ISDA

      @RosettaEnumValue("ISDA") public static final TaxonomySourceEnum ISDA
      Represents the ISDA product taxonomy.
    • ICAD

      @RosettaEnumValue("ICAD") public static final TaxonomySourceEnum ICAD
      Represents the ISDA Collateral Asset Definition Idenifier code.
    • EMIR

      @RosettaEnumValue("EMIR") public static final TaxonomySourceEnum 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_CLASS
      Identifies 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_CLASS
      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.
    • CFTC

      @RosettaEnumValue("CFTC") public static final TaxonomySourceEnum 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_CLASS
      Identifies 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

      @RosettaEnumValue("MAS") public static final TaxonomySourceEnum MAS
      Represents the Monetary Authority of Singapore (MAS) as a taxonomy source.
    • CSA

      @RosettaEnumValue("CSA") public static final TaxonomySourceEnum CSA
      Represents the Canadian Securities Administrators (CSA) as a taxonomy source.
    • OTHER

      @RosettaEnumValue("Other") public static final TaxonomySourceEnum OTHER
      Denotes a user-specific scheme or taxonomy or other external sources not listed here.
  • Method Details

    • values

      public static TaxonomySourceEnum[] 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

      public static TaxonomySourceEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static TaxonomySourceEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TaxonomySourceEnum>
    • toDisplayString

      public String toDisplayString()