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:
7.0.0-dev.105 Body ISDA Corpus Scheme FpML_Coding_Scheme schemeLocation "http://www.fpml.org/coding-scheme/independent-amount-eligibility" Provision
  • Enum Constant Details

    • NONE

      @RosettaEnumValue("None") public static final IndependentAmountEligibilityEnum NONE
      None.
    • NONE_UNLESS_SPECIFIED_IN_CONFIRMATION

      @RosettaEnumValue("NoneUnlessSpecifiedInConfirmation") public static final IndependentAmountEligibilityEnum NONE_UNLESS_SPECIFIED_IN_CONFIRMATION
      None, unless otherwise specified in a Confirmation.
  • Method Details

    • values

      public static IndependentAmountEligibilityEnum[] 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

      public static IndependentAmountEligibilityEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static IndependentAmountEligibilityEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<IndependentAmountEligibilityEnum>
    • toDisplayString

      public String toDisplayString()