QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
Loading...
Searching...
No Matches
BinomialVanillaEngine< T > Class Template Reference

Pricing engine for vanilla options using binomial trees. More...

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

Public Member Functions

 BinomialVanillaEngine (ext::shared_ptr< GeneralizedBlackScholesProcess > process, Size timeSteps)
void calculate () const override

Detailed Description

template<class T>
class QuantLib::BinomialVanillaEngine< T >

Pricing engine for vanilla options using binomial trees.

Tests
the correctness of the returned values is tested by checking it against analytic results.