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 = "2ba7f870-a924-48cd-a45e-e069823a4e82" and issue_code = "BAN" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • BAN · 1 ✖

filing_year 1

  • 2015 1

filing_period 1

  • fourth_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
1771017 COMMUNITY BANKERS ASSOCIATION OF ILLINOIS 2ba7f870-a924-48cd-a45e-e069823a4e82 Q4 COMMUNITY BANKERS ASSOCIATION OF ILLINOIS 400531588 COMMUNITY BANKERS ASSOCIATION OF ILLINOIS 2015 fourth_quarter BAN Community Bankers Association of Illinois (CBAI) 2015 Federal Policy Priorities (House and Senate, FDIC, OCC) Too-to-Fail - Reform the financial system. The severity of a future financial crisis. The perception and reality of too-big-to-fail. Taxpayer bailouts of mega banks and financial firms. Mega bank size, complexity and interconnectedness, and candidacy for future bailouts. The number of community banks falling by more than half (currently 6,200 institutions) and now represent less than one-fifth of banking professions assets. Causes of the mortgage meltdown and financial crisis. Protection of the nation and the banking profession from a repeat of massive financial destruction. Taxpayer-funded bailouts of too-big-to-fail banks and financial firms and their numerous violations of the law, often criminal violations. Effective management, supervision, discipline, or resolution of too-big-to-fail banks and financial firms. Mega bank multi-trillion dollars financial assistance versus community banks assistance and more than 500 failed community banks. Downsizing too-big-to-fail banks and financial firms. The fundamental American constitutional right of equal justice under the law applicability when it comes to the mega banks. The U.S. two-tiered system of justice - too-big-to-fail banks and financial firms and everyone else. The Department of Justice (DOJ) - laggard in prosecuting crimes stemming from the financial crisis. Banking regulators and the DOJ aggressively pursuing actions against community banks, their directors, and officers with board resolutions, MOUs, C&Ds, consent orders, monetary penalties, barring individuals from banking, criminal prosecution, and other actions. No mandatory Prompt Corrective Action (PCA) capital enforcement orders against any bank larger than $30 billion in assets, yet 1,400 PCAs against community banks. Evidence of a clear double standard. Opponents of downsizing the mega banks (include their paid association cheerleaders) consistently blocking meaningful r… Federal Deposit Insurance Corporation (FDIC),Federal Reserve System,HOUSE OF REPRESENTATIVES,Office of Management & Budget (OMB),Office of the Comptroller of the Currency (OCC),SENATE   50000 0 0 2016-01-18T12:59:15.390000-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 60.678ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API