Package cdm.product.asset
Interface DividendCurrency.DividendCurrencyBuilder
- All Superinterfaces:
DividendCurrency,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DividendCurrency.DividendCurrencyBuilderImpl
- Enclosing interface:
DividendCurrency
public static interface DividendCurrency.DividendCurrencyBuilder
extends DividendCurrency, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
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 -
Method Summary
Modifier and TypeMethodDescriptionThe currency in which the dividend is denominated.Reference to a currency specified elsewhere in the documentdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCurrency(FieldWithMetaString currency) setCurrencyReference(ReferenceWithMetaString currencyReference) setCurrencyReferenceValue(String currencyReference) setCurrencyValue(String currency) setDeterminationMethod(DeterminationMethodEnum determinationMethod) Methods inherited from interface cdm.product.asset.DividendCurrency
build, getDeterminationMethod, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateCurrency
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateCurrency() -
getCurrency
FieldWithMetaString.FieldWithMetaStringBuilder 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
-
getOrCreateCurrencyReference
ReferenceWithMetaString.ReferenceWithMetaStringBuilder getOrCreateCurrencyReference() -
getCurrencyReference
ReferenceWithMetaString.ReferenceWithMetaStringBuilder getCurrencyReference()Description copied from interface:DividendCurrencyReference to a currency specified elsewhere in the document- Specified by:
getCurrencyReferencein interfaceDividendCurrency
-
setCurrency
-
setCurrencyValue
-
setDeterminationMethod
DividendCurrency.DividendCurrencyBuilder setDeterminationMethod(DeterminationMethodEnum determinationMethod) -
setCurrencyReference
DividendCurrency.DividendCurrencyBuilder setCurrencyReference(ReferenceWithMetaString currencyReference) -
setCurrencyReferenceValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-