| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
static ConstantCurve |
ConstantCurve.of(CurveMetadata metadata,
double yValue)
Creates a constant curve with a specific value.
|
static ConstantCurve |
ConstantCurve.of(CurveName name,
double yValue)
Creates a constant curve with a specific value.
|
static ConstantCurve |
ConstantCurve.of(String name,
double yValue)
Creates a constant curve with a specific value.
|
ConstantCurve |
ConstantCurve.withMetadata(CurveMetadata metadata) |
ConstantCurve |
ConstantCurve.withParameter(int parameterIndex,
double newValue) |
ConstantCurve |
ConstantCurve.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ConstantCurve> |
ConstantCurve.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ConstantCurve> |
ConstantCurve.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.