-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Type: Package
Package: fmbasics
Title: Financial Market Building Blocks
Version: 0.3.99
Authors@R: c(person(given = "Imanuel", family = "Costigan", role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sayf", family = "Hamada", role = "ctb",
email = "[email protected]"))
Description: Implements basic financial market objects like
currencies, currency pairs, interest rates and interest rate indices.
You will be able to use Benchmark instances of these objects which
have been defined using their most common conventions or those defined
by International Swap Dealer Association (ISDA,
<https://www.isda.org>) legal documentation.
License: GPL-2
URL: https://github.com/imanuelcostigan/fmbasics,
https://imanuelcostigan.github.io/fmbasics/
BugReports: https://github.com/imanuelcostigan/fmbasics/issues
Imports:
assertthat,
fmdates (>= 0.1.2),
lubridate (>= 1.6.0),
methods,
readr,
stats,
tibble,
utils,
tidyr,
credule
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1