Package org.isda.cdm
Class TerminationCurrencyAmendment
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.TerminationCurrencyAmendment
-
@RosettaClass public class TerminationCurrencyAmendment extends com.rosetta.model.lib.RosettaModelObject
A class to specify the Amendment to Termination Currency elections by the parties to the agreement. ISDA 2016 Credit Support Annex for Initial Margin, paragraph 13, General Principles, (t): Amendment to Termination Currency.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder
builder()
boolean
equals(java.lang.Object o)
FieldWithMetaString
getBothPartiesCurrency()
The currency election in the case of a Termination Event where there are two Affected Parties.AmendmentEffectiveDate
getEffectiveDate()
The effective date of the Amendment to Termination Currency.java.lang.Boolean
getIsApplicable()
The qualification of whether the Amendment to Termination Currency is deemed applicable by the parties (True) or not (False).PartyTerminationCurrency
getTerminationCurrency()
The parties' election with respect to the Termination Currency.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends TerminationCurrencyAmendment>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getBothPartiesCurrency
@RosettaSynonym(value="both_parties_termination_currency", source="ISDA_Create_1_0") public final FieldWithMetaString getBothPartiesCurrency()
The currency election in the case of a Termination Event where there are two Affected Parties.
-
getEffectiveDate
public final AmendmentEffectiveDate getEffectiveDate()
The effective date of the Amendment to Termination Currency. This date can be specified as either an actual date, a specific date (e.g. the annex date) or as a custom provision.
-
getIsApplicable
@RosettaSynonym(value="", source="ISDA_Create_1_0") public final java.lang.Boolean getIsApplicable()
The qualification of whether the Amendment to Termination Currency is deemed applicable by the parties (True) or not (False).
-
getTerminationCurrency
public final PartyTerminationCurrency getTerminationCurrency()
The parties' election with respect to the Termination Currency.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends TerminationCurrencyAmendment> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder 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
-
-