Interface SchedulePeriod

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
SchedulePeriod.SchedulePeriodBuilder
All Known Implementing Classes:
SchedulePeriod.SchedulePeriodBuilderImpl, SchedulePeriod.SchedulePeriodImpl

@RosettaDataType(value="SchedulePeriod", builder=SchedulePeriodBuilderImpl.class, version="5.30.0") @RuneDataType(value="SchedulePeriod", model="cdm", builder=SchedulePeriodBuilderImpl.class, version="5.30.0") public interface SchedulePeriod extends com.rosetta.model.lib.RosettaModelObject
A class that defines the period of a schedule. The period contains a set of start and end dates, quantities, fixing, and pricing data.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCalculationPeriod

      DateRange getCalculationPeriod()
      Period for which the payment is generated.
    • getPaymentDate

      com.rosetta.model.lib.records.Date getPaymentDate()
      Adjusted payment date.
    • getFixingPeriod

      DateRange getFixingPeriod()
      Period over which the underlying price is observed.
    • getDeliveryPeriod

      Period and time profile over which the delivery takes place.
    • 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 SchedulePeriod> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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