home / lobbying

lobbying_activities

Individual lobbying activities reported in quarterly filings. Each row is one issue area for one client — includes the specific issues lobbied on, government entities contacted, and income/expense amounts.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

1 row where filing_uuid = "fb3d0e87-cb06-4c5d-8d4b-ee2da7cf5a7c" and issue_code = "TRA" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • TRA · 1 ✖

filing_year 1

  • 2014 1

filing_period 1

  • second_quarter 1
id filing_uuid filing_type registrant_name registrant_id client_name filing_year ▲ filing_period issue_code specific_issues government_entities income_amount expense_amount is_no_activity is_termination received_date
1553906 UNITED SPINAL ASSOCIATION fb3d0e87-cb06-4c5d-8d4b-ee2da7cf5a7c Q2 UNITED SPINAL ASSOCIATION 12994 UNITED SPINAL ASSOCIATION 2014 second_quarter TRA Discussed the Transportation for Heroes Act of 2013 (H.R. 2362).Support HR 3978, New Opportunities for Bicycle and Pedestrian Infrastructure Financing Act (NOBPIFA), sponsored by Rep. Albio Sires (D-NJ 8th). The bill includes funding for achieving compliance with the ADA, improving public transit, biking and pedestrian infrastructure. Support HR 3494/S 1708, the Bicycle and Pedestrian Safety Act, sponsored by Rep. Earl Blumenauer (D-OR 3rd) and Rep. Howard Coble (R-NC 6th), and Sen. Jeff Merkley (D-OR) and Sen. Kelly Ayotte (R-NH). The bills would require the DOT to set a non-motorized safety performance measure. Advocated for passage of a long-term surface transportation bill with adequate funding measures. Any bill should incentivize solutions to ensuring an accessible, affordable, reliable and safe transportation system in urban, suburban, and rural settings. Support public transit, funding for Section 5310, pilot programs that measure connectivity, including usability of sidewalks, TIGER and FAST grants that can support sidewalk and curb cut maintenance. Suupport biking and pedestrian programs and accessible pathways in MAP-21 reauthorization. Requested funding for progams that support people with disabilities' access to transportation. Discussed improving regulations for out-of-water survival craft included in the Coast Guard reauthorization bill. Discussed dedicated paratransit funding options and the creation of an incentive program to improve paratransit and transit operations for people with disabilities. Discussed establishing a transportation careers workforce development progam at the DOT to create pathways into quality operations, repair, maintenance, and construction jobs for disadvantaged workers including people with disabilities; foster investments in underserved communities in public transportation, bicycle and pedestrian projects (including ADA compliance) through DOT TIGER and TIFIA grants; and leverage DOT and related agency data collection, performance measures, and collaboration t… Centers For Medicare and Medicaid Services (CMS),Defense, Dept of (DOD),Education, Dept of,Health & Human Services, Dept of (HHS),HOUSE OF REPRESENTATIVES,Labor, Dept of (DOL),Office of Management & Budget (OMB),Office of Personnel Management (OPM),SENATE,Social Security Administration (SSA),Transportation, Dept of (DOT),White House Office   120000 0 0 2014-07-16T17:55:04.040000-04:00

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE lobbying_activities (
            id INTEGER PRIMARY KEY,
            filing_uuid TEXT NOT NULL,
            filing_type TEXT NOT NULL,
            registrant_name TEXT NOT NULL,
            registrant_id INTEGER,
            client_name TEXT NOT NULL,
            filing_year INTEGER NOT NULL,
            filing_period TEXT NOT NULL,
            issue_code TEXT,
            specific_issues TEXT,
            government_entities TEXT,
            income_amount INTEGER,
            expense_amount INTEGER,
            is_no_activity INTEGER DEFAULT 0,
            is_termination INTEGER DEFAULT 0,
            received_date TEXT,
            CONSTRAINT fk_activity_filing FOREIGN KEY (filing_uuid)
                REFERENCES lobbying_filings_raw(filing_uuid)
        );
CREATE INDEX idx_act_client_name ON lobbying_activities(client_name COLLATE NOCASE);
CREATE INDEX idx_act_issue_code ON lobbying_activities(issue_code);
CREATE INDEX idx_act_filing_year ON lobbying_activities(filing_year);
CREATE INDEX idx_act_filing_uuid ON lobbying_activities(filing_uuid);
Powered by Datasette · Queries took 60.884ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API