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

  • 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

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

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