Package cdm.product.asset
Interface FutureValueAmount
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
FutureValueAmount.FutureValueAmountBuilder
- All Known Implementing Classes:
FutureValueAmount.FutureValueAmountBuilderImpl,FutureValueAmount.FutureValueAmountImpl
@RosettaDataType(value="FutureValueAmount",
builder=FutureValueAmountBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="FutureValueAmount",
model="cdm",
builder=FutureValueAmountBuilderImpl.class,
version="5.30.0")
public interface FutureValueAmount
extends com.rosetta.model.lib.RosettaModelObject
A class defining a currency and a future value date.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FutureValueAmountstatic classImmutable Implementation of FutureValueAmount -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The 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 Methodsdefault Class<? extends FutureValueAmount> getType()com.rosetta.model.lib.records.DateAdjusted value date of the future value amount.default com.rosetta.model.lib.meta.RosettaMetaData<? extends FutureValueAmount> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getQuantity
ReferenceWithMetaNonNegativeQuantitySchedule getQuantity()Getter Methods -
getCurrency
FieldWithMetaString getCurrency()The 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. -
getCalculationPeriodNumberOfDays
Integer getCalculationPeriodNumberOfDays()The number of days from the adjusted calculation period start date to the adjusted value date, calculated in accordance with the applicable day count fraction. -
getValueDate
com.rosetta.model.lib.records.Date getValueDate()Adjusted value date of the future value amount. -
build
FutureValueAmount build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
FutureValueAmount.FutureValueAmountBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-