Package cdm.legaldocumentation.csa
Class CalculationCurrencyElection.CalculationCurrencyElectionImpl
java.lang.Object
cdm.legaldocumentation.csa.CalculationCurrencyElection.CalculationCurrencyElectionImpl
- All Implemented Interfaces:
CalculationCurrencyElection,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
CalculationCurrencyElection
public static class CalculationCurrencyElection.CalculationCurrencyElectionImpl
extends Object
implements CalculationCurrencyElection
Immutable Implementation of CalculationCurrencyElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CalculationCurrencyElection
CalculationCurrencyElection.CalculationCurrencyElectionBuilder, CalculationCurrencyElection.CalculationCurrencyElectionBuilderImpl, CalculationCurrencyElection.CalculationCurrencyElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CalculationCurrencyElection
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCalculationCurrencyElectionImpl(CalculationCurrencyElection.CalculationCurrencyElectionBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe currency in which the ISDA SIMM Calculation is denominated, when different from the Base Currency.The SIMM Calculation Currency (also known as SIMM Reporting Currency) means the Base Currency when True.getParty()The party which the SIMM Calculation Currency qualification applies to.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CalculationCurrencyElection
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CalculationCurrencyElectionImpl
protected CalculationCurrencyElectionImpl(CalculationCurrencyElection.CalculationCurrencyElectionBuilder builder)
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:CalculationCurrencyElectionThe party which the SIMM Calculation Currency qualification applies to.- Specified by:
getPartyin interfaceCalculationCurrencyElection
-
getIsBaseCurrency
@RosettaAttribute("isBaseCurrency") @Accessor(GETTER) @Required @RuneAttribute("isBaseCurrency") public Boolean getIsBaseCurrency()Description copied from interface:CalculationCurrencyElectionThe SIMM Calculation Currency (also known as SIMM Reporting Currency) means the Base Currency when True. It means a different currency when False. In that latter case, the SIMM Calculation Currency is specified as part of the currency attribute.- Specified by:
getIsBaseCurrencyin interfaceCalculationCurrencyElection
-
getCurrency
@RosettaAttribute("currency") @Accessor(GETTER) @RuneAttribute("currency") public FieldWithMetaString getCurrency()Description copied from interface:CalculationCurrencyElectionThe currency in which the ISDA SIMM Calculation is denominated, when different from the Base Currency. 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.- Specified by:
getCurrencyin interfaceCalculationCurrencyElection
-
build
Description copied from interface:CalculationCurrencyElectionBuild Methods- Specified by:
buildin interfaceCalculationCurrencyElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCalculationCurrencyElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(CalculationCurrencyElection.CalculationCurrencyElectionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-