Class CalibratedModel

java.lang.Object
net.finmath.fouriermethod.calibration.CalibratedModel

public class CalibratedModel
extends Object
This class solves a calibration problem. The problem is defined in terms of:
  • a generic container of market data OptionSurfaceData.
  • a generic pricing model.
  • a generic calibration algorithm.
  • a generic pricer for claims.
The class supports both calibration in terms of:
  • Prices
  • Log-normal implied volatilities.
  • Normal implied volatilities.
To change the calibration entity please change the convention in the option surface. The calibration entity (i.e. price/vol/normal vol) is directly detected from market data.
Author:
Alessandro Gnoatto