quantjin / rquantlib

R interface to the QuantLib library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RQuantLib Build Status License CRAN Downloads

About

The RQuantLib package makes parts of QuantLib visible to the R user. Currently a number option pricing functions are included, both vanilla and exotic, as well as a broad range of fixed-income functions. Also included are general calendaring and holiday utilities. Further software contributions are welcome.

The QuantLib project aims to provide a comprehensive software framework for quantitative finance. The goal is to provide a standard open source library for quantitative analysis, modeling, trading, and risk management of financial assets.

Status

The package is actively maintained, and is still being extended. Contributions are welcome, and initial discussions via GitHub issue tickets are encouraged as suggested in the Contributing guide.

Installation

From Source

The package is on CRAN and can be installed from source as usual:

install.packages("RQuantLib")

Windows Binaries

Starting with release 0.4.3, binaries are provided via the ghrr drat repo and can be installed as

drat::addRepo("ghrr")       #  maybe use 'install.packages("drat")' first 
install.packages("RQuantLib", type="binary")

Authors

Dirk Eddelbuettel, Khanh Nguyen (during 2009-2010) and Terry Leitch (since 2016)

License

GPL (>= 2)

About

R interface to the QuantLib library


Languages

Language:C++ 67.3%Language:R 31.0%Language:M4 0.9%Language:Shell 0.5%Language:Makefile 0.2%