Uses of Interface
com.opengamma.strata.measure.fxopt.FxOptionVolatilitiesSpecification
-
Packages that use FxOptionVolatilitiesSpecification Package Description com.opengamma.strata.measure.fxopt Calculation functions for FX option products. -
-
Uses of FxOptionVolatilitiesSpecification in com.opengamma.strata.measure.fxopt
Classes in com.opengamma.strata.measure.fxopt that implement FxOptionVolatilitiesSpecification Modifier and Type Class Description class
BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification
The specification of how to build FX option volatilities.class
BlackFxOptionSmileVolatilitiesSpecification
The specification of how to build FX option volatilities.Methods in com.opengamma.strata.measure.fxopt that return FxOptionVolatilitiesSpecification Modifier and Type Method Description FxOptionVolatilitiesSpecification
FxOptionVolatilitiesDefinition. getSpecification()
Gets the FX option volatility specification.Methods in com.opengamma.strata.measure.fxopt that return types with arguments of type FxOptionVolatilitiesSpecification Modifier and Type Method Description org.joda.beans.MetaProperty<FxOptionVolatilitiesSpecification>
FxOptionVolatilitiesDefinition.Meta. specification()
The meta-property for thespecification
property.Methods in com.opengamma.strata.measure.fxopt with parameters of type FxOptionVolatilitiesSpecification Modifier and Type Method Description static FxOptionVolatilitiesDefinition
FxOptionVolatilitiesDefinition. of(FxOptionVolatilitiesSpecification specification)
Obtains an instance.
-