Package org.isda.cdm
Class Threshold
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.Threshold
-
@RosettaClass public class Threshold extends com.rosetta.model.lib.RosettaModelObject
A class to specify the unsecured credit exposure that each party to the agreement is prepared to accept before asking for collateral. This threshold is specified either as an amount or as a custom election. ISDA 2016 English Law Credit Support Deed for Initial Margin, paragraph 13, General Principles, (c)(vi)(A): Threshold. | ISDA 2016 Japanese Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (d)(vi)(A): Threshold. | ISDA 2016 New York Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (c)(vi)(A): Threshold.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Threshold.ThresholdBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Threshold.ThresholdBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<ElectiveAmountElection>
getPartyElection()
The parties' Threshold election.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Threshold>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
Threshold.ThresholdBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getPartyElection
public final java.util.List<ElectiveAmountElection> getPartyElection()
The parties' Threshold election.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends Threshold> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public Threshold.ThresholdBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static Threshold.ThresholdBuilder 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
-
-