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 = "VET" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • VET · 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
1553912 UNITED SPINAL ASSOCIATION fb3d0e87-cb06-4c5d-8d4b-ee2da7cf5a7c Q2 UNITED SPINAL ASSOCIATION 12994 UNITED SPINAL ASSOCIATION 2014 second_quarter VET Discussed the Guarantee Housing for Terminally Ill Veterans Act (H.R. 4674). Discussed the Rural Veterans Improvement Act of 2014 (S. 2009).Discussed the Veteran Voting Support Act (S. 2145). Discussed the Veterans Appeals Improvement Act of 2014 (S. 2296). Discussed S. 2316, which would require the VAs Inspector General to submit a report on wait times for veterans seeking medical care from VA and to prohibit closure of VA medical facilities. Discussed S. 2362, which would prohibit the payment of performance awards in fiscal year 2015 to Veterans Health Administration employees. Discussed the Increasing Medical Oversight in the Department of Veterans Affairs Act of 2014 (S. 2401). Discussed the Veterans Access to Care Act of 2014 (H.R. 4810). Discussed the Suicide Prevention for American Veterans Act (S. 2182). Supported H.R. 4971, the Ask Veterans Act. This legislation would solicit veterans opinions regarding their experiences with VA health care. Supported S. 1659, the POST Act. This legislation would allow for-profit schools to receive no more than 85% of their revenues from federal sources and include DoD Tuition Assistance and G.I. Bill funds in the 85% calculation. Supported S. 2115, the American Cures Act. This legislation would create a biomedical trust fund to sustain federal investment in four leading federal agencies and programs dedicated to mental health and prosthetic research for veterans. Supported the Military and Veteran Caregiver Services Improvement Act of 2014 (S. 2243/H.R. 4892). This legislation would increase access to caregiver benefits and make other critical changes needed to ensure improved services for significantly disabled veterans and servicemembers and their caregivers. Supported the Disabled Veterans Jobs Opportunity Act (H.R. 4247). This legislation would increase preference in federal hiring for veterans who have disability ratings of 70 percent or greater from VA. Supported the Express Appeals Act (H.R. 4616). This legislation would provide veterans with the opp… 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 5876.299ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API