Interface AdjustableOrRelativeDates

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder
All Known Implementing Classes:
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilderImpl, AdjustableOrRelativeDates.AdjustableOrRelativeDatesImpl

@RosettaDataType(value="AdjustableOrRelativeDates", builder=AdjustableOrRelativeDatesBuilderImpl.class, version="5.30.0") @RuneDataType(value="AdjustableOrRelativeDates", model="cdm", builder=AdjustableOrRelativeDatesBuilderImpl.class, version="5.30.0") public interface AdjustableOrRelativeDates extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates.
Version:
5.30.0
  • Field Details

  • Method Details

    • getAdjustableDates

      AdjustableDates getAdjustableDates()
      A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.
    • getRelativeDates

      RelativeDates getRelativeDates()
      A series of dates specified as some offset to another series of dates (the anchor dates).
    • getMeta

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

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