aboutsummaryrefslogtreecommitdiff
path: root/landing/data/catalog.toml
blob: 3882d686292c3a26a1eb48c240fee4ebd3dc0fb8 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Datasets shown in the § 03 catalog widget on the landing page.
# Each category becomes one scrolling column. Order within a category is
# the order they scroll past, so put recognizable / flagship datasets first.

[[categories]]
name = "securities & finance"
items = [
  "SEC EDGAR 10-K, 10-Q",
  "SEC 13-F holdings",
  "SEC Form 4 insiders",
  "SEC 13-D/G ownership",
  "SEC Form D placements",
  "FFIEC HMDA mortgages",
  "FDIC call reports",
  "NCUA credit unions",
  "FINRA BrokerCheck",
  "SEC investment advisers",
  "CFPB consumer complaints",
  "CFPB rate spread data",
  "Federal bankruptcy filings",
  "FinCEN beneficial ownership",
  "Delaware franchise tax",
]

[[categories]]
name = "government & politics"
items = [
  "USAspending awards",
  "FEC campaign finance",
  "Federal lobbying (LDA)",
  "Congressional votes",
  "Congressional bills",
  "Federal Register rules",
  "FPDS procurement",
  "Federal subawards (FSRS)",
  "GSA Schedule pricing",
  "Foreign agents (FARA)",
  "Executive orders",
  "Federal IT spending",
  "DOJ settlements",
  "State lobbying",
  "State procurement",
]

[[categories]]
name = "regulatory & legal"
items = [
  "IRS 990 & 990-PF",
  "IRS Form 5500 plans",
  "IRS Business Master File",
  "SAM.gov registrations",
  "OSHA inspections",
  "EPA ECHO enforcement",
  "PACER federal courts",
  "State court records",
  "UCC filings",
  "Secretary of State (SOS)",
  "State medical boards",
  "State bar attorneys",
  "State contractor licenses",
  "ITC trade rulings",
  "DEA registrations",
]

[[categories]]
name = "science, health & IP"
items = [
  "USPTO patent grants",
  "USPTO trademarks",
  "Patent assignments",
  "Copyright registrations",
  "NIH RePORTER grants",
  "NSF grant awards",
  "FDA drug approvals",
  "FDA 510(k) devices",
  "FDA FAERS adverse events",
  "FDA warning letters",
  "ClinicalTrials.gov",
  "NPI provider registry",
  "IPEDS college financials",
  "DOE College Scorecard",
  "DOE SBIR/STTR awards",
]