|
From: Luigi B. <lui...@gm...> - 2015-11-02 09:08:50
|
Hi James,
there's no binomial engine for that, but you can use
the FDDividendAmericanEngine and DividendVanillaOption classes; see
test-suite/dividendoption.cpp for an example. Due to the way the numerical
calculation is performed, the engine doesn't provide all the Greeks
natively; only delta and gamma. For the others, you'll have to bump the
inputs and reprice the option.
Luigi
On Mon, Nov 2, 2015 at 9:57 AM jamesquant <jam...@ho...> wrote:
> How do I calculate using quantlib Binomial American Options with Discrete
> Dividends & Greeks?
>
>
>
> --
> View this message in context:
> http://quantlib.10058.n7.nabble.com/Binomial-American-Options-with-Discrete-Dividends-Greeks-tp17012.html
> Sent from the quantlib-dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> QuantLib-dev mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev
>
--
<http://leanpub.com/implementingquantlib>
<http://implementingquantlib.com>
<http://twitter.com/lballabio>
|