Package cdm.product.common.schedule
Interface PaymentDateSchedule
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PaymentDateSchedule.PaymentDateScheduleBuilder
- All Known Implementing Classes:
PaymentDateSchedule.PaymentDateScheduleBuilderImpl,PaymentDateSchedule.PaymentDateScheduleImpl
@RosettaDataType(value="PaymentDateSchedule",
builder=PaymentDateScheduleBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PaymentDateSchedule",
model="cdm",
builder=PaymentDateScheduleBuilderImpl.class,
version="5.30.0")
public interface PaymentDateSchedule
extends com.rosetta.model.lib.RosettaModelObject
The payment dates when specified as relative to a set of dates specified somewhere else in the instance document/transaction, e.g. the valuation dates as typically the case for equity swaps, or when specified as a calculation period schedule.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PaymentDateSchedulestatic classImmutable Implementation of PaymentDateSchedule -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The last payment when specified as an adjustable or relative date, as in the FpML total return construct.List<? extends AdjustableRelativeOrPeriodicDates> Getter Methodsdefault Class<? extends PaymentDateSchedule> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDateSchedule> 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
-
getInterimPaymentDates
List<? extends AdjustableRelativeOrPeriodicDates> getInterimPaymentDates()Getter Methods -
getFinalPaymentDate
AdjustableOrRelativeDate getFinalPaymentDate()The last payment when specified as an adjustable or relative date, as in the FpML total return construct. -
build
PaymentDateSchedule build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PaymentDateSchedule.PaymentDateScheduleBuilder 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
-