jwlutz commited on
Commit
26b6362
·
verified ·
1 Parent(s): ddea645

card, license and attribution for release 2026-08-02

Browse files
Files changed (2) hide show
  1. CITATION.cff +6 -7
  2. README.md +11 -11
CITATION.cff CHANGED
@@ -7,11 +7,10 @@
7
  # in DATASET_VERSION (dataset/schema.py) and is recorded inside each release
8
  # manifest; a citation needs to name the bytes, and only the release id does.
9
  #
10
- # Release 2026-07-30 is built and verified (35,097,678 rows across
11
- # fund_holdings and insider_transactions, plus coverage; 63 partitions;
12
- # 873,967,532 bytes; verify_release CLEAN). It has NOT been uploaded anywhere
13
- # yet, so there is no DOI and no `repository-artifact` URL. Add one when it is
14
- # published; a citation to a release nobody can fetch is not much of a citation.
15
  cff-version: 1.2.0
16
  message: "If you use this dataset, please cite it as below."
17
  type: dataset
@@ -33,8 +32,8 @@ authors:
33
  given-names: Jack
34
  email: jackwlutz1@gmail.com
35
  affiliation: Candella Labs
36
- version: "2026-07-30"
37
- date-released: "2026-07-30"
38
  # NOT CC0. This file declared `CC0-1.0` until 2026-07-30, which is precisely the
39
  # misstatement LICENSE-DATA exists to prevent: a CC0 dedication is an act by a
40
  # rights HOLDER, and under Feist v. Rural Telephone we hold no copyright in the
 
7
  # in DATASET_VERSION (dataset/schema.py) and is recorded inside each release
8
  # manifest; a citation needs to name the bytes, and only the release id does.
9
  #
10
+ # Release 2026-08-02 is built and verified: 36,941,679 rows across six public
11
+ # tables, 650 partitions, 1,040,640,412 bytes, verify_release CLEAN. It
12
+ # supersedes 2026-08-01 and includes the corrected timezone interpretation for
13
+ # unzoned SEC complete-submission acceptance timestamps.
 
14
  cff-version: 1.2.0
15
  message: "If you use this dataset, please cite it as below."
16
  type: dataset
 
32
  given-names: Jack
33
  email: jackwlutz1@gmail.com
34
  affiliation: Candella Labs
35
+ version: "2026-08-02"
36
+ date-released: "2026-08-02"
37
  # NOT CC0. This file declared `CC0-1.0` until 2026-07-30, which is precisely the
38
  # misstatement LICENSE-DATA exists to prevent: a CC0 dedication is an act by a
39
  # rights HOLDER, and under Feist v. Rural Telephone we hold no copyright in the
README.md CHANGED
@@ -31,27 +31,27 @@ configs:
31
  default: true
32
  data_files:
33
  - split: train
34
- path: releases/2026-08-01/congress_trades/*.parquet
35
  - config_name: house_filings
36
  data_files:
37
  - split: train
38
- path: releases/2026-08-01/house_filings/*.parquet
39
  - config_name: senate_filings
40
  data_files:
41
  - split: train
42
- path: releases/2026-08-01/senate_filings/*.parquet
43
  - config_name: fund_holdings
44
  data_files:
45
  - split: train
46
- path: releases/2026-08-01/fund_holdings/*.parquet
47
  - config_name: insider_transactions
48
  data_files:
49
  - split: train
50
- path: releases/2026-08-01/insider_transactions/*.parquet
51
  - config_name: coverage
52
  data_files:
53
  - split: train
54
- path: releases/2026-08-01/coverage/*.parquet
55
  ---
56
 
57
  # knowable
@@ -60,7 +60,7 @@ US government financial disclosures as a point-in-time dataset: congressional
60
  trades, SEC Form 4 insider transactions, and 13F fund holdings. Every row carries
61
  **the instant it actually became public** and a **measured coverage denominator**.
62
 
63
- **35,213,599 rows. 602 Parquet partitions. 958 MB zstd. Release `2026-08-01`.**
64
 
65
  Immutable: corrections ship as a new release naming this one in `supersedes`,
66
  never as a rewrite of these bytes.
@@ -80,7 +80,7 @@ import duckdb
80
 
81
  duckdb.sql("""
82
  SELECT filer_name, ticker, side, amount_range_low, published_at
83
- FROM 'hf://datasets/jwlutz/knowable/releases/2026-08-01/congress_trades/*.parquet'
84
  WHERE ticker = 'NVDA' AND published_at <= '2026-01-01'
85
  ORDER BY published_at DESC
86
  """)
@@ -136,7 +136,7 @@ resources: congress/trades, house/filings, senate/filings,
136
  | table | rows | one row is |
137
  |---|---|---|
138
  | `fund_holdings` | 34,030,485 | one 13F position line |
139
- | `insider_transactions` | 1,067,193 | one Form 4 transaction line, all codes |
140
  | `congress_trades` | 72,140 | one disclosed trade (House 55,796, Senate 16,344) |
141
  | `house_filings` | 41,380 | one House filing with its publication clock |
142
  | `senate_filings` | 2,394 | one Senate eFD document with its clock |
@@ -220,7 +220,7 @@ Newest filing in this release published `2026-07-29`.
220
 
221
  ### Source errors are carried, not silently repaired
222
 
223
- 63 of 72,140 rows (0.118%) carry a `transaction_date` **after** their own
224
  publication instant, which is physically impossible. They are filer typos: years
225
  written as 3031, 2202, 2220. They ship as filed. Normalization reads the source's
226
  vocabulary; it does not repair the source. Filter `transaction_date <=
@@ -248,7 +248,7 @@ to waive.
248
  title = {knowable: US government financial disclosures with a publication clock},
249
  author = {Lutz, Jack},
250
  year = {2026},
251
- note = {Release 2026-08-01},
252
  url = {https://huggingface.co/datasets/jwlutz/knowable}
253
  }
254
  ```
 
31
  default: true
32
  data_files:
33
  - split: train
34
+ path: releases/2026-08-02/congress_trades/*.parquet
35
  - config_name: house_filings
36
  data_files:
37
  - split: train
38
+ path: releases/2026-08-02/house_filings/*.parquet
39
  - config_name: senate_filings
40
  data_files:
41
  - split: train
42
+ path: releases/2026-08-02/senate_filings/*.parquet
43
  - config_name: fund_holdings
44
  data_files:
45
  - split: train
46
+ path: releases/2026-08-02/fund_holdings/*.parquet
47
  - config_name: insider_transactions
48
  data_files:
49
  - split: train
50
+ path: releases/2026-08-02/insider_transactions/*.parquet
51
  - config_name: coverage
52
  data_files:
53
  - split: train
54
+ path: releases/2026-08-02/coverage/*.parquet
55
  ---
56
 
57
  # knowable
 
60
  trades, SEC Form 4 insider transactions, and 13F fund holdings. Every row carries
61
  **the instant it actually became public** and a **measured coverage denominator**.
62
 
63
+ **36,941,679 rows. 650 Parquet partitions. 1.041 GB zstd. Release `2026-08-02`.**
64
 
65
  Immutable: corrections ship as a new release naming this one in `supersedes`,
66
  never as a rewrite of these bytes.
 
80
 
81
  duckdb.sql("""
82
  SELECT filer_name, ticker, side, amount_range_low, published_at
83
+ FROM 'hf://datasets/jwlutz/knowable/releases/2026-08-02/congress_trades/*.parquet'
84
  WHERE ticker = 'NVDA' AND published_at <= '2026-01-01'
85
  ORDER BY published_at DESC
86
  """)
 
136
  | table | rows | one row is |
137
  |---|---|---|
138
  | `fund_holdings` | 34,030,485 | one 13F position line |
139
+ | `insider_transactions` | 2,795,273 | one Form 4 transaction line, all codes |
140
  | `congress_trades` | 72,140 | one disclosed trade (House 55,796, Senate 16,344) |
141
  | `house_filings` | 41,380 | one House filing with its publication clock |
142
  | `senate_filings` | 2,394 | one Senate eFD document with its clock |
 
220
 
221
  ### Source errors are carried, not silently repaired
222
 
223
+ 79 of 72,140 rows (0.110%) carry a `transaction_date` **after** their own
224
  publication instant, which is physically impossible. They are filer typos: years
225
  written as 3031, 2202, 2220. They ship as filed. Normalization reads the source's
226
  vocabulary; it does not repair the source. Filter `transaction_date <=
 
248
  title = {knowable: US government financial disclosures with a publication clock},
249
  author = {Lutz, Jack},
250
  year = {2026},
251
+ note = {Release 2026-08-02},
252
  url = {https://huggingface.co/datasets/jwlutz/knowable}
253
  }
254
  ```