Package cdm.legaldocumentation.csa
Interface TerminationCurrencyElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
TerminationCurrencyElection.TerminationCurrencyElectionBuilder
- All Known Implementing Classes:
TerminationCurrencyElection.TerminationCurrencyElectionBuilderImpl,TerminationCurrencyElection.TerminationCurrencyElectionImpl
@RosettaDataType(value="TerminationCurrencyElection",
builder=TerminationCurrencyElectionBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="TerminationCurrencyElection",
model="cdm",
builder=TerminationCurrencyElectionBuilderImpl.class,
version="6.19.0")
public interface TerminationCurrencyElection
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the Amendment to Termination Currency election by the parties to the agreement.
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(t)(A) & (B)" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of TerminationCurrencyElectionstatic classImmutable Implementation of TerminationCurrencyElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The Termination Currency associated with the party that referenced as part of this class.The qualification of whether the Termination Currency is specified in this document (True) or in an Eligible Support Credit Support (IM) Schedule (False).getParty()The elective party.default Class<? extends TerminationCurrencyElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends TerminationCurrencyElection> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getParty
List<CounterpartyRoleEnum> getParty()The elective party. -
getIsSpecified
Boolean getIsSpecified()The qualification of whether the Termination Currency is specified in this document (True) or in an Eligible Support Credit Support (IM) Schedule (False). -
getCurrency
FieldWithMetaString getCurrency()The Termination Currency associated with the party that referenced as part of this class. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes. -
build
TerminationCurrencyElection build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends TerminationCurrencyElection> metaData()Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-