Learn R Programming

⚠️There's a newer version (0.4.26) of this package.Take me there.

RQuantLib (version 0.1.5)

R interface to the QuantLib libraries

Description

The RQuantLib packages provides access to (some) of the QuantLib functions from within R. It is currently limited to some Option pricing and analysis functions. The QuantLib project aims to provide a comprehensive software framework for quantitative finance. The goal is to provide a standard free/open source library to quantitative analysts and developers for modeling, trading, and risk management of financial assets. You need to have QuantLib installed in order to use RQuantLib.

Copy Link

Version

Install

install.packages('RQuantLib')

Monthly Downloads

1,555

Version

0.1.5

License

GPL Version 2 or later for RQuantLib; QuantLib itself is released as Open Source as well

Maintainer

Dirk Eddelbuettel

Last Published

April 24th, 2025

Functions in RQuantLib (0.1.5)

Option

Base class for option price evalution
EuropeanOptionImpliedVolatility

Implied Volatility calculation for European Option
BarrierOption

Barrier Option evaluation using Closed-Form solution
BinaryOption

Binary Option evaluation using Closed-Form solution
EuropeanOption

European Option evaluation using Closed-Form solution
AmericanOptionImpliedVolatility

Implied Volatility calculation for American Option
EuropeanOptionArrays

European Option evaluation using Closed-Form solution
AmericanOption

American Option evaluation using Finite Differences
ImpliedVolatility

Base class for option-price implied volatility evalution