Package cdm.legaldocumentation.csa
Enum SensitivitiesEnum
- All Implemented Interfaces:
Serializable,Comparable<SensitivitiesEnum>
Values to specify the methodology according to which sensitivities to (i) equity indices, funds and ETFs, and (ii) commodity indices are computed.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(gg)(2)" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe parties agree that in respect of the relevant sensitivities, the delta is allocated back to individual constituents.The relevant sensitivities are addressed by the standard preferred approach where the entire delta is put into the applicable asset class/category. -
Method Summary
Modifier and TypeMethodDescriptionstatic SensitivitiesEnumfromDisplayName(String name) toString()static SensitivitiesEnumReturns the enum constant of this type with the specified name.static SensitivitiesEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALTERNATIVE
The parties agree that in respect of the relevant sensitivities, the delta is allocated back to individual constituents. -
STANDARD
The relevant sensitivities are addressed by the standard preferred approach where the entire delta is put into the applicable asset class/category.
-
-
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<SensitivitiesEnum>
-
toDisplayString
-