Datasets:
File size: 2,927 Bytes
08f5078 | 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 | # Citation File Format 1.2.0: https://citation-file-format.github.io/
#
# Citation is requested, not required. See LICENSE-DATA: we hold no copyright
# in the disclosure facts, so there is nothing to condition your use on.
#
# `version` is the RELEASE ID, not the schema version. The schema version lives
# in DATASET_VERSION (dataset/schema.py) and is recorded inside each release
# manifest; a citation needs to name the bytes, and only the release id does.
#
# Release 2026-07-30 is built and verified (35,097,678 rows across
# fund_holdings and insider_transactions, plus coverage; 63 partitions;
# 873,967,532 bytes; verify_release CLEAN). It has NOT been uploaded anywhere
# yet, so there is no DOI and no `repository-artifact` URL. Add one when it is
# published; a citation to a release nobody can fetch is not much of a citation.
cff-version: 1.2.0
message: "If you use this dataset, please cite it as below."
type: dataset
title: "Open US Government Disclosure Dataset: congressional trades, SEC insider Form 4, and 13F holdings with a point-in-time publication clock"
abstract: >-
A free, open dataset of US government financial-disclosure data: House and
Senate congressional Periodic Transaction Reports, SEC insider Form 4
transactions, and SEC 13F-HR institutional holdings. Every row carries
published_at, the instant the fact became publicly available, and
clock_precision recording how that instant was established. For House
filings the clock is the publishing server's own HTTP Last-Modified header,
giving second-resolution first-party publication timestamps on 41,380 of
41,454 clerk index rows (99.8%) back to 2008, which makes the corpus
point-in-time correct: filtering published_at <= T yields what a researcher
could have known at T. Coverage denominators, including where coverage is
poor, are published alongside the data.
authors:
- family-names: Lutz
given-names: Jack
email: jackwlutz1@gmail.com
affiliation: Candella Labs
version: "2026-07-30"
date-released: "2026-07-30"
# NOT CC0. This file declared `CC0-1.0` until 2026-07-30, which is precisely the
# misstatement LICENSE-DATA exists to prevent: a CC0 dedication is an act by a
# rights HOLDER, and under Feist v. Rural Telephone we hold no copyright in the
# disclosure facts. Claiming to waive rights we never had implies a publisher who
# declines to waive could lock the same facts up, which is backwards. See
# LICENSE-DATA, which is a public-domain STATEMENT for the facts plus a narrowly
# scoped CC0 waiver over the thin layer we did author.
license: other
license-url: "https://github.com/candellalabs/knowable/blob/main/LICENSE-DATA"
repository-code: "https://github.com/candellalabs/knowable"
keywords:
- congressional trading
- financial disclosure
- point-in-time
- lookahead bias
- STOCK Act
- SEC Form 4
- SEC 13F
- insider trading
- open government data
- event study
|