FastDOL commited on
Commit
d0572bb
·
verified ·
1 Parent(s): 6f4d68e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,3 +1,50 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ tags:
6
+ - usaspending
7
+ - federal-contracts
8
+ - federal-contractors
9
+ - osha
10
+ - whd
11
+ - epa
12
+ - msha
13
+ - nlrb
14
+ - sec
15
+ - sam-exclusions
16
+ - corporate-prosecutions
17
+ - federal-enforcement
18
+ - corporate-accountability
19
+ - compliance
20
+ size_categories:
21
+ - 1K<n<10K
22
  ---
23
+
24
+ What's in the data
25
+ A row appears when an employer meets ALL of these criteria:
26
+
27
+ - The employer is a federal contract recipient on USAspending.gov (any prime contract obligation, any fiscal year).
28
+ - The employer is in FastDOL's structured records (resolvable via name normalization + state + ZIP, the platform's standard entity-resolution key).
29
+ - The employer has **at least one violation category met** across the eight enforcement surfaces FastDOL tracks: OSHA (workplace safety), WHD (wage and hour), MSHA (mine safety), EPA (environmental), NLRB (labor relations), SEC (financial enforcement), UVA Corporate Prosecution Registry (federal criminal/civil prosecutions), and SAM.gov exclusions (federal debarment).
30
+
31
+ The `violation_categories_met` column reports the count (1–8) of those surfaces the employer hits, with per-agency totals broken out across the other columns. Each row is one employer, with total federal contract obligations, contract award count, top awarding agency, and per-agency enforcement counts and dollar penalties. The dataset is designed to surface the federal contractors that continue to receive taxpayer dollars despite documented enforcement records against them.
32
+
33
+ Source
34
+ U.S. Department of Treasury (USAspending.gov), U.S. Department of Labor (OSHA, WHD, MSHA), U.S. Environmental Protection Agency (ECHO), National Labor Relations Board, U.S. Securities and Exchange Commission, GSA SAM.gov, and the University of Virginia Law Corporate Prosecution Registry — via FastDOL.
35
+
36
+ ---
37
+
38
+ **Federal Contractor Violations Dataset**
39
+
40
+ This is a mirror. Canonical home: https://www.fastdol.com/datasets/federal-contractor-violations
41
+
42
+ License: CC BY 4.0
43
+
44
+ Version DOI: [10.5281/zenodo.20777628](https://doi.org/10.5281/zenodo.20777628)
45
+
46
+ Concept DOI: [10.5281/zenodo.20777627](https://doi.org/10.5281/zenodo.20777627)
47
+
48
+ Download CSV: https://www.fastdol.com/datasets/federal-contractor-violations/data.csv
49
+
50
+ Visit the [canonical page](https://www.fastdol.com/datasets/federal-contractor-violations) for the full schema, methodology, BibTeX citation, and most recent version.