Interface RateSpecification

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
RateSpecification.RateSpecificationBuilder
All Known Implementing Classes:
RateSpecification.RateSpecificationBuilderImpl, RateSpecification.RateSpecificationImpl

@RosettaDataType(value="RateSpecification", builder=RateSpecificationBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="RateSpecification", model="cdm", builder=RateSpecificationBuilderImpl.class, version="7.0.0-dev.105") public interface RateSpecification extends com.rosetta.model.lib.RosettaModelObject
A data type to specify the fixed interest rate, floating interest rate or inflation rate.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getFixedRateSpecification

      FixedRateSpecification getFixedRateSpecification()
      The fixed rate or fixed rate specification expressed as explicit fixed rates and dates.
    • getFloatingRateSpecification

      FloatingRateSpecification getFloatingRateSpecification()
      The floating interest rate specification, which includes the definition of the floating rate index. the tenor, the initial value, and, when applicable, the spread, the rounding convention, the averaging method and the negative interest rate treatment.
    • getInflationRateSpecification

      InflationRateSpecification getInflationRateSpecification()
      An inflation rate calculation definition.
    • 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 RateSpecification> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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