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 = "e7eb0abe-e7b6-4acf-a75f-950d29bd5460" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • URB 1

filing_year 1

  • 2016 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
1889822 CAPITALEDGE STRATEGIES, LLC e7eb0abe-e7b6-4acf-a75f-950d29bd5460 Q3 CAPITALEDGE STRATEGIES, LLC 400493433 CITY OF DALLAS 2016 third_quarter URB HR 5394/S 2844, FY 2017 Transportation-HUD Appropriations, Funding for CDBG, HOME, Homeless Assistance Grants and Transportation Programs HR 5393/S 2837, FY 2017 Commerce-Justice-Science Appropriations, Funding for local law enforcement assistance and economic development programs FY 2017 Homeland Security Appropriations, Funding for Homeland Security grants programs FY 2017 Energy & Water Appropriations, Funding for local water resources programs S 698, Marketplace Fairness Act, Support Supplemental FY 2016 funding for Zika, Support S 2828/HR 5303, WRDA, Local water resources projects and water utility funding and issues HR 2775, Remote Transactions Parity Act, Support S 2123, Sentencing Reform & Corrections Act, Support HR 4833, Food Deserts Act of 2016, Support S 2555, MOBILE NOW Act, Oppose preemption of local zoning authority HR 636, FAA Reauthorization, Contract Tower Program and local airport issues, oppose preemption of local authority re: drones HR 2209, To require the appropriate Federal banking agencies to treat certain municipal obligations as level 2A liquid assets, and for other purposes, Support S 1501, American Job Creation and Investment Promotion Reform Act of 2015, Local economic development programs Maintain tax exemption for municipal bonds Oppose permanent extension of the Internet Tax Freedom Act HR 3437, Protecting American Lives Act, Local law enforcement issues Local surface transportation programs Local housing and community development programs Local health care programs Telecommunications - oppose preemption of local rights-of-way, tax and zoning authority Local homeland security grant programs Local water resources projects Local water and sewer issues High-Speed Rail Homeland security funding for high-threat urban areas Oppose preemption of local government authority Trinity River Corridor Project Lewisville Lake Dam Dallas Streetcar Project Dallas Love Field Airport Dallas Executive Airport Support international trade expansion and the Dallas International Inland Port Travel and… Army, Dept of (Corps of Engineers),Bureau of Justice Assistance,Commerce, Dept of (DOC),HOUSE OF REPRESENTATIVES,SENATE,White House Office 40000   0 0 2016-10-19T17:35:26.313000-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 8.972ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API