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