Package cdm.product.common.settlement
Interface PrincipalPaymentSchedule
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PrincipalPaymentSchedule.PrincipalPaymentScheduleBuilder
- All Known Implementing Classes:
PrincipalPaymentSchedule.PrincipalPaymentScheduleBuilderImpl,PrincipalPaymentSchedule.PrincipalPaymentScheduleImpl
@RosettaDataType(value="PrincipalPaymentSchedule",
builder=PrincipalPaymentScheduleBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PrincipalPaymentSchedule",
model="cdm",
builder=PrincipalPaymentScheduleBuilderImpl.class,
version="5.30.0")
public interface PrincipalPaymentSchedule
extends com.rosetta.model.lib.RosettaModelObject
Describe dates schedules for Principal Exchanges and related role of the parties when known.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PrincipalPaymentSchedulestatic classImmutable Implementation of PrincipalPaymentSchedule -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Principal Payment at Trade maturityPrincipal Payment made at Trade inception.Principal Payment as part of the Trade lifecycle e.g. as part of notional reset adjustements in a Cross Currency Swap with a varying notional leg.default Class<? extends PrincipalPaymentSchedule> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalPaymentSchedule> 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
-
getInitialPrincipalPayment
PrincipalPayment getInitialPrincipalPayment()Principal Payment made at Trade inception. -
getIntermediatePrincipalPayment
AdjustableRelativeOrPeriodicDates getIntermediatePrincipalPayment()Principal Payment as part of the Trade lifecycle e.g. as part of notional reset adjustements in a Cross Currency Swap with a varying notional leg. -
getFinalPrincipalPayment
PrincipalPayment getFinalPrincipalPayment()Principal Payment at Trade maturity -
build
PrincipalPaymentSchedule build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-