| Package | Description |
|---|---|
| com.opengamma.strata.market.surface |
Definitions of surfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodalSurface
A surface based on
double nodal points. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantSurface
A surface based on a single constant value.
|
class |
DeformedSurface
The deformed surface.
|
class |
InterpolatedNodalSurface
A surface based on interpolation between a number of nodal points.
|
| Modifier and Type | Method and Description |
|---|---|
Surface |
DeformedSurface.getOriginalSurface()
Gets the original surface.
|
Surface |
Surface.withMetadata(SurfaceMetadata metadata)
Returns a new surface with the specified metadata.
|
Surface |
Surface.withParameter(int parameterIndex,
double newValue) |
Surface |
DeformedSurface.withParameter(int parameterIndex,
double newValue) |
default Surface |
Surface.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
Class<Surface> |
SurfaceName.getMarketDataType() |
org.joda.beans.MetaProperty<Surface> |
DeformedSurface.Meta.originalSurface()
The meta-property for the
originalSurface property. |
| Modifier and Type | Method and Description |
|---|---|
static DeformedSurface |
DeformedSurface.of(SurfaceMetadata metadata,
Surface originalSurface,
Function<DoublesPair,ValueDerivatives> deformationFunction)
Obtains an instance.
|
DeformedSurface.Builder |
DeformedSurface.Builder.originalSurface(Surface originalSurface)
Sets the original surface.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.