Package cdm.legaldocumentation.csa
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of EligibilityToHoldCollateralstatic classImmutable Implementation of EligibilityToHoldCollateral -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.List<? extends FieldWithMetaString> The restrictions that might be required by a party from the other party in terms of country(ies) where collateral can be held.The condition(s) required by a party from the other party to hold its posted collateral.default Class<? extends EligibilityToHoldCollateral> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibilityToHoldCollateral> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPartyTerms
List<HoldingPostedCollateralEnum> 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
EligibilityToHoldCollateral build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibilityToHoldCollateral> metaData()Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-