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 SimplePriceIndexValues
SimplePriceIndexValues. of(PriceIndex index, LocalDate valuationDate, Curve curve, LocalDateDoubleTimeSeries fixings)
Obtains an instance based on a curve with no seasonality adjustment.SimplePriceIndexValues
SimplePriceIndexValues. withCurve(Curve curve)
Returns a new instance with a different curve.SimplePriceIndexValues
SimplePriceIndexValues. withParameter(int parameterIndex, double newValue)
SimplePriceIndexValues
SimplePriceIndexValues. 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()
-