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