Package org.isda.cdm
Class EligibilityToHoldCollateral
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.EligibilityToHoldCollateral
-
@RosettaClass @RosettaSynonym(value="EligibilityToHoldCollateral", source="FpML_5_10") public class EligibilityToHoldCollateral extends com.rosetta.model.lib.RosettaModelObject
A class to specify the conditions under which a party and its custodian(s) are entitled to hold collateral. ISDA 2016 Credit Support Annex for Variation Margin, paragraph 13, (h)(i): Eligibility to Hold Posted Collateral (VM); Custodians (VM).- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
builder()
boolean
equals(java.lang.Object o)
CustodianTerms
getCustodianTerms()
The restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.java.util.List<FieldWithMetaString>
getEligibleCountry()
The restrictions that might be required by a party from the other party in terms of country(ies) where collateral can be held.java.util.List<HoldingPostedCollateralEnum>
getPartyTerms()
The condition(s) required by a party from the other party to hold its posted collateral.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibilityToHoldCollateral>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getCustodianTerms
@RosettaSynonym(value="custodianTerms", source="FpML_5_10") public final CustodianTerms getCustodianTerms()
The restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.
-
getEligibleCountry
@RosettaSynonym(value="eligibleCountry", source="FpML_5_10") public final java.util.List<FieldWithMetaString> getEligibleCountry()
The restrictions that might be required by a party from the other party in terms of country(ies) where collateral can be held.
-
getPartyTerms
@RosettaSynonym(value="holdingPostedCollateral", source="FpML_5_10") public final java.util.List<HoldingPostedCollateralEnum> getPartyTerms()
The condition(s) required by a party from the other party to hold its posted collateral.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibilityToHoldCollateral> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-