Discussion:
[Quantlib-users] How could I use SVIInterpolation in Quantlib python?
zhtangsh
2017-06-27 07:03:09 UTC
Permalink
Hi, all

I'm a beginner and was using Quantlib-Python version 1.10. I want to use the
SVIInterpolation class, which is available in C++ version.

However, I failed to figure out the way to use this class in
Quantlib-Python. Could anyone help me to find the correct way on it?

Thank you all and have a nice day.

Best



--
View this message in context: http://quantlib.10058.n7.nabble.com/How-could-I-use-SVIInterpolation-in-Quantlib-python-tp18362.html
Sent from the quantlib-users mailing list archive at Nabble.com.
Ruilong Xu
2017-06-28 03:17:42 UTC
Permalink
Hello,

there are lots of things which are not wrapped in Python, because adding
them is a manual process.

please see here :
http://quantlib.10058.n7.nabble.com/Garch11-in-QuantLib-Python-td18353.html



--
View this message in context: http://quantlib.10058.n7.nabble.com/How-could-I-use-SVIInterpolation-in-Quantlib-python-tp18362p18363.html
Sent from the quantlib-users mailing list archive at Nabble.com.
Malik Arif
2017-06-28 16:36:29 UTC
Permalink
Hi All,

I have already worked on garch model and have developed model in Excel. Now
if I want to do same thing in python
and then how can I integrate it with quantlib library?

Can you please help with that as I am new to Quantlib.

Thanks & Regards
Aarif Malik
Post by Ruilong Xu
Hello,
there are lots of things which are not wrapped in Python, because adding
them is a manual process.
http://quantlib.10058.n7.nabble.com/Garch11-in-
QuantLib-Python-td18353.html
--
View this message in context: http://quantlib.10058.n7.
nabble.com/How-could-I-use-SVIInterpolation-in-Quantlib-
python-tp18362p18363.html
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Luigi Ballabio
2017-06-29 08:15:09 UTC
Permalink
Hello,
QuantLib is written in C++ and then exported to Python, so a model
written in Python won't be able to be integrated with the library.

Luigi
Post by Malik Arif
Hi All,
I have already worked on garch model and have developed model in Excel.
Now if I want to do same thing in python
and then how can I integrate it with quantlib library?
Can you please help with that as I am new to Quantlib.
Thanks & Regards
Aarif Malik
Post by Ruilong Xu
Hello,
there are lots of things which are not wrapped in Python, because adding
them is a manual process.
http://quantlib.10058.n7.nabble.com/Garch11-in-QuantLib-Python-td18353.html
--
http://quantlib.10058.n7.nabble.com/How-could-I-use-SVIInterpolation-in-Quantlib-python-tp18362p18363.html
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
https://lists.sourceforge.net/lists/listinfo/quantlib-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Loading...