| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
static CurveParallelShifts |
CurveParallelShifts.absolute(double... shiftAmounts)
Creates a shift that adds a fixed amount to the value at every node in the curve.
|
static CurveParallelShifts |
CurveParallelShifts.relative(double... shiftAmounts)
Creates a shift that multiplies the values at each curve node by a scaling factor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CurveParallelShifts> |
CurveParallelShifts.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends CurveParallelShifts> |
CurveParallelShifts.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.