Package cdm.product.common.settlement
Interface ComputedAmount.ComputedAmountBuilder
- All Superinterfaces:
ComputedAmount,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ComputedAmount.ComputedAmountBuilderImpl
- Enclosing interface:
ComputedAmount
public static interface ComputedAmount.ComputedAmountBuilder
extends ComputedAmount, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.common.settlement.ComputedAmount
ComputedAmount.ComputedAmountBuilder, ComputedAmount.ComputedAmountBuilderImpl, ComputedAmount.ComputedAmountImpl -
Field Summary
Fields inherited from interface cdm.product.common.settlement.ComputedAmount
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe currency in which the computed amount is denominated.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAmount(BigDecimal amount) setCallFunction(String callFunction) setCurrency(FieldWithMetaString currency) setCurrencyValue(String currency) Methods inherited from interface cdm.product.common.settlement.ComputedAmount
build, getAmount, getCallFunction, 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:ComputedAmountThe currency in which the computed amount 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 interfaceComputedAmount
-
setCallFunction
-
setAmount
-
setCurrency
-
setCurrencyValue
-
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
-