Interface PrincipalPayment

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PrincipalPayment.PrincipalPaymentBuilder
All Known Implementing Classes:
PrincipalPayment.PrincipalPaymentBuilderImpl, PrincipalPayment.PrincipalPaymentImpl

@RosettaDataType(value="PrincipalPayment", builder=PrincipalPaymentBuilderImpl.class, version="5.30.0") @RuneDataType(value="PrincipalPayment", model="cdm", builder=PrincipalPaymentBuilderImpl.class, version="5.30.0") public interface PrincipalPayment extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Any kind of principal payments when the amount is known and thus fixed.
Version:
5.30.0
  • Field Details

  • Method Details

    • getPrincipalPaymentDate

      AdjustableDate getPrincipalPaymentDate()
      The date where the PrincipalPayment shall be settled.
    • getPayerReceiver

      PayerReceiver getPayerReceiver()
      Specifies the parties responsible for making and receiving payments defined by this structure.
    • getPrincipalAmount

      Money getPrincipalAmount()
      When known at the time the transaction is made, the cash amount to be paid.
    • getDiscountFactor

      BigDecimal getDiscountFactor()
      The value representing the discount factor used to calculate the present value of the principal payment amount.
    • getPresentValuePrincipalAmount

      Money getPresentValuePrincipalAmount()
      The amount representing the present value of the principal payment.
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • 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 PrincipalPayment> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PrincipalPayment> 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