Uses of Class
com.opengamma.strata.product.rate.InflationInterpolatedRateComputation
-
Packages that use InflationInterpolatedRateComputation Package Description com.opengamma.strata.pricer.impl.rate Internal implementations of rate calculations.com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments. -
-
Uses of InflationInterpolatedRateComputation in com.opengamma.strata.pricer.impl.rate
Methods in com.opengamma.strata.pricer.impl.rate with parameters of type InflationInterpolatedRateComputation Modifier and Type Method Description double
ForwardInflationInterpolatedRateComputationFn. explainRate(InflationInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider, ExplainMapBuilder builder)
double
ForwardInflationInterpolatedRateComputationFn. rate(InflationInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)
PointSensitivityBuilder
ForwardInflationInterpolatedRateComputationFn. rateSensitivity(InflationInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)
-
Uses of InflationInterpolatedRateComputation in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return InflationInterpolatedRateComputation Modifier and Type Method Description static InflationInterpolatedRateComputation
InflationInterpolatedRateComputation. of(PriceIndex index, YearMonth referenceStartMonth, YearMonth referenceEndMonth, double weight)
Creates an instance from an index, reference start month and reference end month.Methods in com.opengamma.strata.product.rate that return types with arguments of type InflationInterpolatedRateComputation Modifier and Type Method Description Class<? extends InflationInterpolatedRateComputation>
InflationInterpolatedRateComputation.Meta. beanType()
org.joda.beans.BeanBuilder<? extends InflationInterpolatedRateComputation>
InflationInterpolatedRateComputation.Meta. builder()
-