Package org.isda.cdm
Class PostingObligationsElection
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PostingObligationsElection
-
@RosettaClass public class PostingObligationsElection extends com.rosetta.model.lib.RosettaModelObject
A class to specify the collateral posting obligations as specified under the terms of the ISDA 2016 Credit Support Annex for Initial Margin, paragraph 13, General Principles, (ii).- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PostingObligationsElection.PostingObligationsElectionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PostingObligationsElection.PostingObligationsElectionBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getAdditionalLanguage()
The additional language that might be specified by the parties to the legal agreement.java.lang.Boolean
getAsPermitted()
If set to True, the Control Agreement is a Credit Support Document with respect to the party(ies).java.util.List<EligibleCollateral>
getEligibleCollateral()
The eligible collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation.java.lang.String
getExcludedCollateral()
The excluded collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation.java.lang.String
getParty()
The elective party.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PostingObligationsElection>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PostingObligationsElection.PostingObligationsElectionBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAdditionalLanguage
@RosettaSynonym(value="partyA_additional_language",source="ISDA_Create_1_0") @RosettaSynonym(value="partyB_additional_language",source="ISDA_Create_1_0") public final java.lang.String getAdditionalLanguage()
The additional language that might be specified by the parties to the legal agreement.
-
getAsPermitted
@RosettaSynonym(value="",source="ISDA_Create_1_0") @RosettaSynonym(value="",source="ISDA_Create_1_0") public final java.lang.Boolean getAsPermitted()
If set to True, the Control Agreement is a Credit Support Document with respect to the party(ies). ISDA 2016 Credit Support Annex for Initial Margin, paragraph 6, (e).
-
getEligibleCollateral
public final java.util.List<EligibleCollateral> getEligibleCollateral()
The eligible collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation. ISDA 2016 Credit Support Annex for Initial Margin, Eligible Credit Support (IM) Schedule.
-
getExcludedCollateral
@RosettaSynonym(value="partyA_control_agreement_specify",source="ISDA_Create_1_0") @RosettaSynonym(value="partyB_control_agreement_specify",source="ISDA_Create_1_0") public final java.lang.String getExcludedCollateral()
The excluded collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation. ISDA 2016 Credit Support Annex for Initial Margin, paragraph 13, General Principles, (ii)(B)(i).
-
getParty
@RosettaSynonym(value="",source="ISDA_Create_1_0") @RosettaSynonym(value="",source="ISDA_Create_1_0") public final java.lang.String getParty()
The elective party.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PostingObligationsElection> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PostingObligationsElection.PostingObligationsElectionBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PostingObligationsElection.PostingObligationsElectionBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-