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
  • Field Details

  • 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

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDiscounting> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PaymentDiscounting> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject