Skip to content

Commit d3beea6

Browse files
authored
Merge pull request #9 from PyFE/dev
Ver 0.93
2 parents 9473f20 + 404b880 commit d3beea6

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

pkg/DESCRIPTION

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
Package: FER
22
Title: Financial Engineering in R (FER)
3-
Version: 0.91
3+
Version: 0.93
44
Authors@R: person("Jaehyuk", "Choi", email = "[email protected]", role = c("aut", "cre"))
55
Description: R implementations of standard financial engineering codes;
66
vanilla option pricing models such as Black-Scholes, Bachelier, CEV, and
77
SABR.
88
URL: https://github.com/PyFE/FE-R
99
BugReports: https://github.com/PyFE/FE-R/issues
1010
Depends:
11-
R (>= 3.3.1)
11+
R (>= 3.3.1)
1212
NeedsCompilation: no
1313
License: GPL (>= 2)
1414
Encoding: UTF-8
1515
LazyData: true
1616
RoxygenNote: 7.1.1
1717
Imports:
18-
stats,
19-
statmod,
20-
devtools
18+
stats,
19+
statmod
2120
Suggests:
22-
testthat (>= 3.0.0)
23-
Config/testthat/edition: 3
21+
testthat (>= 3.0.0)

pkg/README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# FE-R
2-
Financial Engineering functions in R
1+
# FER
2+
Financial Engineering in R
33

44
## Contents
5-
* Black-Scholes option pricing model: price and implied volatility
6-
* Bachelier option pricing model: price and implied volatility
7-
8-
## Installation
9-
Install `devtools` package in run
10-
```R
11-
library(devtools)
12-
devtools::install_github("PyFE/FE-R", subdir="pkg")
13-
```
5+
* Black-Scholes model: option price and implied volatility
6+
* Bachelier model: option price and implied volatility
7+
* Constant-Elasticity-of-Variance (CEV) model: option price
8+
* Stochastic-Alpha-Beta-Rho (SABR) model: equivalent BS volatility and price

0 commit comments

Comments
 (0)