Class FFTPricer

Inheritance Relationships

Base Type

Class Documentation

class FFTPricer : public otyca::FourierTransformPricer

Option pricer using Fast Fourier Transform (FFT).

This class implements a numerically efficient option pricing technique based on Fast Fourier Transform (FFT), as proposed by Peter Carr and Dilip B. Madan (1999): “Option valuation using the fast Fourier transform”

It computes option prices, derivatives, implied volatilities, and PDFs using the characteristic function of a given stochastic process.

Public Functions

FFTPricer(unsigned int n = 10, double eta = 0.2)
~FFTPricer()
inline virtual std::string name()

Returns the name of the pricer.

Returns:

The name as a string.