Interface ObservationDate

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ObservationDate.ObservationDateBuilder
All Known Implementing Classes:
ObservationDate.ObservationDateBuilderImpl, ObservationDate.ObservationDateImpl

@RosettaDataType(value="ObservationDate", builder=ObservationDateBuilderImpl.class, version="5.30.0") @RuneDataType(value="ObservationDate", model="cdm", builder=ObservationDateBuilderImpl.class, version="5.30.0") public interface ObservationDate extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Specifies a single date on which market observations take place and specifies optional associated weighting.
Version:
5.30.0
  • Field Details

  • Method Details

    • getUnadjustedDate

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

      com.rosetta.model.lib.records.Date getAdjustedDate()
      The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).
    • getWeight

      BigDecimal getWeight()
      Specifies the degree of importance of the observation.
    • getObservationReference

      String getObservationReference()
      Specifies an identification key for the market observation. This attribute can be used as a reference to assign weights to a series of dates defined in a parametricSchedule.
    • 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 ObservationDate> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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