Package cdm.legaldocumentation.csa
Enum MarginApproachEnum
- All Implemented Interfaces:
Serializable,Comparable<MarginApproachEnum>
Values to specify the margin approach specific to Initial Margin agreements.
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_IM_NewYork_2018 ISDA 2018 New York Law Credit Support Annex for Initial Margin paragraph "13" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAllocated Margin Flow (IM/IA) Approach.Distinct Margin Flow (IM) Approach.Greater of Margin Flow (IM/IA) Approach. -
Method Summary
Modifier and TypeMethodDescriptionstatic MarginApproachEnumfromDisplayName(String name) toString()static MarginApproachEnumReturns the enum constant of this type with the specified name.static MarginApproachEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DISTINCT
Distinct Margin Flow (IM) Approach. -
ALLOCATED
Allocated Margin Flow (IM/IA) Approach. -
GREATER_OF
Greater of Margin Flow (IM/IA) Approach.
-
-
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<MarginApproachEnum>
-
toDisplayString
-