| Package | Description |
|---|---|
| com.opengamma.strata.market.cube |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodalCube
A cube based on
double nodal points. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolatedNodalCube
A cube based on interpolation between a number of nodal points.
|
| Modifier and Type | Method and Description |
|---|---|
Cube |
Cube.withMetadata(CubeMetadata metadata)
Returns a new cube with the specified metadata.
|
Cube |
Cube.withParameter(int parameterIndex,
double newValue) |
default Cube |
Cube.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
Class<Cube> |
CubeName.getMarketDataType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.