FastDOL commited on
Commit
c6ecceb
·
verified ·
1 Parent(s): 839c893

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ OSHA Citations — Q1 2026 (Citation-Level)
5
+ Every OSHA citation issued in the first quarter of 2026 — 28,828 rows, one per cite — joined to the inspection that produced it and the resolved employer that received it. Source: the U.S. Department of Labor's IMIS violation feed.
6
+
7
+ This is the citation-grain view, not the inspection-grain rollup. An inspection that issued six citations contributes six rows. An employer cited at five separate inspections during the quarter contributes one row per cite across those inspections. That granularity makes it directly usable for severity-class analysis (Serious / Willful / Repeat / Other), per-citation penalty work, and gravity-score studies.
8
+
9
+ What's in each row
10
+ The 18 columns cover three layers:
11
+
12
+ Citation: citation_id, viol_type, gravity, initial_penalty, current_penalty, issuance_date
13
+ Inspection context: inspection_id, inspection_type (Accident / Complaint / Planned / Referral), inspection_open_date, inspection_close_date, state, zip5
14
+ Resolved employer: employer_id (a stable FastDOL UUID), employer_name, naics_code, naics_description, parent_name (from SEC EDGAR Exhibit 21), and agencies_alltime — a pipe-delimited cross-agency footprint string that surfaces which other federal agencies (WHD, EPA, etc.) have ever taken action against the same resolved entity.
15
+ The cross-agency identity resolution is the part you can't reconstruct from the raw OSHA feed. It's what turns a list of citations into a corporate-accountability dataset.
16
+
17
+ Coverage and limitations
18
+ Federal-OSHA jurisdiction only. Citations from state-plan states (California, Oregon, Washington, North Carolina, and 18 others) are not included — those agencies publish separately. This is the largest single coverage gap.
19
+ Penalty amounts are assessment, not collection. current_penalty reflects post-settlement values where applicable, pre-collection.
20
+ standard_cited and contest_date are not in this release. Both are spec'd in the OSHA feed but not currently bound by the FastDOL loader; a follow-up release will add them.
21
+ Citation
22
+
23
+ FastDOL. OSHA Citations — Q1 2026 (Citation-Level). Version 2026.05. https://www.fastdol.com/datasets/osha-citations-2026-q1
24
+
25
+ License: Creative Commons Attribution 4.0 International (CC-BY-4.0).
26
+
27
+ For Zenodo specifically: the > blockquote will render correctly in their description field. For HF: README.md accepts this as-is.