Interface CancellationEvent

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CancellationEvent.CancellationEventBuilder
All Known Implementing Classes:
CancellationEvent.CancellationEventBuilderImpl, CancellationEvent.CancellationEventImpl

@RosettaDataType(value="CancellationEvent", builder=CancellationEventBuilderImpl.class, version="5.30.0") @RuneDataType(value="CancellationEvent", model="cdm", builder=CancellationEventBuilderImpl.class, version="5.30.0") public interface CancellationEvent extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
The adjusted dates for a specific cancellation date, including the adjusted exercise date and adjusted termination date.
Version:
5.30.0
  • Field Details

  • Method Details

    • getAdjustedExerciseDate

      com.rosetta.model.lib.records.Date getAdjustedExerciseDate()
      The date on which option exercise takes place. This date should already be adjusted for any applicable business day convention.
    • getAdjustedEarlyTerminationDate

      com.rosetta.model.lib.records.Date getAdjustedEarlyTerminationDate()
      The early termination date that is applicable if an early termination provision is exercised. This date should already be adjusted for any applicable business day convention.
    • 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 CancellationEvent> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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