Uses of Class
com.opengamma.strata.market.curve.InflationNodalCurve
-
Packages that use InflationNodalCurve Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of InflationNodalCurve in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return InflationNodalCurve Modifier and Type Method Description static InflationNodalCurveInflationNodalCurve. of(NodalCurve curve, DoubleArray seasonality, ShiftType adjustmentType)Obtains an instance of the curve.static InflationNodalCurveInflationNodalCurve. of(NodalCurve curveWithoutFixing, LocalDate valuationDate, YearMonth lastMonth, double lastFixingValue, SeasonalityDefinition seasonalityDefinition)Obtains an instance from a curve without initial fixing point and month-on-month seasonal adjustment.InflationNodalCurveInflationNodalCurve. withMetadata(CurveMetadata metadata)InflationNodalCurveInflationNodalCurve. withNode(double x, double y, ParameterMetadata paramMetadata)InflationNodalCurveInflationNodalCurve. withParameter(int parameterIndex, double newValue)InflationNodalCurveInflationNodalCurve. withValues(DoubleArray xValues, DoubleArray yValues)InflationNodalCurveInflationNodalCurve. withYValues(DoubleArray values)Methods in com.opengamma.strata.market.curve that return types with arguments of type InflationNodalCurve Modifier and Type Method Description Class<? extends InflationNodalCurve>InflationNodalCurve.Meta. beanType()org.joda.beans.BeanBuilder<? extends InflationNodalCurve>InflationNodalCurve.Meta. builder()
-