Package cdm.legaldocumentation.csa
Interface PostingObligationsElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PostingObligationsElection.PostingObligationsElectionBuilder
- All Known Implementing Classes:
PostingObligationsElection.PostingObligationsElectionBuilderImpl,PostingObligationsElection.PostingObligationsElectionImpl
@RosettaDataType(value="PostingObligationsElection",
builder=PostingObligationsElectionBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="PostingObligationsElection",
model="cdm",
builder=PostingObligationsElectionBuilderImpl.class,
version="6.19.0")
public interface PostingObligationsElection
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the collateral posting obligations for the security provider party(ies).
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(ii)" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PostingObligationsElectionstatic classImmutable Implementation of PostingObligationsElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The additional language that might be specified by the parties to the legal agreement.If set to True, the Control Agreement is a Credit Support Document with respect to the party(ies).List<? extends EligibleCollateralCriteria> The eligible collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation.The excluded collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation.getParty()The elective party.default Class<? extends PostingObligationsElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PostingObligationsElection> 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
-
getParty
CounterpartyRoleEnum getParty()The elective party. -
getAsPermitted
Boolean getAsPermitted()If set to True, the Control Agreement is a Credit Support Document with respect to the party(ies). Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "6" * clause "(e)" Provision -
getEligibleCollateral
List<? extends EligibleCollateralCriteria> getEligibleCollateral()The eligible collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin name "Eligible Credit Support (IM) Schedule" Provision -
getExcludedCollateral
String getExcludedCollateral()The excluded collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(ii)(B)(i)" Provision -
getAdditionalLanguage
String getAdditionalLanguage()The additional language that might be specified by the parties to the legal agreement. -
build
PostingObligationsElection build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
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
-