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