Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ size_categories:
|
|
6 |
- 100K<n<1M
|
7 |
task_categories:
|
8 |
- text-generation
|
9 |
-
pretty_name: SEC Material Contracts (Exhibit 10)
|
10 |
tags:
|
11 |
- legal
|
12 |
- finance
|
@@ -115,26 +115,25 @@ The primary language is US English with the rare instances of other languages.
|
|
115 |
|
116 |
Please refer to the data viewer for examples.
|
117 |
|
118 |
-
|
119 |
### Data Fields
|
120 |
|
121 |
Please refer to the data viewer for examples.
|
122 |
|
123 |
-
-
|
124 |
-
-
|
125 |
-
-
|
126 |
-
-
|
127 |
-
-
|
128 |
-
-
|
129 |
-
-
|
130 |
-
-
|
131 |
-
-
|
132 |
-
-
|
133 |
-
-
|
134 |
-
-
|
135 |
-
-
|
136 |
-
-
|
137 |
-
-
|
138 |
|
139 |
|
140 |
### Data Splits
|
|
|
6 |
- 100K<n<1M
|
7 |
task_categories:
|
8 |
- text-generation
|
9 |
+
pretty_name: SEC EDGAR Material Contracts (Exhibit 10)
|
10 |
tags:
|
11 |
- legal
|
12 |
- finance
|
|
|
115 |
|
116 |
Please refer to the data viewer for examples.
|
117 |
|
|
|
118 |
### Data Fields
|
119 |
|
120 |
Please refer to the data viewer for examples.
|
121 |
|
122 |
+
- `index_html_url`: filing index page
|
123 |
+
- `index_text_url`: filing index text page
|
124 |
+
- `cik`: Central Index Key from EDGAR
|
125 |
+
- `name`: Company name
|
126 |
+
- `type`: filing type
|
127 |
+
- `date`: filing date
|
128 |
+
- `seq`: seq number in in the filing
|
129 |
+
- `desc`: description provided from the filing
|
130 |
+
- `doc_type`: document type (e.g. EX-10)
|
131 |
+
- `size`: document size
|
132 |
+
- `filename`: document name
|
133 |
+
- `file_url`: document page url
|
134 |
+
- `file`: GCS file uri (private)
|
135 |
+
- `__index_level_0__`: ignore
|
136 |
+
- `file_content`: text content or base64 string of the binary content
|
137 |
|
138 |
|
139 |
### Data Splits
|