Interface AdjustableOrAdjustedDate

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder
All Known Implementing Classes:
AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilderImpl, AdjustableOrAdjustedDate.AdjustableOrAdjustedDateImpl

@RosettaDataType(value="AdjustableOrAdjustedDate", builder=AdjustableOrAdjustedDateBuilderImpl.class, version="5.30.0") @RuneDataType(value="AdjustableOrAdjustedDate", model="cdm", builder=AdjustableOrAdjustedDateBuilderImpl.class, version="5.30.0") public interface AdjustableOrAdjustedDate extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class for defining 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.
Version:
5.30.0
  • Field Details

  • Method Details

    • getUnadjustedDate

      com.rosetta.model.lib.records.Date getUnadjustedDate()
      A date subject to adjustment.
    • getDateAdjustments

      BusinessDayAdjustments getDateAdjustments()
      The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.
    • getAdjustedDate

      FieldWithMetaDate getAdjustedDate()
      The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).
    • 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 AdjustableOrAdjustedDate> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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