Package cdm.legaldocumentation.csa
Enum AdditionalTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<AdditionalTypeEnum>
The enumerated values to specify the Additional Type of transaction that can require the collection or delivery of initial margin under a given regulatory regime for the purposes of Covered Transactions.
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(b)(B)" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSingle stock equity option or index option transaction as referred to in the transitional provisions (if any) of the EMIR RTS.No Additional Type of transaction is applicable to the regulatory regulatory regime. -
Method Summary
Modifier and TypeMethodDescriptionstatic AdditionalTypeEnumfromDisplayName(String name) toString()static AdditionalTypeEnumReturns the enum constant of this type with the specified name.static AdditionalTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NOT_APPLICABLE
No Additional Type of transaction is applicable to the regulatory regulatory regime. -
EQUITY_OPTION_OR_INDEX_OPTION
@RosettaEnumValue("EquityOptionOrIndexOption") public static final AdditionalTypeEnum EQUITY_OPTION_OR_INDEX_OPTIONSingle stock equity option or index option transaction as referred to in the transitional provisions (if any) of the EMIR RTS. -
OTHER
-
-
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<AdditionalTypeEnum>
-
toDisplayString
-