Uses of Interface
com.opengamma.strata.pricer.rate.OvernightIndexRates
-
Packages that use OvernightIndexRates Package Description com.opengamma.strata.pricer.rate Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap. -
-
Uses of OvernightIndexRates in com.opengamma.strata.pricer.rate
Classes in com.opengamma.strata.pricer.rate that implement OvernightIndexRates Modifier and Type Class Description classDiscountOvernightIndexRatesAn Overnight index curve providing rates from discount factors.classHistoricOvernightIndexRatesHistoric Overnight index rates, used for indices that are no longer active.Methods in com.opengamma.strata.pricer.rate that return OvernightIndexRates Modifier and Type Method Description static OvernightIndexRatesOvernightIndexRates. of(OvernightIndex index, LocalDate valuationDate, Curve forwardCurve)Obtains an instance from a forward curve, with an empty time-series of fixings.static OvernightIndexRatesOvernightIndexRates. of(OvernightIndex index, LocalDate valuationDate, Curve forwardCurve, LocalDateDoubleTimeSeries fixings)Obtains an instance from a curve and time-series of fixings.OvernightIndexRatesImmutableRatesProvider. overnightIndexRates(OvernightIndex index)OvernightIndexRatesRatesProvider. overnightIndexRates(OvernightIndex index)Gets the rates for an Overnight index.OvernightIndexRatesOvernightIndexRates. withParameter(int parameterIndex, double newValue)OvernightIndexRatesOvernightIndexRates. withPerturbation(ParameterPerturbation perturbation)
-