Uses of Class
org.isda.cdm.HoldingPostedCollateralEnum
-
Packages that use HoldingPostedCollateralEnum Package Description org.isda.cdm -
-
Uses of HoldingPostedCollateralEnum in org.isda.cdm
Fields in org.isda.cdm with type parameters of type HoldingPostedCollateralEnum Modifier and Type Field Description protected java.util.List<HoldingPostedCollateralEnum>
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder. partyTerms
Methods in org.isda.cdm that return HoldingPostedCollateralEnum Modifier and Type Method Description static HoldingPostedCollateralEnum
HoldingPostedCollateralEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HoldingPostedCollateralEnum[]
HoldingPostedCollateralEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm that return types with arguments of type HoldingPostedCollateralEnum Modifier and Type Method Description java.util.List<HoldingPostedCollateralEnum>
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder. getPartyTerms()
java.util.List<HoldingPostedCollateralEnum>
EligibilityToHoldCollateral. getPartyTerms()
The condition(s) required by a party from the other party to hold its posted collateral.Methods in org.isda.cdm with parameters of type HoldingPostedCollateralEnum Modifier and Type Method Description EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder. addPartyTerms(HoldingPostedCollateralEnum partyTerms)
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder. addPartyTerms(HoldingPostedCollateralEnum partyTerms, int _idx)
Method parameters in org.isda.cdm with type arguments of type HoldingPostedCollateralEnum Modifier and Type Method Description EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder. addPartyTerms(java.util.List<HoldingPostedCollateralEnum> partyTermss)
-