QuantLib_AnalyticBSMHullWhiteEngine

Langue: en

Autres versions - même langue

Version: 381617 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::AnalyticBSMHullWhiteEngine -

analytic european option pricer including stochastic interest rates

SYNOPSIS


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

Inherits GenericModelEngine< HullWhite, VanillaOption::arguments, VanillaOption::results >.

Public Member Functions


AnalyticBSMHullWhiteEngine (Real equityShortRateCorrelation, const boost::shared_ptr< GeneralizedBlackScholesProcess > &, const boost::shared_ptr< HullWhite > &)

void calculate () const

Detailed Description

analytic european option pricer including stochastic interest rates

References:

Brigo, Mercurio, Interest Rate Models

Tests

the correctness of the returned value is tested by reproducing results available in web/literature

Author

Generated automatically by Doxygen for QuantLib from the source code.