-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
172 lines (171 loc) · 3.87 KB
/
NAMESPACE
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# Generated by roxygen2 (4.0.2): do not edit by hand
S3method(all,equal.instrument)
S3method(expires,character)
S3method(expires,instrument)
S3method(expires,xts)
S3method(print,id.list)
S3method(print,instrument)
S3method(print,suffix.list)
S3method(sort,instrument)
export(.to_daily)
export(C2M)
export(CompareInstrumentFiles)
export(Denotionalize)
export(ICS)
export(ICS_root)
export(M2C)
export(MC2N)
export(Notionalize)
export(add.defined.by)
export(add.identifier)
export(bond)
export(bond_series)
export(buildBasket)
export(buildHierarchy)
export(buildRatio)
export(buildSpread)
export(build_series_symbols)
export(build_spread_symbols)
export(butterfly)
export(currency)
export(exchange_rate)
export(expires)
export(find.instrument)
export(fn_SpreadBuilder)
export(formatSpreadPrice)
export(format_id)
export(fund)
export(future)
export(future_series)
export(getInstrument)
export(getSymbols.FI)
export(guaranteed_spread)
export(instrument)
export(instrument.auto)
export(instrument.table)
export(instrument_attr)
export(is.currency)
export(is.currency.name)
export(is.instrument)
export(is.instrument.name)
export(load.instruments)
export(loadInstruments)
export(ls_AUD)
export(ls_CAD)
export(ls_CHF)
export(ls_EUR)
export(ls_FX)
export(ls_GBP)
export(ls_HKD)
export(ls_ICS)
export(ls_ICS_roots)
export(ls_JPY)
export(ls_NZD)
export(ls_SEK)
export(ls_USD)
export(ls_bonds)
export(ls_by_currency)
export(ls_by_expiry)
export(ls_calls)
export(ls_currencies)
export(ls_derivatives)
export(ls_exchange_rates)
export(ls_expires)
export(ls_expiries)
export(ls_funds)
export(ls_future_series)
export(ls_futures)
export(ls_guaranteed_spreads)
export(ls_instruments)
export(ls_instruments_by)
export(ls_non_currencies)
export(ls_non_derivatives)
export(ls_option_series)
export(ls_options)
export(ls_puts)
export(ls_spreads)
export(ls_stocks)
export(ls_strikes)
export(ls_synthetics)
export(ls_underlyings)
export(make_spread_id)
export(month_cycle2numeric)
export(next.future_id)
export(option)
export(option_series)
export(option_series.yahoo)
export(parse_id)
export(parse_suffix)
export(prev.future_id)
export(redenominate)
export(reloadInstruments)
export(rm_FX)
export(rm_bonds)
export(rm_by_currency)
export(rm_by_expiry)
export(rm_currencies)
export(rm_derivatives)
export(rm_exchange_rates)
export(rm_funds)
export(rm_future_series)
export(rm_futures)
export(rm_instruments)
export(rm_non_derivatives)
export(rm_option_series)
export(rm_options)
export(rm_spreads)
export(rm_stocks)
export(rm_synthetics)
export(saveInstruments)
export(saveSymbols.common)
export(saveSymbols.days)
export(setSymbolLookup.FI)
export(sort_ids)
export(spread)
export(stock)
export(synthetic)
export(synthetic.instrument)
export(to_secBATV)
export(update_instruments.SPDR)
export(update_instruments.TTR)
export(update_instruments.iShares)
export(update_instruments.instrument)
export(update_instruments.masterDATA)
export(update_instruments.md)
export(update_instruments.morningstar)
export(update_instruments.ms)
export(update_instruments.yahoo)
export(volep)
import(xts)
importFrom(TTR,runSum)
importFrom(TTR,stockSymbols)
importFrom(quantmod,Ad)
importFrom(quantmod,Cl)
importFrom(quantmod,OHLC)
importFrom(quantmod,Op)
importFrom(quantmod,Vo)
importFrom(quantmod,getOptionChain)
importFrom(quantmod,getPrice)
importFrom(quantmod,getQuote)
importFrom(quantmod,getSymbolLookup)
importFrom(quantmod,getSymbols)
importFrom(quantmod,has.Ad)
importFrom(quantmod,has.Ask)
importFrom(quantmod,has.Bid)
importFrom(quantmod,has.Cl)
importFrom(quantmod,has.Op)
importFrom(quantmod,has.Price)
importFrom(quantmod,has.Trade)
importFrom(quantmod,has.Vo)
importFrom(quantmod,importDefaults)
importFrom(quantmod,is.BBO)
importFrom(quantmod,is.HLC)
importFrom(quantmod,is.OHLC)
importFrom(quantmod,setSymbolLookup)
importFrom(quantmod,yahooQF)
importFrom(zoo,as.Date)
importFrom(zoo,as.zoo)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,is.zoo)
importFrom(zoo,na.locf)