Uses of Class
com.opengamma.strata.product.rate.InflationMonthlyRateComputation
-
Packages that use InflationMonthlyRateComputation 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 InflationMonthlyRateComputation in com.opengamma.strata.pricer.impl.rate
Methods in com.opengamma.strata.pricer.impl.rate with parameters of type InflationMonthlyRateComputation Modifier and Type Method Description double
ForwardInflationMonthlyRateComputationFn. explainRate(InflationMonthlyRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider, ExplainMapBuilder builder)
double
ForwardInflationMonthlyRateComputationFn. rate(InflationMonthlyRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)
PointSensitivityBuilder
ForwardInflationMonthlyRateComputationFn. rateSensitivity(InflationMonthlyRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)
-
Uses of InflationMonthlyRateComputation in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return InflationMonthlyRateComputation Modifier and Type Method Description static InflationMonthlyRateComputation
InflationMonthlyRateComputation. of(PriceIndex index, YearMonth referenceStartMonth, YearMonth referenceEndMonth)
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 InflationMonthlyRateComputation Modifier and Type Method Description Class<? extends InflationMonthlyRateComputation>
InflationMonthlyRateComputation.Meta. beanType()
org.joda.beans.BeanBuilder<? extends InflationMonthlyRateComputation>
InflationMonthlyRateComputation.Meta. builder()
-