Package cdm.product.common.settlement
Class ComputedAmount.ComputedAmountImpl
java.lang.Object
cdm.product.common.settlement.ComputedAmount.ComputedAmountImpl
- All Implemented Interfaces:
ComputedAmount,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ComputedAmount
Immutable Implementation of ComputedAmount
-
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.common.settlement.ComputedAmount
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ComputedAmountImpl
-
-
Method Details
-
getCallFunction
@RosettaAttribute(value="callFunction", isRequired=true) @RuneAttribute(value="callFunction", isRequired=true) public String getCallFunction()Description copied from interface:ComputedAmountGetter Methods- Specified by:
getCallFunctionin interfaceComputedAmount
-
getAmount
@RosettaAttribute(value="amount", isRequired=true) @RuneAttribute(value="amount", isRequired=true) public BigDecimal getAmount()- Specified by:
getAmountin interfaceComputedAmount
-
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
-
build
Description copied from interface:ComputedAmountBuild Methods- Specified by:
buildin interfaceComputedAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceComputedAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-