diff options
Diffstat (limited to 'landing/data')
| -rw-r--r-- | landing/data/catalog.toml | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/landing/data/catalog.toml b/landing/data/catalog.toml new file mode 100644 index 0000000..3882d68 --- /dev/null +++ b/landing/data/catalog.toml @@ -0,0 +1,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", +] |
