#include <ql/PricingEngines/Vanilla/fddividendeuropeanengine.hpp>
Inheritance diagram for FDDividendEuropeanEngine:
[legend]List of all members.
Detailed Description
Finite-differences pricing engine for dividend European options.
- Tests:
- the correctness of the returned greeks is tested by reproducing numerical derivatives.
- the invariance of the results upon addition of null dividends is tested.
|
Public Member Functions |
| FDDividendEuropeanEngine (Size timeSteps=100, Size gridPoints=100, bool timeDependent=false) |
void | calculate () const |
|