Interface ResetInstruction

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ResetInstruction.ResetInstructionBuilder
All Known Implementing Classes:
ResetInstruction.ResetInstructionBuilderImpl, ResetInstruction.ResetInstructionImpl

@RosettaDataType(value="ResetInstruction", builder=ResetInstructionBuilderImpl.class, version="5.30.0") @RuneDataType(value="ResetInstruction", model="cdm", builder=ResetInstructionBuilderImpl.class, version="5.30.0") public interface ResetInstruction extends com.rosetta.model.lib.RosettaModelObject
Defines the information needed to create a Reset Business Event.
Version:
5.30.0
  • Field Details

  • Method Details

    • getPayout

      Getter Methods
    • getRateRecordDate

      com.rosetta.model.lib.records.Date getRateRecordDate()
      Specifies the 'Rate Record Day' for a Fallback rate. Fallback rate fixing processes typically set the fixing rate in arrears, i.e., the Fallback Rate corresponding to a Rate Record Date is set at the end of the interest accural period. When this applies, Reset->resetDate occurs at the end of the interest period, and the Reset->rateRecordDate occurs near the start of the interest period. The Reset->rateRecordDate and Reset->observations->observationIdentifier->observationDate will differ if a Fallback rate is unavailable on the Rate Record Date, and the latest previous available rate is used as the observation.
    • getResetDate

      com.rosetta.model.lib.records.Date getResetDate()
      Specifies the date on which the reset is occuring.
    • 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 ResetInstruction> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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