voigtstefan commited on
Commit
0d530c0
·
verified ·
1 Parent(s): 8cae79d

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -82
README.md CHANGED
@@ -21,11 +21,11 @@ Lookup table mapping specification IDs to portfolio sorting configurations. Use
21
 
22
  ### Dataset Description
23
 
24
- The dataset contains approximately 180,000 unique specification paths for constructing long-short portfolio returns. Each row defines a complete set of preprocessing and sorting choices (sample exclusions, lagging convention, breakpoint definition, weighting scheme, rebalancing frequency). The `id` column links to the corresponding return series in the Portfolio Returns dataset.
25
 
26
  - **Curated by:** Christoph Frey (Lancaster University), Christoph Scheuch (Tidy Intelligence), Stefan Voigt (University of Copenhagen), Patrick Weiss (Reykjavík University)
27
  - **Funded by:** Danish Finance Institute
28
- - **License:** MIT
29
 
30
  ### Dataset Sources
31
 
@@ -48,84 +48,24 @@ The dataset contains approximately 180,000 unique specification paths for constr
48
 
49
  ## Dataset Structure
50
 
51
- The dataset consists of a single Parquet file with 13 columns and approximately 180,000 rows.
52
-
53
- <table>
54
- <thead>
55
- <tr>
56
- <th>Column</th>
57
- <th>Type</th>
58
- <th>Description</th>
59
- </tr>
60
- </thead>
61
- <tbody>
62
- <tr>
63
- <td><code>id</code></td>
64
- <td>int32</td>
65
- <td>Unique specification identifier, foreign key to the Portfolio Returns dataset</td>
66
- </tr>
67
- <tr>
68
- <td><code>sorting_variable</code></td>
69
- <td>string</td>
70
- <td>Sorting characteristic (e.g., <code>sv_ag</code> for asset growth, <code>sv_bm</code> for book-to-market)</td>
71
- </tr>
72
- <tr>
73
- <td><code>exclude_size</code></td>
74
- <td>double</td>
75
- <td>Size exclusion threshold: <code>0</code> (none) or <code>0.2</code> (bottom 20th NYSE percentile)</td>
76
- </tr>
77
- <tr>
78
- <td><code>exclude_financials</code></td>
79
- <td>bool</td>
80
- <td>Whether financial firms (SIC 6000-6799) are excluded</td>
81
- </tr>
82
- <tr>
83
- <td><code>exclude_utilities</code></td>
84
- <td>bool</td>
85
- <td>Whether utility firms (SIC 4900-4999) are excluded</td>
86
- </tr>
87
- <tr>
88
- <td><code>exclude_negative_earnings</code></td>
89
- <td>bool</td>
90
- <td>Whether firms with negative earnings are excluded</td>
91
- </tr>
92
- <tr>
93
- <td><code>sorting_variable_lag</code></td>
94
- <td>string</td>
95
- <td>Lagging convention: <code>3m</code>, <code>6m</code>, or <code>ff</code> (Fama-French)</td>
96
- </tr>
97
- <tr>
98
- <td><code>rebalancing</code></td>
99
- <td>string</td>
100
- <td>Rebalancing frequency: <code>monthly</code> or <code>annual</code> (July)</td>
101
- </tr>
102
- <tr>
103
- <td><code>breakpoints_main</code></td>
104
- <td>double</td>
105
- <td>Number of quantile portfolios for the primary sort: <code>5</code> or <code>10</code></td>
106
- </tr>
107
- <tr>
108
- <td><code>sorting_method</code></td>
109
- <td>string</td>
110
- <td>Sorting method: <code>univariate</code>, <code>bivariate-dependent</code>, or <code>bivariate-independent</code></td>
111
- </tr>
112
- <tr>
113
- <td><code>breakpoints_secondary</code></td>
114
- <td>double</td>
115
- <td>Number of quantile portfolios for the secondary sort (size): <code>2</code>, <code>5</code>, or <code>NA</code> for univariate sorts</td>
116
- </tr>
117
- <tr>
118
- <td><code>breakpoints_exchanges</code></td>
119
- <td>string</td>
120
- <td>Exchanges used for breakpoint computation: <code>NYSE</code> or <code>AMEX|NASDAQ|NYSE</code></td>
121
- </tr>
122
- <tr>
123
- <td><code>weighting_scheme</code></td>
124
- <td>string</td>
125
- <td>Portfolio weighting: <code>EW</code> (equal-weighted) or <code>VW</code> (value-weighted)</td>
126
- </tr>
127
- </tbody>
128
- </table>
129
 
130
  ## Dataset Creation
131
 
@@ -167,9 +107,12 @@ Always join with the Portfolio Returns dataset via the `id` column. When reporti
167
  year={2026},
168
  journal={Working Paper}
169
  }
170
-
171
  Dataset Card Authors
172
  Christoph Frey, Christoph Scheuch, Stefan Voigt, Patrick Weiss
173
 
174
  Dataset Card Contact
175
- Stefan Voigt (stefan.voigt@econ.ku.dk), Patrick Weiss (patrickw@ru.is)
 
 
 
 
 
21
 
22
  ### Dataset Description
23
 
24
+ The dataset contains approximately 960,000 unique specification paths for constructing long-short portfolio returns. Each row defines a complete set of preprocessing and sorting choices (sample exclusions, lagging convention, breakpoint definition, weighting scheme, rebalancing frequency). The `id` column links to the corresponding return series in the Portfolio Returns dataset.
25
 
26
  - **Curated by:** Christoph Frey (Lancaster University), Christoph Scheuch (Tidy Intelligence), Stefan Voigt (University of Copenhagen), Patrick Weiss (Reykjavík University)
27
  - **Funded by:** Danish Finance Institute
28
+ - **License:** CC0 1.0
29
 
30
  ### Dataset Sources
31
 
 
48
 
49
  ## Dataset Structure
50
 
51
+ The dataset consists of a single Parquet file with 14 columns and approximately 960,000 rows.
52
+
53
+ | Column | Type | Description |
54
+ |--------|------|-------------|
55
+ | `id` | int32 | Unique specification identifier, foreign key to the Portfolio Returns dataset |
56
+ | `sorting_variable` | string | Sorting characteristic (e.g., `sv_ag` for asset growth, `sv_bm` for book-to-market) |
57
+ | `min_size_quantile` | double | Minimum NYSE size quantile for sample inclusion: `NA` (none) or `0.2` (bottom 20th percentile excluded) |
58
+ | `exclude_financials` | bool | Whether financial firms (SIC 6000-6799) are excluded |
59
+ | `exclude_utilities` | bool | Whether utility firms (SIC 4900-4999) are excluded |
60
+ | `exclude_negative_earnings` | bool | Whether firms with negative earnings are excluded |
61
+ | `sorting_variable_lag` | string | Lagging convention: `3m`, `6m`, or `ff` (Fama-French) |
62
+ | `rebalancing` | string | Rebalancing frequency: `monthly` or `annual` (July) |
63
+ | `n_portfolios_main` | double | Number of quantile portfolios for the primary sort: `3`, `5`, or `10` |
64
+ | `sorting_method` | string | Sorting method: `univariate`, `bivariate-dependent`, or `bivariate-independent` |
65
+ | `breakpoints_min_size_threshold` | double | Minimum NYSE size quantile used when computing breakpoints: `NA` (none) or `0.2` |
66
+ | `n_portfolios_secondary` | double | Number of quantile portfolios for the secondary sort (size): `2`, `5`, or `NA` for univariate sorts |
67
+ | `breakpoints_exchanges` | string | Exchanges used for breakpoint computation: `NYSE` or `AMEX\|NASDAQ\|NYSE` |
68
+ | `weighting_scheme` | string | Portfolio weighting: `EW` (equal-weighted), `VW` (value-weighted), or `capped VW` |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
  ## Dataset Creation
71
 
 
107
  year={2026},
108
  journal={Working Paper}
109
  }
 
110
  Dataset Card Authors
111
  Christoph Frey, Christoph Scheuch, Stefan Voigt, Patrick Weiss
112
 
113
  Dataset Card Contact
114
+ Stefan Voigt (stefan.voigt@econ.ku.dk), Patrick Weiss (patrickw@ru.is)
115
+
116
+
117
+
118
+ ---