Interface AveragingSchedule

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AveragingSchedule.AveragingScheduleBuilder
All Known Implementing Classes:
AveragingSchedule.AveragingScheduleBuilderImpl, AveragingSchedule.AveragingScheduleImpl

@RosettaDataType(value="AveragingSchedule", builder=AveragingScheduleBuilderImpl.class, version="5.30.0") @RuneDataType(value="AveragingSchedule", model="cdm", builder=AveragingScheduleBuilderImpl.class, version="5.30.0") public interface AveragingSchedule extends com.rosetta.model.lib.RosettaModelObject
Class to representing a method for generating a series of dates.
Version:
5.30.0
  • Field Details

  • Method Details

    • getStartDate

      com.rosetta.model.lib.records.Date getStartDate()
      Date on which this period begins.
    • getEndDate

      com.rosetta.model.lib.records.Date getEndDate()
      Date on which this period ends.
    • getAveragingPeriodFrequency

      CalculationPeriodFrequency getAveragingPeriodFrequency()
      The frequency at which averaging period occurs with the regular part of the valuation schedule and their roll date convention.
    • 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 AveragingSchedule> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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