Skip to content

Commit

Permalink
Merge pull request #9 from PyFE/dev
Browse files Browse the repository at this point in the history
Ver 0.93
  • Loading branch information
jaehyukchoi authored Feb 20, 2021
2 parents 9473f20 + 404b880 commit d3beea6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
12 changes: 5 additions & 7 deletions pkg/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
Package: FER
Title: Financial Engineering in R (FER)
Version: 0.91
Version: 0.93
Authors@R: person("Jaehyuk", "Choi", email = "[email protected]", role = c("aut", "cre"))
Description: R implementations of standard financial engineering codes;
vanilla option pricing models such as Black-Scholes, Bachelier, CEV, and
SABR.
URL: https://github.com/PyFE/FE-R
BugReports: https://github.com/PyFE/FE-R/issues
Depends:
R (>= 3.3.1)
R (>= 3.3.1)
NeedsCompilation: no
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
stats,
statmod,
devtools
stats,
statmod
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
testthat (>= 3.0.0)
17 changes: 6 additions & 11 deletions pkg/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# FE-R
Financial Engineering functions in R
# FER
Financial Engineering in R

## Contents
* Black-Scholes option pricing model: price and implied volatility
* Bachelier option pricing model: price and implied volatility

## Installation
Install `devtools` package in run
```R
library(devtools)
devtools::install_github("PyFE/FE-R", subdir="pkg")
```
* Black-Scholes model: option price and implied volatility
* Bachelier model: option price and implied volatility
* Constant-Elasticity-of-Variance (CEV) model: option price
* Stochastic-Alpha-Beta-Rho (SABR) model: equivalent BS volatility and price

0 comments on commit d3beea6

Please sign in to comment.