Uses of Interface
com.opengamma.strata.pricer.rate.IborIndexRates
-
Packages that use IborIndexRates Package Description com.opengamma.strata.pricer.rate Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap. -
-
Uses of IborIndexRates in com.opengamma.strata.pricer.rate
Classes in com.opengamma.strata.pricer.rate that implement IborIndexRates Modifier and Type Class Description classDiscountIborIndexRatesAn Ibor index curve providing rates from discount factors.classHistoricIborIndexRatesHistoric Ibor index rates, used for indices that are no longer active.classSimpleIborIndexRatesAn Ibor index curve providing rates directly from a forward rates curve.Methods in com.opengamma.strata.pricer.rate that return IborIndexRates Modifier and Type Method Description IborIndexRatesImmutableRatesProvider. iborIndexRates(IborIndex index)IborIndexRatesRatesProvider. iborIndexRates(IborIndex index)Gets the rates for an Ibor index.static IborIndexRatesIborIndexRates. of(IborIndex index, LocalDate valuationDate, Curve forwardCurve)Obtains an instance from a forward curve, with an empty time-series of fixings.static IborIndexRatesIborIndexRates. of(IborIndex index, LocalDate valuationDate, Curve forwardCurve, LocalDateDoubleTimeSeries fixings)Obtains an instance from a curve and time-series of fixings.IborIndexRatesIborIndexRates. withParameter(int parameterIndex, double newValue)IborIndexRatesIborIndexRates. withPerturbation(ParameterPerturbation perturbation)
-