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 double
ForwardInflationEndInterpolatedRateComputationFn. explainRate(InflationEndInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider, ExplainMapBuilder builder)
double
ForwardInflationEndInterpolatedRateComputationFn. rate(InflationEndInterpolatedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)
PointSensitivityBuilder
ForwardInflationEndInterpolatedRateComputationFn. 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 InflationEndInterpolatedRateComputation
InflationEndInterpolatedRateComputation. 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()
-