Interface EligibilityToHoldCollateral

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
All Known Implementing Classes:
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilderImpl, EligibilityToHoldCollateral.EligibilityToHoldCollateralImpl

@RosettaDataType(value="EligibilityToHoldCollateral", builder=EligibilityToHoldCollateralBuilderImpl.class, version="6.19.0") @RuneDataType(value="EligibilityToHoldCollateral", model="cdm", builder=EligibilityToHoldCollateralBuilderImpl.class, version="6.19.0") public interface 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.
Version:
6.19.0 Body ISDA Corpus Annex CSA_VM_2016 ISDA 2016 Credit Support Annex for Variation Margin paragraph "13" * clause " (h)(i)" * name "Eligibility to Hold Posted Collateral (VM) Custodians (VM)" Provision
  • Field Details

  • Method Details

    • getPartyTerms

      The condition(s) required by a party from the other party to hold its posted collateral.
    • getCustodianTerms

      CustodianTerms getCustodianTerms()
      The restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.
    • getEligibleCountry

      List<? extends 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.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibilityToHoldCollateral> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends EligibilityToHoldCollateral> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject