Package cdm.legaldocumentation.csa
Interface HoldingAndUsingPostedCollateral
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder
- All Known Implementing Classes:
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilderImpl,HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralImpl
@RosettaDataType(value="HoldingAndUsingPostedCollateral",
builder=HoldingAndUsingPostedCollateralBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="HoldingAndUsingPostedCollateral",
model="cdm",
builder=HoldingAndUsingPostedCollateralBuilderImpl.class,
version="6.19.0")
public interface HoldingAndUsingPostedCollateral
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the elections for the holding and using of posted collateral.
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_VM_2016 ISDA 2016 Credit Support Annex for Variation Margin paragraph "13" * clause " (h)" * name "Holding and Using Posted Collateral (VM)" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of HoldingAndUsingPostedCollateralstatic classImmutable Implementation of HoldingAndUsingPostedCollateral -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends HoldingAndUsingPostedCollateralElection> The parties' elections for the holding and using of posted collateral.default Class<? extends HoldingAndUsingPostedCollateral> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends HoldingAndUsingPostedCollateral> 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
-
getPartyElection
List<? extends HoldingAndUsingPostedCollateralElection> getPartyElection()The parties' elections for the holding and using of posted collateral. -
build
HoldingAndUsingPostedCollateral 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 HoldingAndUsingPostedCollateral> 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
-