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