|
From: Luigi B. <lui...@gm...> - 2021-10-19 11:16:24
|
Hello,
deprecated functions stay in the library for four or five more releases
and then they are removed. The FDAmericanEngine class was deprecated in
version 1.17 and finally removed in version 1.22, so yes, if you upgrade
you'll need to use FdBlackScholesVanillaEngine instead.
Luigi
On Tue, Oct 19, 2021 at 12:36 PM Ashish Bansal <ash...@gm...>
wrote:
> Hi,
>
> We are using the quantlib for valuating the european and american options
> using functions which were deprecated in v1.22 in April-2021
> e.g. FDAmericanEngine. We are calling through python code.
>
> Want to know if these will keep working as they were or should they be
> replaced with new function FdBlackScholesVanillaEngine soon? Is there any
> date till these will work? Does deprecated mean no new development or
> existing stops working properly too?
>
> Thanks
> Ashish Bansal
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|