-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Copyright: (c) 2004 - 2013
Package: FinancialInstrument
Maintainer: G See <[email protected]>
License: GPL
Title: Financial Instrument Model Infrastructure for R
Type: Package
LazyLoad: yes
Author: Peter Carl, Brian G. Peterson, Garrett See
Description: Infrastructure for defining meta-data and
relationships for financial instruments.
Version: 1.1.9
URL: https://r-forge.r-project.org/projects/blotter/
Date: 2013-05-26
Depends:
R (>= 2.12.0),
quantmod(>= 0.3-17),
xts,
zoo(>= 1.7-5)
Suggests:
foreach,
XML (>= 3.96.1.1),
testthat
Collate:
'buildHierarchy.R'
'buildSpread.R'
'build_symbols.R'
'instrument.R'
'instrument.table.R'
'load.instruments.R'
'redenominate.R'
'splice.R'
'splooth.R'
'synthetic.R'
'volep.R'
'parse_id.R'
'MonthCodes.R'
'format_id.R'
'ls_by_expiry.R'
'ls_instruments_by.R'
'ls_instruments.R'
'ls_strikes.R'
'ls_underlyings.R'
'update_instruments.yahoo.R'
'ls_by_currency.R'
'saveInstruments.R'
'ls_expiries.R'
'saveSymbols.R'
'Tick2Sec.R'
'all.equal.instrument.R'
'expires.R'
'find.instrument.R'
'FinancialInstrument-package.R'
'FindCommonInstrumentAttributes.R'
'Notionalize.R'
'update_instruments.iShares.R'
'update_instruments.morningstar.R'
'CompareInstrumentFiles.R'