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

6 rows where filing_uuid = "cc7ef99f-3bfc-4e87-b07d-1b435c19125d" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 6

  • BUD 1
  • ECN 1
  • HCR 1
  • MAN 1
  • MMM 1
  • TAX 1

filing_year 1

  • 2013 6

filing_period 1

  • third_quarter 6
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
1445131 KNIGHT CAPITOL CONSULTANTS cc7ef99f-3bfc-4e87-b07d-1b435c19125d Q3 KNIGHT CAPITOL CONSULTANTS 40036301 SANOFI US SERVICES INC (FORMERLY KNOWN AS "SANOFI-AVENTIS U S INC ) 2013 third_quarter MAN Drug Quality and Security Act (H.R. 3204; S. 959) HOUSE OF REPRESENTATIVES,SENATE 30000   0 0 2013-10-16T19:03:19.287000-04:00
1445132 KNIGHT CAPITOL CONSULTANTS cc7ef99f-3bfc-4e87-b07d-1b435c19125d Q3 KNIGHT CAPITOL CONSULTANTS 40036301 SANOFI US SERVICES INC (FORMERLY KNOWN AS "SANOFI-AVENTIS U S INC ) 2013 third_quarter ECN Foreign direct investment in the United States, including the Global Investment in American Jobs Act (HR 2052/ S. 1023) HOUSE OF REPRESENTATIVES,SENATE 30000   0 0 2013-10-16T19:03:19.287000-04:00
1445133 KNIGHT CAPITOL CONSULTANTS cc7ef99f-3bfc-4e87-b07d-1b435c19125d Q3 KNIGHT CAPITOL CONSULTANTS 40036301 SANOFI US SERVICES INC (FORMERLY KNOWN AS "SANOFI-AVENTIS U S INC ) 2013 third_quarter TAX Monitor possible changes in the tax code affecting corporations, including corporate income tax reform and a strengthened U.S. R&D tax credit. HOUSE OF REPRESENTATIVES,SENATE 30000   0 0 2013-10-16T19:03:19.287000-04:00
1445134 KNIGHT CAPITOL CONSULTANTS cc7ef99f-3bfc-4e87-b07d-1b435c19125d Q3 KNIGHT CAPITOL CONSULTANTS 40036301 SANOFI US SERVICES INC (FORMERLY KNOWN AS "SANOFI-AVENTIS U S INC ) 2013 third_quarter HCR User fee sequester/implementation issues related to PL 112-144; changes to the Affordable Care Act (PL 111-148)/Health Care & Education Reconciliation Act (PL 111-152), including Independent Payment Advisory Board; compounding of human/animal drugs (Pharmaceutical Compounding Quality and Accountability Act, S. 959); School Access to Emergency Epinephrine Act (H.R. 2094/ S. 1503) HOUSE OF REPRESENTATIVES,SENATE 30000   0 0 2013-10-16T19:03:19.287000-04:00
1445135 KNIGHT CAPITOL CONSULTANTS cc7ef99f-3bfc-4e87-b07d-1b435c19125d Q3 KNIGHT CAPITOL CONSULTANTS 40036301 SANOFI US SERVICES INC (FORMERLY KNOWN AS "SANOFI-AVENTIS U S INC ) 2013 third_quarter MMM Issues related to changes in the Medicare Part B reimbursement of prescription drugs; and issues related to coverage and reimbursement for the Medicare and Medicaid programs, including the Part D prescription drug benefit (no specific legislation). HOUSE OF REPRESENTATIVES,SENATE 30000   0 0 2013-10-16T19:03:19.287000-04:00
1445136 KNIGHT CAPITOL CONSULTANTS cc7ef99f-3bfc-4e87-b07d-1b435c19125d Q3 KNIGHT CAPITOL CONSULTANTS 40036301 SANOFI US SERVICES INC (FORMERLY KNOWN AS "SANOFI-AVENTIS U S INC ) 2013 third_quarter BUD Effect of sequester on public health programs, biomedical research, and the Food and Drug Administration (FY 2014 appropriations for FDA-H.R. 2410/S. 1244/FY 2014 appropriations for HHS- S. 1284/Continuing Resolution H.J. Res. 59). HOUSE OF REPRESENTATIVES,SENATE 30000   0 0 2013-10-16T19:03:19.287000-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 1590.441ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API