Enum HoldingPostedCollateralEnum

java.lang.Object
java.lang.Enum<HoldingPostedCollateralEnum>
cdm.legaldocumentation.csa.HoldingPostedCollateralEnum
All Implemented Interfaces:
Serializable, Comparable<HoldingPostedCollateralEnum>

@RosettaEnum("HoldingPostedCollateralEnum") public enum HoldingPostedCollateralEnum extends Enum<HoldingPostedCollateralEnum>
The enumerated values to specify condition(s) required by a party from the other party to hold its posted collateral.
Version:
6.19.0 Body ISDA Corpus Annex CSA_VM_2016 ISDA 2016 Credit Support Annex for Variation Margin paragraph "13 General Principles" * clause "(h)(i)" * name "Eligibility to Hold Posted Collateral (VM); Custodians (VM)" Provision Body ISDA Corpus Scheme FpML_Coding_Scheme schemeLocation "http://www.fpml.org/coding-scheme/holding-posted-collateral" Provision
  • Enum Constant Details

    • ACCEPTABLE_CUSTODIAN

      @RosettaEnumValue("AcceptableCustodian") public static final HoldingPostedCollateralEnum ACCEPTABLE_CUSTODIAN
      The custodian is acceptable to the other party to the agreement.
  • Method Details

    • values

      public static HoldingPostedCollateralEnum[] 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 HoldingPostedCollateralEnum 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 HoldingPostedCollateralEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()