Class FRFTPricer

Inheritance Relationships

Base Type

Class Documentation

class FRFTPricer : public otyca::FourierTransformPricer

Option pricer using Fraction Fast Fourier Transform (FRFT).

This class implements a numerically efficient option pricing technique based on Fractional Fast Fourier Transform (FRFT), 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

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

Returns the name of the pricer.

Returns:

The name as a string.