Uses of Class
com.opengamma.strata.product.rate.InflationEndInterpolatedRateComputation
-
Packages that use InflationEndInterpolatedRateComputation 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 InflationEndInterpolatedRateComputation in com.opengamma.strata.pricer.impl.rate
Methods in com.opengamma.strata.pricer.impl.rate with parameters of type InflationEndInterpolatedRateComputation Modifier and Type Method Description doubleForwardInflationEndInterpolatedRateComputationFn. explainRate(InflationEndInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider, ExplainMapBuilder builder)doubleForwardInflationEndInterpolatedRateComputationFn. rate(InflationEndInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)PointSensitivityBuilderForwardInflationEndInterpolatedRateComputationFn. rateSensitivity(InflationEndInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider) -
Uses of InflationEndInterpolatedRateComputation in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return InflationEndInterpolatedRateComputation Modifier and Type Method Description static InflationEndInterpolatedRateComputationInflationEndInterpolatedRateComputation. of(PriceIndex index, double startIndexValue, YearMonth referenceEndMonth, double weight)Creates an instance from an index, start index value and reference end month.Methods in com.opengamma.strata.product.rate that return types with arguments of type InflationEndInterpolatedRateComputation Modifier and Type Method Description Class<? extends InflationEndInterpolatedRateComputation>InflationEndInterpolatedRateComputation.Meta. beanType()org.joda.beans.BeanBuilder<? extends InflationEndInterpolatedRateComputation>InflationEndInterpolatedRateComputation.Meta. builder()
-