jlohding commited on
Commit
93e3b9f
1 Parent(s): f8b07cc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md CHANGED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - nlp
5
+ pretty_name: SP500 EDGAR 10-K Filings
6
+ ---
7
+
8
+ # Dataset Card for SP500-EDGAR-10K
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:**
13
+ - **Repository:**
14
+ - **Paper:**
15
+ - **Leaderboard:**
16
+ - **Point of Contact:**
17
+
18
+ ### Dataset Summary
19
+
20
+ This dataset contains the annual reports for all SP500 historical constituents from 2010-2022 from SEC EDGAR Form 10-K filings.
21
+ It also contains n-day future returns of each firm's stock price from each filing date.
22
+
23
+ ## Dataset Structure
24
+
25
+ ### Data Fields
26
+
27
+ [More Information Needed]
28
+
29
+ ### Data Splits
30
+
31
+ [More Information Needed]
32
+
33
+ ## Dataset Creation
34
+
35
+ ### Source Data
36
+
37
+ #### Initial Data Collection and Normalization
38
+
39
+ 10-K filings data was collected and processed using `edgar-crawler` available <a href='https://github.com/nlpaueb/edgar-crawler'>here.</a>
40
+ Return data was computed manually from other price data sources.
41
+
42
+ ### Annotations
43
+
44
+ #### Annotation process
45
+
46
+ N/A
47
+
48
+ #### Who are the annotators?
49
+
50
+ N/A
51
+
52
+ ### Personal and Sensitive Information
53
+
54
+ N/A
55
+
56
+ ## Considerations for Using the Data
57
+
58
+ ### Social Impact of Dataset
59
+
60
+ N/A
61
+
62
+ ### Discussion of Biases
63
+
64
+ The firms in the dataset are constructed from historical SP500 membership data, removing survival biases.
65
+
66
+ ### Other Known Limitations
67
+
68
+ N/A
69
+
70
+ ### Licensing Information
71
+
72
+ MIT