Package cdm.legaldocumentation.csa
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionThe custodian is acceptable to the other party to the agreement. -
Method Summary
Modifier and TypeMethodDescriptionstatic HoldingPostedCollateralEnumfromDisplayName(String name) toString()static HoldingPostedCollateralEnumReturns the enum constant of this type with the specified name.static HoldingPostedCollateralEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ACCEPTABLE_CUSTODIAN
@RosettaEnumValue("AcceptableCustodian") public static final HoldingPostedCollateralEnum ACCEPTABLE_CUSTODIANThe custodian is acceptable to the other party to the agreement.
-
-
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<HoldingPostedCollateralEnum>
-
toDisplayString
-