| Package | Description |
|---|---|
| com.opengamma.strata.pricer.fxopt |
Calculators for FX options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolatedStrikeSmileDeltaTermStructure
An interpolated term structure of smiles as used in Forex market.
|
| Modifier and Type | Method and Description |
|---|---|
SmileDeltaTermStructure |
BlackFxOptionSmileVolatilities.getSmile()
Gets the volatility model.
|
SmileDeltaTermStructure |
SmileDeltaTermStructure.withParameter(int parameterIndex,
double newValue) |
SmileDeltaTermStructure |
SmileDeltaTermStructure.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<SmileDeltaTermStructure> |
BlackFxOptionSmileVolatilities.Meta.smile()
The meta-property for the
smile property. |
| Modifier and Type | Method and Description |
|---|---|
static BlackFxOptionSmileVolatilities |
BlackFxOptionSmileVolatilities.of(FxOptionVolatilitiesName name,
CurrencyPair currencyPair,
ZonedDateTime valuationTime,
SmileDeltaTermStructure smile)
Obtains an instance based on a smile.
|
BlackFxOptionSmileVolatilities.Builder |
BlackFxOptionSmileVolatilities.Builder.smile(SmileDeltaTermStructure smile)
Sets the volatility model.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.