Uses of Class
com.opengamma.strata.measure.fxopt.FxOptionVolatilitiesNode
-
Packages that use FxOptionVolatilitiesNode Package Description com.opengamma.strata.measure.fxopt Calculation functions for FX option products. -
-
Uses of FxOptionVolatilitiesNode in com.opengamma.strata.measure.fxopt
Methods in com.opengamma.strata.measure.fxopt that return FxOptionVolatilitiesNode Modifier and Type Method Description FxOptionVolatilitiesNode
FxOptionVolatilitiesNode.Builder. build()
static FxOptionVolatilitiesNode
FxOptionVolatilitiesNode. of(CurrencyPair currencyPair, DaysAdjustment spotDateOffset, BusinessDayAdjustment businessDayAdjustment, ValueType quoteValueType, QuoteId quoteId, Tenor tenor, Strike strike)
Creates an instance.Methods in com.opengamma.strata.measure.fxopt that return types with arguments of type FxOptionVolatilitiesNode Modifier and Type Method Description Class<? extends FxOptionVolatilitiesNode>
FxOptionVolatilitiesNode.Meta. beanType()
ImmutableList<FxOptionVolatilitiesNode>
BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification. getNodes()
Gets the nodes.ImmutableList<FxOptionVolatilitiesNode>
BlackFxOptionSmileVolatilitiesSpecification. getNodes()
Gets the nodes in the FX option volatilities.ImmutableList<FxOptionVolatilitiesNode>
FxOptionVolatilitiesSpecification. getNodes()
Gets the volatilities nodes.org.joda.beans.MetaProperty<ImmutableList<FxOptionVolatilitiesNode>>
BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.Meta. nodes()
The meta-property for thenodes
property.org.joda.beans.MetaProperty<ImmutableList<FxOptionVolatilitiesNode>>
BlackFxOptionSmileVolatilitiesSpecification.Meta. nodes()
The meta-property for thenodes
property.Methods in com.opengamma.strata.measure.fxopt with parameters of type FxOptionVolatilitiesNode Modifier and Type Method Description BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.Builder
BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.Builder. nodes(FxOptionVolatilitiesNode... nodes)
Sets thenodes
property in the builder from an array of objects.BlackFxOptionSmileVolatilitiesSpecification.Builder
BlackFxOptionSmileVolatilitiesSpecification.Builder. nodes(FxOptionVolatilitiesNode... nodes)
Sets thenodes
property in the builder from an array of objects.Method parameters in com.opengamma.strata.measure.fxopt with type arguments of type FxOptionVolatilitiesNode Modifier and Type Method Description BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.Builder
BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.Builder. nodes(List<FxOptionVolatilitiesNode> nodes)
Sets the nodes.BlackFxOptionSmileVolatilitiesSpecification.Builder
BlackFxOptionSmileVolatilitiesSpecification.Builder. nodes(List<FxOptionVolatilitiesNode> nodes)
Sets the nodes in the FX option volatilities.
-