| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
static ParallelShiftedCurve |
ParallelShiftedCurve.absolute(Curve curve,
double shiftAmount)
Returns a curve based on an underlying curve with a fixed amount added to the Y values.
|
static ParallelShiftedCurve |
ParallelShiftedCurve.of(Curve curve,
ShiftType shiftType,
double shiftAmount)
Returns a curve based on an underlying curve with a parallel shift applied to the Y values.
|
static ParallelShiftedCurve |
ParallelShiftedCurve.relative(Curve curve,
double shiftAmount)
Returns a curve based on an underlying curve with a scaling applied to the Y values.
|
ParallelShiftedCurve |
ParallelShiftedCurve.withMetadata(CurveMetadata metadata) |
ParallelShiftedCurve |
ParallelShiftedCurve.withParameter(int parameterIndex,
double newValue) |
ParallelShiftedCurve |
ParallelShiftedCurve.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ParallelShiftedCurve> |
ParallelShiftedCurve.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ParallelShiftedCurve> |
ParallelShiftedCurve.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.