Hi may i get some help here. I need to understand about the major changes between quantlib version 1.0 and 1.4 in terms of products they could support and major upgrades or new things affecting building curves especially for fixed coupon rate bonds. For above changes, what are already featured in python and excel respectively? For those not yet incorporated, could you please share some ideas and potential challenges for users to export it themselves. Thanks a lot! |
http://quantlib.org/reference/history.html Unsure about Excel. After you install the Python package however, run interactive Python and "from QuantLib import *" then "QuantLib" will give you an idea of what's available. On Thu Feb 05 2015 at 9:45:16 AM seawater <[hidden email]> wrote:
------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Oh, and "help(BondFunctions)" for example is very useful too!
On Thu Feb 05 2015 at 11:31:28 AM John Orford <[hidden email]> wrote:
------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by John Orford
Hi thank you for your prompt reply. Let me check out the details. Would you recommend using excel or python going forward? Not sure which is better supported and more up to date with latest quantlib.
|
Someone else will have to comment about the Excel status. Lots of QL is supported in Python - not everything though. Check out both I suppose. Luigi also has screencasts which I found really helpful. Set me straight on a few things. I also wrote some blogposts about QL and Python: which may help a little. On Fri Feb 06 2015 at 8:40:58 AM seawater <[hidden email]> wrote:
Hi thank you for your prompt reply. Let me check out the details. Would you ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by seawater
Hello,
> Hi thank you for your prompt reply. Let me check out the details. > Would you recommend using excel or python going forward? Not sure > which is better supported and more up to date with latest quantlib. To see what QuantLib functionality is supported in QuantLibXL, you could start here: http://quantlib.org/quantlibxl/allfunctions.html Regards, Eric ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |