Package cdm.legaldocumentation.csa
Enum IndependentAmountEligibilityEnum
java.lang.Object
java.lang.Enum<IndependentAmountEligibilityEnum>
cdm.legaldocumentation.csa.IndependentAmountEligibilityEnum
- All Implemented Interfaces:
Serializable,Comparable<IndependentAmountEligibilityEnum>
@RosettaEnum("IndependentAmountEligibilityEnum")
public enum IndependentAmountEligibilityEnum
extends Enum<IndependentAmountEligibilityEnum>
The enumerated values to specify the instances where the independent amount eligible collateral is not defined as a set of eligible collateral assets.
- Version:
- 6.19.0 Body ISDA Corpus Scheme FpML_Coding_Scheme schemeLocation "http://www.fpml.org/coding-scheme/independent-amount-eligibility" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNone.None, unless otherwise specified in a Confirmation. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static IndependentAmountEligibilityEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
None. -
NONE_UNLESS_SPECIFIED_IN_CONFIRMATION
@RosettaEnumValue("NoneUnlessSpecifiedInConfirmation") public static final IndependentAmountEligibilityEnum NONE_UNLESS_SPECIFIED_IN_CONFIRMATIONNone, unless otherwise specified in a Confirmation.
-
-
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<IndependentAmountEligibilityEnum>
-
toDisplayString
-