Interface StrikeSchedule

All Superinterfaces:
RateSchedule, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
StrikeSchedule.StrikeScheduleBuilder
All Known Implementing Classes:
StrikeSchedule.StrikeScheduleBuilderImpl, StrikeSchedule.StrikeScheduleImpl

@RosettaDataType(value="StrikeSchedule", builder=StrikeScheduleBuilderImpl.class, version="5.30.0") @RuneDataType(value="StrikeSchedule", model="cdm", builder=StrikeScheduleBuilderImpl.class, version="5.30.0") public interface StrikeSchedule extends RateSchedule
A class describing a schedule of cap or floor rates.
Version:
5.30.0
  • Field Details

  • Method Details

    • getBuyer

      PayerReceiverEnum getBuyer()
      The buyer of the option.
    • getSeller

      PayerReceiverEnum getSeller()
      The party that has sold.
    • build

      Build Methods
      Specified by:
      build in interface RateSchedule
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface RateSchedule
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends StrikeSchedule> metaData()
      Utility Methods
      Specified by:
      metaData in interface RateSchedule
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends StrikeSchedule> getType()
      Specified by:
      getType in interface RateSchedule
      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 RateSchedule
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject