Interface AdjustableOrRelativeDate

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
All Known Implementing Classes:
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilderImpl, AdjustableOrRelativeDate.AdjustableOrRelativeDateImpl

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

  • Method Details

    • getAdjustableDate

      AdjustableDate getAdjustableDate()
      A date that shall be subject to adjustment if it 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.
    • getRelativeDate

      AdjustedRelativeDateOffset getRelativeDate()
      A date specified as some offset to another date (the anchor date).
    • 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 AdjustableOrRelativeDate> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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