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 = "3dc971bd-686a-4e90-8ca2-e72662e3dc4f" and issue_code = "TOB" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • TOB · 1 ✖

filing_year 1

  • 2018 1

filing_period 1

  • third_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
2192666 AMERICAN ACADEMY OF OTOLARYNGOLOGY-HEAD AND NECK SURGERY 3dc971bd-686a-4e90-8ca2-e72662e3dc4f Q3 AMERICAN ACADEMY OF OTOLARYNGOLOGY-HEAD AND NECK SURGERY 1386 AMERICAN ACADEMY OF OTOLARYNGOLOGY-HEAD AND NECK SURGERY 2018 third_quarter TOB Opposition to H.R. 564 and any appropriations riders that would exempt some cigars, including flavored cigars, from regulation under the Family Smoking Prevention and Tobacco Control Act (TCA). Support for any legislation and/or regulation requiring all non-grandfathered private health insurance plans to cover preventative services given an "A" or "B" rating by the U.S. Preventative Services Taskforce (USPSTF), especially provisions relating to comprehensive benefits for tobacco cessation services. Opposition to H.R. 1136, the "FDA Deeming Authority Clarification Act of 2017," all provisions. Comments supporting the Food and Drug Administration's initiative to move toward a product standard to reduce the nicotine level in cigarettes to non-addictive or minimally addictive levels. Coalition letter to U.S. Senate Appropriators to approve the authorized level of user fees for the FDA oversight of tobacco products and oppose efforts to limit FDA's authority as part of the FY 2019 Agriculture, Rural Development, and Food and Drug Administration and Related Agencies Appropriations Bill. Coalition letter to leaders of the U.S. House Committee on Appropriations Subcommittee on Labor, Health and Human Services, Education, and Related Agencies, urging allocation of funds for the Centers for Disease Control and Prevention's Office on Smoking and Health. Coalition letter to leaders of the U.S. Senate Committee on Appropriations Subcommittee on Labor, Health and Human Services, Education, and Related Agencies urging allocation of funds for the Centers for Disease Control and Prevention's Office on Smoking and Health. Coalition letter to U.S. House and Senate Conferees regarding H.R. 6147, urging the conferees to reject all tobacco riders that would weaken FDA oversight of tobacco products, including e-cigarettes and cigars. FY 2019 Agriculture, Rural Development, Food and Drug Administration, and Related Agencies Appropriations (H.R. 6147); provisions related to Tobacco Policy Riders. Centers For Medicare and Medicaid Services (CMS),Food & Drug Administration (FDA),Health & Human Services, Dept of (HHS),HOUSE OF REPRESENTATIVES,Medicare Payment Advisory Commission (MedPAC),SENATE   200000 0 0 2018-10-18T16:08:53.833000-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 23.791ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API