Package cdm.legaldocumentation.csa
Class PostingObligationsElection.PostingObligationsElectionImpl
java.lang.Object
cdm.legaldocumentation.csa.PostingObligationsElection.PostingObligationsElectionImpl
- All Implemented Interfaces:
PostingObligationsElection,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
EligibleCollateralElection.EligibleCollateralElectionImpl
- Enclosing interface:
PostingObligationsElection
public static class PostingObligationsElection.PostingObligationsElectionImpl
extends Object
implements PostingObligationsElection
Immutable Implementation of PostingObligationsElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.PostingObligationsElection
PostingObligationsElection.PostingObligationsElectionBuilder, PostingObligationsElection.PostingObligationsElectionBuilderImpl, PostingObligationsElection.PostingObligationsElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.PostingObligationsElection
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPostingObligationsElectionImpl(PostingObligationsElection.PostingObligationsElectionBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe 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()Specifies the party providing the security.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.PostingObligationsElection
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
PostingObligationsElectionImpl
protected PostingObligationsElectionImpl(PostingObligationsElection.PostingObligationsElectionBuilder builder)
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:PostingObligationsElectionSpecifies the party providing the security.- Specified by:
getPartyin interfacePostingObligationsElection
-
getAsPermitted
@RosettaAttribute("asPermitted") @Accessor(GETTER) @Required @RuneAttribute("asPermitted") public Boolean getAsPermitted()Description copied from interface:PostingObligationsElectionIf 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- Specified by:
getAsPermittedin interfacePostingObligationsElection
-
getEligibleCollateral
@RosettaAttribute("eligibleCollateral") @Accessor(GETTER) @Multi @RuneAttribute("eligibleCollateral") public List<? extends EligibleCollateralCriteria> getEligibleCollateral()Description copied from interface:PostingObligationsElectionThe 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- Specified by:
getEligibleCollateralin interfacePostingObligationsElection
-
getExcludedCollateral
@RosettaAttribute("excludedCollateral") @Accessor(GETTER) @RuneAttribute("excludedCollateral") public String getExcludedCollateral()Description copied from interface:PostingObligationsElectionThe 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- Specified by:
getExcludedCollateralin interfacePostingObligationsElection
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:PostingObligationsElectionThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfacePostingObligationsElection
-
build
Description copied from interface:PostingObligationsElectionBuild Methods- Specified by:
buildin interfacePostingObligationsElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacePostingObligationsElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(PostingObligationsElection.PostingObligationsElectionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-