Package cdm.product.asset
Class FutureValueAmount.FutureValueAmountImpl
java.lang.Object
cdm.product.asset.FutureValueAmount.FutureValueAmountImpl
- All Implemented Interfaces:
FutureValueAmount,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
FutureValueAmount
public static class FutureValueAmount.FutureValueAmountImpl
extends Object
implements FutureValueAmount
Immutable Implementation of FutureValueAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.FutureValueAmount
FutureValueAmount.FutureValueAmountBuilder, FutureValueAmount.FutureValueAmountBuilderImpl, FutureValueAmount.FutureValueAmountImpl -
Field Summary
Fields inherited from interface cdm.product.asset.FutureValueAmount
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe number of days from the adjusted calculation period start date to the adjusted value date, calculated in accordance with the applicable day count fraction.The currency in which the an amount is denominated.Getter Methodscom.rosetta.model.lib.records.DateAdjusted value date of the future value amount.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.asset.FutureValueAmount
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
FutureValueAmountImpl
-
-
Method Details
-
getQuantity
@RosettaAttribute("quantity") @RuneAttribute("quantity") @RuneScopedAttributeReference public ReferenceWithMetaNonNegativeQuantitySchedule getQuantity()Description copied from interface:FutureValueAmountGetter Methods- Specified by:
getQuantityin interfaceFutureValueAmount
-
getCurrency
@RosettaAttribute(value="currency", isRequired=true) @RuneAttribute(value="currency", isRequired=true) public FieldWithMetaString getCurrency()Description copied from interface:FutureValueAmountThe currency in which the an 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 interfaceFutureValueAmount
-
getCalculationPeriodNumberOfDays
@RosettaAttribute(value="calculationPeriodNumberOfDays", isRequired=true) @RuneAttribute(value="calculationPeriodNumberOfDays", isRequired=true) public Integer getCalculationPeriodNumberOfDays()Description copied from interface:FutureValueAmountThe number of days from the adjusted calculation period start date to the adjusted value date, calculated in accordance with the applicable day count fraction.- Specified by:
getCalculationPeriodNumberOfDaysin interfaceFutureValueAmount
-
getValueDate
@RosettaAttribute(value="valueDate", isRequired=true) @RuneAttribute(value="valueDate", isRequired=true) public com.rosetta.model.lib.records.Date getValueDate()Description copied from interface:FutureValueAmountAdjusted value date of the future value amount.- Specified by:
getValueDatein interfaceFutureValueAmount
-
build
Description copied from interface:FutureValueAmountBuild Methods- Specified by:
buildin interfaceFutureValueAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceFutureValueAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-