Package cdm.product.common.settlement
Interface PrincipalPayments
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PrincipalPayments.PrincipalPaymentsBuilder
- All Known Implementing Classes:
PrincipalPayments.PrincipalPaymentsBuilderImpl,PrincipalPayments.PrincipalPaymentsImpl
@RosettaDataType(value="PrincipalPayments",
builder=PrincipalPaymentsBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PrincipalPayments",
model="cdm",
builder=PrincipalPaymentsBuilderImpl.class,
version="5.30.0")
public interface PrincipalPayments
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class defining which principal exchanges occur for the stream.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PrincipalPaymentsstatic classImmutable Implementation of PrincipalPaymentsNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()A true/false flag to indicate whether there is a final exchange of principal on the termination date.A true/false flag to indicate whether there is an initial exchange of principal on the effective date.A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap.com.rosetta.model.metafields.MetaFieldsgetMeta()Describe dates schedules for Principal Exchanges and related role of the parties when known.default Class<? extends PrincipalPayments> getType()Indicate the Payout legs which nominal amount may vary in regards of FX Fixing dates as determined in the product terms.default com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalPayments> 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
-
getInitialPayment
Boolean getInitialPayment()A true/false flag to indicate whether there is an initial exchange of principal on the effective date. -
getFinalPayment
Boolean getFinalPayment()A true/false flag to indicate whether there is a final exchange of principal on the termination date. -
getIntermediatePayment
Boolean getIntermediatePayment()A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap. -
getVaryingLegNotionalCurrency
Indicate the Payout legs which nominal amount may vary in regards of FX Fixing dates as determined in the product terms. -
getPrincipalPaymentSchedule
PrincipalPaymentSchedule getPrincipalPaymentSchedule()Describe dates schedules for Principal Exchanges and related role of the parties when known. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
PrincipalPayments build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PrincipalPayments.PrincipalPaymentsBuilder 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
-