public interface NormalOvernightFutureOptionVolatilities extends OvernightFutureOptionVolatilities
| Modifier and Type | Method and Description |
|---|---|
default ValueType |
getVolatilityType()
Gets the type of volatility returned by the
OvernightFutureOptionVolatilities.volatility(java.time.ZonedDateTime, java.time.LocalDate, double, double) method. |
NormalOvernightFutureOptionVolatilities |
withParameter(int parameterIndex,
double newValue) |
NormalOvernightFutureOptionVolatilities |
withPerturbation(ParameterPerturbation perturbation) |
getIndex, getName, getValuationDate, getValuationDateTime, parameterSensitivity, parameterSensitivity, relativeTime, volatility, volatilityfindDatafindParameterIndex, getParameter, getParameterCount, getParameterMetadatadefault ValueType getVolatilityType()
OvernightFutureOptionVolatilitiesOvernightFutureOptionVolatilities.volatility(java.time.ZonedDateTime, java.time.LocalDate, double, double) method.getVolatilityType in interface OvernightFutureOptionVolatilitiesNormalOvernightFutureOptionVolatilities withParameter(int parameterIndex, double newValue)
withParameter in interface OvernightFutureOptionVolatilitieswithParameter in interface ParameterizedDataNormalOvernightFutureOptionVolatilities withPerturbation(ParameterPerturbation perturbation)
withPerturbation in interface OvernightFutureOptionVolatilitieswithPerturbation in interface ParameterizedDataCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.