Interface CalculationSchedule

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CalculationSchedule.CalculationScheduleBuilder
All Known Implementing Classes:
CalculationSchedule.CalculationScheduleBuilderImpl, CalculationSchedule.CalculationScheduleImpl

@RosettaDataType(value="CalculationSchedule", builder=CalculationScheduleBuilderImpl.class, version="5.30.0") @RuneDataType(value="CalculationSchedule", model="cdm", builder=CalculationScheduleBuilderImpl.class, version="5.30.0") public interface CalculationSchedule extends com.rosetta.model.lib.RosettaModelObject
A class that allows the full representation of a payout by defining a set of schedule periods. It supports standard schedule customization by expressing all the dates, quantities, and pricing data in a non-parametric way.
Version:
5.30.0
  • Field Details

  • Method Details

    • getSchedulePeriod

      List<? extends SchedulePeriod> getSchedulePeriod()
      Defines a period of a calculation schedule structure.
    • 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 CalculationSchedule> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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