-
Notifications
You must be signed in to change notification settings - Fork 9
/
Wilshire.cs
351 lines (315 loc) · 24.8 KB
/
Wilshire.cs
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
namespace QuantConnect.DataSource
{
public partial class Fred
{
/// <summary>
/// Wilshire Indexes help clients, investment professionals and researchers accurately measure and better understand the market. The Wilshire Index family leverages more than 40 years of Wilshire performance measurement expertise and employs unbiased construction rules.
/// </summary>
public static class Wilshire
{
///<summary>
/// Wilshire US Small-Cap Value Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLSMLCAPVALPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USSmallCapValuePrice = "WILLSMLCAPVALPR";
///<summary>
/// Wilshire 2500 Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL2500PR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Price2500 = "WILL2500PR";
///<summary>
/// Wilshire 4500 Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL4500PR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Price4500 = "WILL4500PR";
///<summary>
/// Wilshire 2500 Value Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL2500PRVAL
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string ValuePrice2500 = "WILL2500PRVAL";
///<summary>
/// Wilshire 2500 Growth Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL2500PRGR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string GrowthPrice2500 = "WILL2500PRGR";
///<summary>
/// Wilshire US Small-Cap Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLSMLCAPPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USSmallCapPrice = "WILLSMLCAPPR";
///<summary>
/// Wilshire 5000 Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL5000PR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Price5000 = "WILL5000PR";
///<summary>
/// Wilshire US Small-Cap Growth Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLSMLCAPGRPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USSmallCapGrowthPrice = "WILLSMLCAPGRPR";
///<summary>
/// Wilshire US Mid-Cap Value Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMIDCAPVALPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMidCapValuePrice = "WILLMIDCAPVALPR";
///<summary>
/// Wilshire US Real Estate Securities Price Index (Wilshire US RESI) (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLRESIPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USRealEstateSecuritiesPrice = "WILLRESIPR";
///<summary>
/// Wilshire US Large-Cap Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLLRGCAPPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USLargeCapPrice = "WILLLRGCAPPR";
///<summary>
/// Wilshire US Mid-Cap Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMIDCAPPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMidCapPrice = "WILLMIDCAPPR";
///<summary>
/// Wilshire US Mid-Cap Growth Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMIDCAPGRPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMidCapGrowthPrice = "WILLMIDCAPGRPR";
///<summary>
/// Wilshire US Micro-Cap Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMICROCAPPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMicroCapPrice = "WILLMICROCAPPR";
///<summary>
/// Wilshire US Real Estate Investment Trust Price Index (Wilshire US REIT) (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLREITPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USRealEstateInvestmentTrustPrice = "WILLREITPR";
///<summary>
/// Wilshire US Large-Cap Value Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLLRGCAPVALPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USLargeCapValuePrice = "WILLLRGCAPVALPR";
///<summary>
/// Wilshire US Large-Cap Growth Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLLRGCAPGRPR
/// The price indexes are price returns, which do not reinvest dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USLargeCapGrowthPrice = "WILLLRGCAPGRPR";
///<summary>
/// Wilshire 5000 Full Cap Price Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL5000PRFC
/// The price indexes are price returns, which do not reinvest dividends. The designation Full Cap for an index signifies a float adjusted market capitalization that includes shares of stock not considered available to "ordinary" investors. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string FullCapPrice5000 = "WILL5000PRFC";
///<summary>
/// Wilshire US Mid-Cap Value Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMIDCAPVAL
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMidCapValue = "WILLMIDCAPVAL";
///<summary>
/// Wilshire US Mid-Cap Growth Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMIDCAPGR
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMidCapGrowth = "WILLMIDCAPGR";
///<summary>
/// Wilshire US Mid-Cap Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMIDCAP
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMidCap = "WILLMIDCAP";
///<summary>
/// Wilshire US Real Estate Securities Total Market Index (Wilshire US RESI) (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLRESIND
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USRealEstateSecurities = "WILLRESIND";
///<summary>
/// Wilshire 4500 Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL4500IND
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Index4500 = "WILL4500IND";
///<summary>
/// Wilshire 5000 Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL5000IND
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Index5000 = "WILL5000IND";
///<summary>
/// Wilshire US Large-Cap Growth Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLLRGCAPGR
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USLargeCapGrowth = "WILLLRGCAPGR";
///<summary>
/// Wilshire US Micro-Cap Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLMICROCAP
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USMicroCap = "WILLMICROCAP";
///<summary>
/// Wilshire 2500 Value Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL2500INDVAL
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Value2500 = "WILL2500INDVAL";
///<summary>
/// Wilshire US Small-Cap Growth Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLSMLCAPGR
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USSmallCapGrowth = "WILLSMLCAPGR";
///<summary>
/// Wilshire US Small-Cap Value Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLSMLCAPVAL
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USSmallCapValue = "WILLSMLCAPVAL";
///<summary>
/// Wilshire US Large-Cap Value Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLLRGCAPVAL
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USLargeCapValue = "WILLLRGCAPVAL";
///<summary>
/// Wilshire US Real Estate Investment Trust Total Market Index (Wilshire US REIT) (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLREITIND
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USRealEstateInvestmentTrust = "WILLREITIND";
///<summary>
/// Wilshire 2500 Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL2500IND
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Index2500 = "WILL2500IND";
///<summary>
/// Wilshire US Small-Cap Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLSMLCAP
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USSmallCap = "WILLSMLCAP";
///<summary>
/// Wilshire US Large-Cap Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILLLRGCAP
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string USLargeCap = "WILLLRGCAP";
///<summary>
/// Wilshire 2500 Growth Total Market Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL2500INDGR
/// The total market indexes are total market returns, which do include reinvested dividends. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. More information about the various indexes from Wilshire Associates can be found at http://www.wilshire.com/Indexes/.
/// </remarks>
public static readonly string Growth2500 = "WILL2500INDGR";
///<summary>
/// Wilshire 5000 Total Market Full Cap Index (in Index)
/// </summary>
/// <remarks>
/// Retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/WILL5000INDFC
/// The total market indexes are total market returns, which do include reinvested dividends. The designation Full Cap for an index signifies a float adjusted market capitalization that includes shares of stock not considered available to "ordinary" investors. Copyright, 2016, Wilshire Associates Incorporated. Reprinted with permission. For more information about the various indexes, visit Wilshire Associates (http://www.wilshire.com/Indexes/).
/// </remarks>
public static readonly string TotalMarketFullCap5000 = "WILL5000INDFC";
}
}
}