Financial Engineering functions in R
- Black-Scholes option pricing model: price and implied volatility
- Bachelier option pricing model: price and implied volatility
Install devtools
package in run
library(devtools)
devtools::install_github("PyFE/FE-R", subdir="pkg")