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 = "7db4e18d-93e8-4e7d-bcc0-e0c843a33a55" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 7

  • BUD 1
  • DIS 1
  • ENV 1
  • HOM 1
  • HOU 1
  • TRA 1
  • URB 1

filing_year 1

  • 2013 7

filing_period 1

  • fourth_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
1487863 SQUIRE PATTON BOGGS 7db4e18d-93e8-4e7d-bcc0-e0c843a33a55 Q4 SQUIRE PATTON BOGGS 30906 MIAMI-DADE COUNTY 2013 fourth_quarter HOU Community Development Block Grant, HOME, and homeless program funding levels. Homeless program operational issues. HOUSE OF REPRESENTATIVES,SENATE,Transportation, Dept of (DOT),White House Office 40000   0 0 2014-01-19T17:11:55.533000-05:00
1487864 SQUIRE PATTON BOGGS 7db4e18d-93e8-4e7d-bcc0-e0c843a33a55 Q4 SQUIRE PATTON BOGGS 30906 MIAMI-DADE COUNTY 2013 fourth_quarter BUD Issues related to FY 2014 House and Senate Appropriations re programmatic funding levels of relevance to local government activities and interests, including housing, transportation, public safety, homeland security, and economic development. HOUSE OF REPRESENTATIVES,SENATE,Transportation, Dept of (DOT),White House Office 40000   0 0 2014-01-19T17:11:55.533000-05:00
1487865 SQUIRE PATTON BOGGS 7db4e18d-93e8-4e7d-bcc0-e0c843a33a55 Q4 SQUIRE PATTON BOGGS 30906 MIAMI-DADE COUNTY 2013 fourth_quarter ENV Water infrastructure financing legislation (S. 601). Water Resources Development Act of 2013 (S. 601/H.R. 3080). HOUSE OF REPRESENTATIVES,SENATE,Transportation, Dept of (DOT),White House Office 40000   0 0 2014-01-19T17:11:55.533000-05:00
1487866 SQUIRE PATTON BOGGS 7db4e18d-93e8-4e7d-bcc0-e0c843a33a55 Q4 SQUIRE PATTON BOGGS 30906 MIAMI-DADE COUNTY 2013 fourth_quarter URB Legislative, regulatory, and funding topics impacting local government interests and urban-serving programs, such as infrastructure, workforce training, tax incentives, exports / international trade, and economic development. HOUSE OF REPRESENTATIVES,SENATE,Transportation, Dept of (DOT),White House Office 40000   0 0 2014-01-19T17:11:55.533000-05:00
1487867 SQUIRE PATTON BOGGS 7db4e18d-93e8-4e7d-bcc0-e0c843a33a55 Q4 SQUIRE PATTON BOGGS 30906 MIAMI-DADE COUNTY 2013 fourth_quarter TRA Freight / goods movement planning and funding proposals. Issues regarding transit, bridge, highways, and MAP-21 implementation and reauthorization. HOUSE OF REPRESENTATIVES,SENATE,Transportation, Dept of (DOT),White House Office 40000   0 0 2014-01-19T17:11:55.533000-05:00
1487868 SQUIRE PATTON BOGGS 7db4e18d-93e8-4e7d-bcc0-e0c843a33a55 Q4 SQUIRE PATTON BOGGS 30906 MIAMI-DADE COUNTY 2013 fourth_quarter HOM Urban Area Security Initiative funding levels, eligibility standards, and other programmatic requirements. Customs and Border Patrol funding/staffing levels. HOUSE OF REPRESENTATIVES,SENATE,Transportation, Dept of (DOT),White House Office 40000   0 0 2014-01-19T17:11:55.533000-05:00
1487869 SQUIRE PATTON BOGGS 7db4e18d-93e8-4e7d-bcc0-e0c843a33a55 Q4 SQUIRE PATTON BOGGS 30906 MIAMI-DADE COUNTY 2013 fourth_quarter DIS EMPG and other emergency preparedness program funding levels. HOUSE OF REPRESENTATIVES,SENATE,Transportation, Dept of (DOT),White House Office 40000   0 0 2014-01-19T17:11:55.533000-05: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 1326.966ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API