Package cdm.legaldocumentation.csa
Interface HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder
- All Superinterfaces:
HoldingAndUsingPostedCollateralElection,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilderImpl
- Enclosing interface:
HoldingAndUsingPostedCollateralElection
public static interface HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder
extends HoldingAndUsingPostedCollateralElection, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.HoldingAndUsingPostedCollateralElection
HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder, HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilderImpl, HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.HoldingAndUsingPostedCollateralElection
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe specification of the conditions under which a party and its custodian(s) are entitled to hold posted collateral.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setEligibilityToHoldCollateral(EligibilityToHoldCollateral eligibilityToHoldCollateral) setParty(CounterpartyRoleEnum party) setUseOfPostedCollateral(Boolean useOfPostedCollateral) Methods inherited from interface cdm.legaldocumentation.csa.HoldingAndUsingPostedCollateralElection
build, getParty, getType, getUseOfPostedCollateral, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateEligibilityToHoldCollateral
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder getOrCreateEligibilityToHoldCollateral() -
getEligibilityToHoldCollateral
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder getEligibilityToHoldCollateral()Description copied from interface:HoldingAndUsingPostedCollateralElectionThe specification of the conditions under which a party and its custodian(s) are entitled to hold posted collateral.- Specified by:
getEligibilityToHoldCollateralin interfaceHoldingAndUsingPostedCollateralElection
-
setParty
-
setEligibilityToHoldCollateral
HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder setEligibilityToHoldCollateral(EligibilityToHoldCollateral eligibilityToHoldCollateral) -
setUseOfPostedCollateral
HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder setUseOfPostedCollateral(Boolean useOfPostedCollateral) -
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-