public final class Cubes extends Object
| Modifier and Type | Method and Description |
|---|---|
static CubeMetadata |
normalVolatilityByExpiryTenorStrike(CubeName name,
DayCount dayCount)
Creates metadata for a cube providing normal expiry-tenor-strike volatility.
|
static CubeMetadata |
normalVolatilityByExpiryTenorStrike(String name,
DayCount dayCount)
Creates metadata for a cube providing normal expiry-tenor-strike volatility.
|
public static CubeMetadata normalVolatilityByExpiryTenorStrike(String name, DayCount dayCount)
The x-values represent time to expiry year fractions as defined by the specified day count. The y-values represent tenor year fractions. The z-values represent strike. The z-values represent normal volatility.
name - the cube namedayCount - the day countpublic static CubeMetadata normalVolatilityByExpiryTenorStrike(CubeName name, DayCount dayCount)
The x-values represent time to expiry year fractions as defined by the specified day count. The y-values represent tenor year fractions. The z-values represent strike. The w-values represent normal volatility.
name - the cube namedayCount - the day countCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.