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 InflationNodalCurve
InflationNodalCurve. of(NodalCurve curve, DoubleArray seasonality, ShiftType adjustmentType)
Obtains an instance of the curve.static InflationNodalCurve
InflationNodalCurve. 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.InflationNodalCurve
InflationNodalCurve. withMetadata(CurveMetadata metadata)
InflationNodalCurve
InflationNodalCurve. withNode(double x, double y, ParameterMetadata paramMetadata)
InflationNodalCurve
InflationNodalCurve. withParameter(int parameterIndex, double newValue)
InflationNodalCurve
InflationNodalCurve. withValues(DoubleArray xValues, DoubleArray yValues)
InflationNodalCurve
InflationNodalCurve. 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()
-