sourCEntral - mobile manpages

pdf

FdHestonRebateEngine

NAME

FdHestonRebateEngine − Finite-Differences Heston Barrier Option rebate helper engine.

SYNOPSIS

#include <ql/pricingengines/barrier/fdhestonrebateengine.hpp>

Inherits GenericModelEngine< HestonModel, DividendBarrierOption::arguments, DividendBarrierOption::results >.

Public Member Functions

FdHestonRebateEngine (const boost::shared_ptr< HestonModel > &model, Size tGrid=100, Size xGrid=100, Size vGrid=50, Size dampingSteps=0, const FdmSchemeDesc &schemeDesc=FdmSchemeDesc::Hundsdorfer(), const boost::shared_ptr< LocalVolTermStructure > &leverageFct=boost::shared_ptr< LocalVolTermStructure >())
void calculate () const

Additional Inherited Members

Detailed Description

Finite-Differences Heston Barrier Option rebate helper engine.

Author

Generated automatically by Doxygen for QuantLib from the source code.

pdf