QuantLib_JumpDiffusionEngine

Langue: en

Autres versions - même langue

Version: 167519 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::JumpDiffusionEngine - Jump-diffusion engine for vanilla options.

SYNOPSIS


#include <ql/pricingengines/vanilla/jumpdiffusionengine.hpp>

Inherits VanillaOption::engine.

Public Member Functions


JumpDiffusionEngine (const boost::shared_ptr< Merton76Process > &, Real relativeAccuracy_=1e-4, Size maxIterations=100)

void calculate () const

Detailed Description

Jump-diffusion engine for vanilla options.

Tests

the correctness of the returned value is tested by reproducing results available in literature.
the correctness of the returned greeks is tested by reproducing numerical derivatives.

Author

Generated automatically by Doxygen for QuantLib from the source code.