Package cdm.legaldocumentation.csa
Enum 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:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCurrency Option Transactions.FX Transactions with Settlement date.FX Transactions. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExposureScopeProductEnumfromDisplayName(String name) toString()static ExposureScopeProductEnumReturns the enum constant of this type with the specified name.static ExposureScopeProductEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FX_TRANSACTIONS
@RosettaEnumValue(value="FXTransactions", displayName="FX Transactions") public static final ExposureScopeProductEnum FX_TRANSACTIONSFX Transactions. -
FX_SETTLEMENT_DATE
@RosettaEnumValue(value="FXSettlementDate", displayName="FX Transaction with Settlement Date") public static final ExposureScopeProductEnum FX_SETTLEMENT_DATEFX Transactions with Settlement date. -
CURRENCY_OPTION_TRANSACTIONS
@RosettaEnumValue(value="CurrencyOptionTransactions", displayName="Currency Option Transactions") public static final ExposureScopeProductEnum CURRENCY_OPTION_TRANSACTIONSCurrency Option Transactions.
-
-
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<ExposureScopeProductEnum>
-
toDisplayString
-