Interface InterestShortFall

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
InterestShortFall.InterestShortFallBuilder
All Known Implementing Classes:
InterestShortFall.InterestShortFallBuilderImpl, InterestShortFall.InterestShortFallImpl

@RosettaDataType(value="InterestShortFall", builder=InterestShortFallBuilderImpl.class, version="5.30.0") @RuneDataType(value="InterestShortFall", model="cdm", builder=InterestShortFallBuilderImpl.class, version="5.30.0") public interface InterestShortFall extends com.rosetta.model.lib.RosettaModelObject
A class to specify the interest shortfall floating rate payment event.
Version:
5.30.0
  • Field Details

  • Method Details

    • getInterestShortfallCap

      InterestShortfallCapEnum getInterestShortfallCap()
      Specifies the nature of the interest Shortfall cap (i.e. Fixed Cap or Variable Cap) in the case where it is applicable. ISDA 2003 Term: Interest Shortfall Cap.
    • getCompounding

      Boolean getCompounding()
    • getRateSource

      The rate source in the case of a variable cap.
    • 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 InterestShortFall> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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