Package | Description |
---|---|
com.opengamma.strata.market.curve |
Definitions of curves.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Class<? extends InflationNodalCurve> |
InflationNodalCurve.Meta.beanType() |
BeanBuilder<? extends InflationNodalCurve> |
InflationNodalCurve.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.