Package org.isda.cdm

Class 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
    • 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 class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object