RQuantlib

[This article was first published on Quantitative Finance Collector, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Quantlib is a free library for modeling, trading, and risk management in real-life providing a comprehensive software framework for quantitative finance, it is written in C++, which might be inconvenient for some users. JQuantLib aiming at Java-fans is naturally developed, correspondently, RQuantlib connects GNU R software with QuantLib.

The installation is straintforward, I tried it on my Windows, the source code is at http://cran.r-project.org/web/packages/RQuantLib/index.html, which is self-contained and does not even require a QuantLib (or Boost) installation. Nothing more to say, following the process, users are able to use the library immediately.

So far the function and option types supported by RQuantlib are limited, vanilla and a few popular exotic options, for example, American option, Asian option, Barrier, Bermudan, Binary option, as well as a range of fixed-income functions, mainly on Convertible bond valuation. Hopefully it will grow quickly.

Detailed reference manual is also available at http://cran.r-project.org/web/packages/RQuantLib/index.html.
Tags – quantlib
Read the full post at RQuantlib.

To leave a comment for the author, please follow the link and comment on their blog: Quantitative Finance Collector.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)