- QuantLib
- FFTVanillaEngine
 
FFT Pricing engine vanilla options under a Black Scholes process. More...
#include <ql/experimental/variancegamma/fftvanillaengine.hpp>

| Public Member Functions | |
| FFTVanillaEngine (const boost::shared_ptr< GeneralizedBlackScholesProcess > &process, Real logStrikeSpacing=0.001) | |
| virtual std::auto_ptr< FFTEngine > | clone () const | 
| Protected Member Functions | |
| virtual void | precalculateExpiry (Date d) | 
| virtual std::complex< Real > | complexFourierTransform (std::complex< Real > u) const | 
| virtual Real | discountFactor (Date d) const | 
| virtual Real | dividendYield (Date d) const | 
FFT Pricing engine vanilla options under a Black Scholes process.