Package cdm.product.common.schedule
Interface AmountSchedule
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,Schedule
- All Known Subinterfaces:
AmountSchedule.AmountScheduleBuilder
- All Known Implementing Classes:
AmountSchedule.AmountScheduleBuilderImpl,AmountSchedule.AmountScheduleImpl
@RosettaDataType(value="AmountSchedule",
builder=AmountScheduleBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AmountSchedule",
model="cdm",
builder=AmountScheduleBuilderImpl.class,
version="5.30.0")
public interface AmountSchedule
extends Schedule
A class to specify a currency amount or a currency amount schedule.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AmountSchedulestatic classImmutable Implementation of AmountScheduleNested classes/interfaces inherited from interface cdm.base.math.Schedule
Schedule.ScheduleBuilder, Schedule.ScheduleBuilderImpl, Schedule.ScheduleImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends FieldWithMetaString> The currency in which the amount schedule is denominated.default Class<? extends AmountSchedule> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AmountSchedule> 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, processRosettaMethods inherited from interface cdm.base.math.Schedule
getDatedValue, getValue
-
Field Details
-
metaData
-
-
Method Details
-
getCurrency
List<? extends FieldWithMetaString> getCurrency()The currency in which the amount schedule is denominated. The currency is specified outside of the actual schedule in order to be applied uniformly to it. 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. -
build
AmountSchedule build()Build Methods -
toBuilder
AmountSchedule.AmountScheduleBuilder toBuilder() -
builder
-
metaData
Utility Methods -
getType
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
-