Uses of Class
com.opengamma.strata.pricer.rate.HistoricPriceIndexValues
-
Packages that use HistoricPriceIndexValues Package Description com.opengamma.strata.pricer.rate Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap. -
-
Uses of HistoricPriceIndexValues in com.opengamma.strata.pricer.rate
Methods in com.opengamma.strata.pricer.rate that return HistoricPriceIndexValues Modifier and Type Method Description static HistoricPriceIndexValues
HistoricPriceIndexValues. of(PriceIndex index, LocalDate valuationDate, LocalDateDoubleTimeSeries fixings)
Obtains an instance from a time-series of fixings.HistoricPriceIndexValues
HistoricPriceIndexValues. withParameter(int parameterIndex, double newValue)
HistoricPriceIndexValues
HistoricPriceIndexValues. withPerturbation(ParameterPerturbation perturbation)
Methods in com.opengamma.strata.pricer.rate that return types with arguments of type HistoricPriceIndexValues Modifier and Type Method Description Class<? extends HistoricPriceIndexValues>
HistoricPriceIndexValues.Meta. beanType()
org.joda.beans.BeanBuilder<? extends HistoricPriceIndexValues>
HistoricPriceIndexValues.Meta. builder()
-