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 = "09dfd5ff-3e01-4a85-94a9-e9c6e16fb482" and issue_code = "UTI" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • UTI · 1 ✖

filing_year 1

  • 2012 1

filing_period 1

  • first_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
1240047 LTD GROUP, LLC 09dfd5ff-3e01-4a85-94a9-e9c6e16fb482 Q1 LTD GROUP, LLC 308718 DUKE ENERGY CORPORATION 2012 first_quarter UTI H.R. 2891, Americas Energy Independence Act, to delay EPA Cross-State Air Pollution Rule; H.R. 3391, the Comprehensive National Mercury Monitoring Act (Pingree); H.R. 3379, the Regional Haze Federalism Act, to provide States increased flexibility in implementing standards through State implementation plans; S. 15, to prohibit the regulation of carbon dioxide emissions in the U.S. until China, India, and Russia implement similar reductions; S. 77, the Pollution and Costs Reduction Act to amend the Clean Air Act to reduce pollution and lower costs for building owners; S. 228, the Defending Americas Affordable Energy and Jobs Act to preempt regulation of, action relating to, or consideration of greenhouse gases; S. 231, the EPA Stationary Source Regulations Suspension Act to suspend for 2 years EPA regulation of greenhouse gas emissions from stationary sources under the Clean Air Act; S. 482, the Energy Tax Prevention Act of 2011 to prohibit EPA greenhouse gas regulations under the Clean Air Act; S. 609, the Comprehensive Assessment of Regulations on the Economy (CARE) Act of 2011 to provide for the establishment of a committee to assess the effects of certain federal regulatory mandates related to energy and the environment; S. 706, the 3-D, Domestic Jobs, Domestic Energy, and Deficit Reduction Act of 2011, including provisions to prevent climate change or global warming regulations under the Clean Air Act; S. 1292, the Employment Protection Act to require EPA to consider employment and other economic impacts prior to regulations or other actions; Clean Water Act, Section 316(b) - cooling water intake structure rule-making; Waters of the U.S. draft guidance; S. 1392, the EPA Regulatory Relief Act of 2011 to delay Boiler MACT; S. 1393, the Maintaining Agency Direction on Financial Fraud Act to prohibit enforcement of SEC climate change interpretive guidance; S. 1538, the Regulatory Time-Out Act of 2011; S. 1720, the Jobs Through Growth Act, provisions related to EPA regulations; S. 1805, regarding th… Commodity Futures Trading Commission (CFTC),HOUSE OF REPRESENTATIVES,SENATE 30000   0 0 2012-04-19T17:17:02.310000-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 1852.241ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API