Package cdm.product.asset
Class DividendCurrency.DividendCurrencyImpl
java.lang.Object
cdm.product.asset.DividendCurrency.DividendCurrencyImpl
- All Implemented Interfaces:
DividendCurrency,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
DividendCurrency
public static class DividendCurrency.DividendCurrencyImpl
extends Object
implements DividendCurrency
Immutable Implementation of DividendCurrency
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.DividendCurrency
DividendCurrency.DividendCurrencyBuilder, DividendCurrency.DividendCurrencyBuilderImpl, DividendCurrency.DividendCurrencyImpl -
Field Summary
Fields inherited from interface cdm.product.asset.DividendCurrency
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe currency in which the dividend is denominated.Reference to a currency specified elsewhere in the documentSpecifies the method according to which the dividend is determined, e.g. the dividend currency.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.asset.DividendCurrency
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
DividendCurrencyImpl
-
-
Method Details
-
getCurrency
Description copied from interface:DividendCurrencyThe currency in which the dividend is denominated. 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 interfaceDividendCurrency
-
getDeterminationMethod
@RosettaAttribute("determinationMethod") @RuneAttribute("determinationMethod") public DeterminationMethodEnum getDeterminationMethod()Description copied from interface:DividendCurrencySpecifies the method according to which the dividend is determined, e.g. the dividend currency.- Specified by:
getDeterminationMethodin interfaceDividendCurrency
-
getCurrencyReference
@RosettaAttribute("currencyReference") @RuneAttribute("currencyReference") public ReferenceWithMetaString getCurrencyReference()Description copied from interface:DividendCurrencyReference to a currency specified elsewhere in the document- Specified by:
getCurrencyReferencein interfaceDividendCurrency
-
build
Description copied from interface:DividendCurrencyBuild Methods- Specified by:
buildin interfaceDividendCurrency- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceDividendCurrency- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-