Package org.isda.cdm
Class PledgorPostingObligations
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PledgorPostingObligations
-
@RosettaClass public class PledgorPostingObligations extends com.rosetta.model.lib.RosettaModelObject
A class to specify the pledgor(s) collateral posting obligations as specified under the terms of the New York Law 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
PledgorPostingObligations.PledgorPostingObligationsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PledgorPostingObligations.PledgorPostingObligationsBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<ReferenceWithMetaPostingObligationsElection>
getPartyElection()
The pledgor party(ies) to which the posting obligations apply to, which can be either one of the parties to the legal agreement, or both of those.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PledgorPostingObligations>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PledgorPostingObligations.PledgorPostingObligationsBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getPartyElection
@RosettaSynonym(value="pledgor", source="ISDA_Create_1_0") public final java.util.List<ReferenceWithMetaPostingObligationsElection> getPartyElection()
The pledgor party(ies) to which the posting obligations apply to, which can be either one of the parties to the legal agreement, or both of those.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PledgorPostingObligations> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PledgorPostingObligations.PledgorPostingObligationsBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PledgorPostingObligations.PledgorPostingObligationsBuilder 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
-
-