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

7 rows where filing_uuid = "4e9d875c-19b0-41fc-93fc-5a2e2fa348c0" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 7

  • AGR 1
  • CHM 1
  • ENG 1
  • ENV 1
  • HCR 1
  • TAR 1
  • TRD 1

filing_year 1

  • 2014 7

filing_period 1

  • first_quarter 7
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
1541783 DICKSTEIN SHAPIRO LLP 4e9d875c-19b0-41fc-93fc-5a2e2fa348c0 Q1 DICKSTEIN SHAPIRO LLP 12208 BAYER CORPORATION 2014 first_quarter TRD Monitor legislative and administrative action related to trade promotion authority negotiations. Monitor legislative and administrative action related to Trans-Pacific Partnerships. Monitor legislative and administrative action related to Transatlantic Trade and Investment Partnership. HOUSE OF REPRESENTATIVES,SENATE 90000   0 0 2014-04-21T22:13:30.297000-04:00
1541784 DICKSTEIN SHAPIRO LLP 4e9d875c-19b0-41fc-93fc-5a2e2fa348c0 Q1 DICKSTEIN SHAPIRO LLP 12208 BAYER CORPORATION 2014 first_quarter AGR Monitor implementation of the Agricultural Act of 2014 (P.L. 113-79). Monitor passage of FY 2014 omnibus appropriations bill (P.L. 113-76). HOUSE OF REPRESENTATIVES,SENATE 90000   0 0 2014-04-21T22:13:30.297000-04:00
1541785 DICKSTEIN SHAPIRO LLP 4e9d875c-19b0-41fc-93fc-5a2e2fa348c0 Q1 DICKSTEIN SHAPIRO LLP 12208 BAYER CORPORATION 2014 first_quarter HCR Monitor legislative and administrative action related to health care policy. Monitor legislative and administrative action related to drug user fees. Monitor legislative and administrative action related to sustainable growth rate and SGR repeal. Monitor the implementation of the Patient Protection and Affordable Care Act, P.L. 111-148.Monitor passage of FY 2014 omnibus appropriations bill (P.L. 113-76). H.R. 2810, Medicare Patient Access and Quality Improvement Act of 2013. H.R. 4302, Protecting Access to Medicare Act. S. 1871, SGR Repeal and Medicare Beneficiary Access Act of 2013. Draft, House Departments of Labor, Health and Human Services and Related Agencies Appropriations Act, 2015. Draft, Senate Departments of Labor, Health and Human Services, and Education, and Related Agencies Appropriations Act, 2015. Draft, House tax extender legislation. Draft, Senate tax extender legislation. HOUSE OF REPRESENTATIVES,SENATE 90000   0 0 2014-04-21T22:13:30.297000-04:00
1541786 DICKSTEIN SHAPIRO LLP 4e9d875c-19b0-41fc-93fc-5a2e2fa348c0 Q1 DICKSTEIN SHAPIRO LLP 12208 BAYER CORPORATION 2014 first_quarter ENV Monitor federal issues and legislation associated with chemical facilities regulation. Monitor passage and implementation of FY 2014 omnibus appropriations bill (P.L. 113-76). Monitor legislative action related to the Toxic Substances Control Act.H.R. 3080, Water Resources Reform and Development Act of 2013. S. 601, Water Resources Development Act of 2013. HOUSE OF REPRESENTATIVES,SENATE 90000   0 0 2014-04-21T22:13:30.297000-04:00
1541787 DICKSTEIN SHAPIRO LLP 4e9d875c-19b0-41fc-93fc-5a2e2fa348c0 Q1 DICKSTEIN SHAPIRO LLP 12208 BAYER CORPORATION 2014 first_quarter CHM Monitor federal issues and legislation associated with chemical facilities regulation. Monitor passage of FY 2014 omnibus appropriations bill (P.L. 113-76). Monitor legislative action related to the Toxic Substances Control Act. HOUSE OF REPRESENTATIVES,SENATE 90000   0 0 2014-04-21T22:13:30.297000-04:00
1541788 DICKSTEIN SHAPIRO LLP 4e9d875c-19b0-41fc-93fc-5a2e2fa348c0 Q1 DICKSTEIN SHAPIRO LLP 12208 BAYER CORPORATION 2014 first_quarter ENG Monitor legislative and administrative action related to energy efficiency and energy technology. S. 761, Energy Savings and Industrial Competitiveness Act of 2013. HOUSE OF REPRESENTATIVES,SENATE 90000   0 0 2014-04-21T22:13:30.297000-04:00
1541789 DICKSTEIN SHAPIRO LLP 4e9d875c-19b0-41fc-93fc-5a2e2fa348c0 Q1 DICKSTEIN SHAPIRO LLP 12208 BAYER CORPORATION 2014 first_quarter TAR Monitor legislative and administrative action related to miscellaneous tariff legislation. H.R. 2708, To amend the Harmonized Tariff Schedule of the United States to modify temporarily certain rates of duty, and for other purposes. HOUSE OF REPRESENTATIVES,SENATE 90000   0 0 2014-04-21T22:13:30.297000-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 9.823ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API