Package cdm.legaldocumentation.csa
Enum SimmExceptionApplicableEnum
- All Implemented Interfaces:
Serializable,Comparable<SimmExceptionApplicableEnum>
@RosettaEnum("SimmExceptionApplicableEnum")
public enum SimmExceptionApplicableEnum
extends Enum<SimmExceptionApplicableEnum>
Values to specify the SIMM normalized exception approaches.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Annex CSA_IM_2018 ISDA 2018 Credit Support Annex For Initial Margin paragraph "13 General Principles" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ISDA Standard Initial Margin Model exception is applicable as a Fallback to Mandatory Method.The ISDA Standard Initial Margin Model exception is applicable as a Mandatory Method.An alternative approach is described in the document. -
Method Summary
Modifier and TypeMethodDescriptionstatic SimmExceptionApplicableEnumfromDisplayName(String name) toString()static SimmExceptionApplicableEnumReturns the enum constant of this type with the specified name.static SimmExceptionApplicableEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FALL_BACK_TO_MANDATORY_METHOD
@RosettaEnumValue("FallBackToMandatoryMethod") public static final SimmExceptionApplicableEnum FALL_BACK_TO_MANDATORY_METHODThe ISDA Standard Initial Margin Model exception is applicable as a Fallback to Mandatory Method. -
MANDATORY_METHOD
@RosettaEnumValue("MandatoryMethod") public static final SimmExceptionApplicableEnum MANDATORY_METHODThe ISDA Standard Initial Margin Model exception is applicable as a Mandatory Method. -
OTHER_METHOD
An alternative approach is described in the document.
-
-
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<SimmExceptionApplicableEnum>
-
toDisplayString
-