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

9 rows where filing_uuid = "0e59edc7-e0f2-4a0c-8a4d-559f74a481e7" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 9

  • BUD 1
  • EDU 1
  • GAM 1
  • HOU 1
  • LBR 1
  • NAT 1
  • SMB 1
  • TAX 1
  • TRA 1

filing_year 1

  • 2016 9

filing_period 1

  • second_quarter 9
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
1841463 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter GAM Monitor gaming legislation, regulations and National Indian Gaming Commission H.R. 707, S. 1668, Restoration of America's Wire Act HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841464 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter SMB Monitor legislation and regulations on 8(a) programs HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841465 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter BUD FY17 Interior appropriations--BIA and IHS funding, HR 5538 and S 3068 FY17 Labor HHS appropriations--tribal labor sovereignty, draft HR--- and S 3040 HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841466 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter TRA Monitor highway reauthorization, specifically Tribal Transportation Program HR 22, Fixing America's Surface Transportation Act HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841467 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter EDU Draft legislation affecting the Johnson-O'Malley Act HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841468 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter LBR H.R. 511, S. 248, Tribal Labor Sovereignty Act Monitor NLRB legislation and regulations HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841469 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter TAX Tax reform generally as it relates to Indian tribes Tribal eligibility for alternative fuels-related tax incentives Monitor legislation and regulation on taxation of tribal election campaign assets Implementation of the Tribal General Welfare Exclusion Act of 2013 Tribal allocations of the New Markets Tax Credit Bonds, pensions and essential governmental function rule HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841470 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter HOU H.R. 360, Native American Housing Assistance and Self-Determination Reauthorization Act of 2015 HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-04:00
1841471 RED MAPLE CONSULTING, LLC 0e59edc7-e0f2-4a0c-8a4d-559f74a481e7 Q2 RED MAPLE CONSULTING, LLC 400382761 CHICKASAW NATION 2016 second_quarter NAT Monitor water rights issues involving Sardis Lake in Oklahoma Monitor issues involving Chickasaw National Recreation Area Monitor issues involving management and disposition of tribal trust assets--timber lands Monitor H.R. 2684 and S. 1457, Alabama-Coushatta Tribe of Texas Equal and Fair Opportunity Settlement Act HOUSE OF REPRESENTATIVES,SENATE 60000   0 0 2016-07-13T20:06:31.057000-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.24ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API