Enum ExposureScopeProductEnum

java.lang.Object
java.lang.Enum<ExposureScopeProductEnum>
cdm.legaldocumentation.csa.ExposureScopeProductEnum
All Implemented Interfaces:
Serializable, Comparable<ExposureScopeProductEnum>

@RosettaEnum("ExposureScopeProductEnum") public enum ExposureScopeProductEnum extends Enum<ExposureScopeProductEnum>
Description of the relevant derivative transactions excluded from the calculation of exposure.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • FX_TRANSACTIONS

      @RosettaEnumValue(value="FXTransactions", displayName="FX Transactions") public static final ExposureScopeProductEnum FX_TRANSACTIONS
      FX Transactions.
    • FX_SETTLEMENT_DATE

      @RosettaEnumValue(value="FXSettlementDate", displayName="FX Transaction with Settlement Date") public static final ExposureScopeProductEnum FX_SETTLEMENT_DATE
      FX Transactions with Settlement date.
    • CURRENCY_OPTION_TRANSACTIONS

      @RosettaEnumValue(value="CurrencyOptionTransactions", displayName="Currency Option Transactions") public static final ExposureScopeProductEnum CURRENCY_OPTION_TRANSACTIONS
      Currency Option Transactions.
  • Method Details

    • values

      public static ExposureScopeProductEnum[] 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 ExposureScopeProductEnum 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 ExposureScopeProductEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()