Package cdm.product.common.settlement
Interface PaymentDiscounting
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PaymentDiscounting.PaymentDiscountingBuilder
- All Known Implementing Classes:
PaymentDiscounting.PaymentDiscountingBuilderImpl,PaymentDiscounting.PaymentDiscountingImpl
@RosettaDataType(value="PaymentDiscounting",
builder=PaymentDiscountingBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PaymentDiscounting",
model="cdm",
builder=PaymentDiscountingBuilderImpl.class,
version="5.30.0")
public interface PaymentDiscounting
extends com.rosetta.model.lib.RosettaModelObject
This class corresponds to the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PaymentDiscountingstatic classImmutable Implementation of PaymentDiscounting -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The value representing the discount factor used to calculate the present value of the cash flow.The amount representing the present value of the forecast payment.default Class<? extends PaymentDiscounting> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDiscounting> 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
-
getDiscountFactor
BigDecimal getDiscountFactor()The value representing the discount factor used to calculate the present value of the cash flow. -
getPresentValueAmount
Money getPresentValueAmount()The amount representing the present value of the forecast payment. -
build
PaymentDiscounting build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PaymentDiscounting.PaymentDiscountingBuilder 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
-