Interface PaymentDateSchedule

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PaymentDateSchedule.PaymentDateScheduleBuilder
All Known Implementing Classes:
PaymentDateSchedule.PaymentDateScheduleBuilderImpl, PaymentDateSchedule.PaymentDateScheduleImpl

@RosettaDataType(value="PaymentDateSchedule", builder=PaymentDateScheduleBuilderImpl.class, version="5.30.0") @RuneDataType(value="PaymentDateSchedule", model="cdm", builder=PaymentDateScheduleBuilderImpl.class, version="5.30.0") public interface PaymentDateSchedule extends com.rosetta.model.lib.RosettaModelObject
The payment dates when specified as relative to a set of dates specified somewhere else in the instance document/transaction, e.g. the valuation dates as typically the case for equity swaps, or when specified as a calculation period schedule.
Version:
5.30.0
  • Field Details

  • Method Details

    • getInterimPaymentDates

      List<? extends AdjustableRelativeOrPeriodicDates> getInterimPaymentDates()
      Getter Methods
    • getFinalPaymentDate

      AdjustableOrRelativeDate getFinalPaymentDate()
      The last payment when specified as an adjustable or relative date, as in the FpML total return construct.
    • 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 PaymentDateSchedule> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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