| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
static CombinedCurve |
CombinedCurve.of(Curve baseCurve,
Curve spreadCurve)
Creates a curve as the sum of a base curve and a spread curve.
|
static CombinedCurve |
CombinedCurve.of(Curve baseCurve,
Curve spreadCurve,
CurveMetadata metadata)
Creates a curve as the sum of a base curve and a spread curve with a specified curve metadata.
|
CombinedCurve |
CombinedCurve.withMetadata(CurveMetadata metadata) |
CombinedCurve |
CombinedCurve.withParameter(int parameterIndex,
double newValue) |
CombinedCurve |
CombinedCurve.withPerturbation(ParameterPerturbation perturbation) |
CombinedCurve |
CombinedCurve.withUnderlyingCurve(int curveIndex,
Curve curve) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CombinedCurve> |
CombinedCurve.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends CombinedCurve> |
CombinedCurve.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.