| Package | Description |
|---|---|
| net.finmath.fouriermethod.calibration |
Classes related to the calibration of Fourier models.
|
| net.finmath.fouriermethod.products.smile |
Products which are provide a "smile function" \( K \mapsto V(K) \) mapping a product strike to
the corresponding product value.
|
| Constructor and Description |
|---|
CalibratedModel(OptionSurfaceData surface,
CalibratableProcess model,
OptimizerFactory optimizerFactory,
EuropeanOptionSmile pricer,
double[] initialParameters,
double[] parameterStep) |
| Modifier and Type | Class and Description |
|---|---|
class |
EuropeanOptionSmileByCarrMadan
This class computes the prices of a collection of call options for a fixed maturity and a family of strikes.
|
| Modifier and Type | Method and Description |
|---|---|
EuropeanOptionSmile |
EuropeanOptionSmileByCarrMadan.getCloneWithModifiedParameters(double maturity,
double[] strikes) |
abstract EuropeanOptionSmile |
EuropeanOptionSmile.getCloneWithModifiedParameters(double maturity,
double[] strikes)
Returns the same valuation method for different parameters (maturity and strikes).
|
Copyright © 2019. All rights reserved.