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

2 rows where filing_uuid = "0d91fea0-5d7c-4c42-b2eb-e9ff8088dbd7" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 2

  • BAN 1
  • TAX 1

filing_year 1

  • 2015 2

filing_period 1

  • third_quarter 2
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
1732228 FIFTH THIRD BANCORP 0d91fea0-5d7c-4c42-b2eb-e9ff8088dbd7 Q3 FIFTH THIRD BANCORP 283914 FIFTH THIRD BANCORP 2015 third_quarter BAN HR 1309, Systemic Risk Designation Improvement Act of 2015 (all provisions). S. 1484, Financial Regulatory Improvement Act of 2015 (all provisions). HR 1266, Financial Product Safety Commission Act of 2015 (all provisions). HR 2213/S. 1711, to provide for a temporary safe harbor from the enforcement of integrated disclosure requirements for mortgage loan transactions under the Real Estate Settlement Procedures Act of 1974 and the Truth in Lending Act, and for other purposes (all provisions). HR 2499, Veterans Entrepreneurship Act of 2015 (all provisions). HR 1210, Portfolio Lending and Mortgage Access Act (all provisions). HR 3192 Homebuyers Assistance Act (all provisions). HR 22, Developing a Reliable and Innovative Vision for the Economy Act (Senate Highway funding bill, amendments and provisions related banking and Federal Reserve Dividends). FY 2016 Financial Services and General Government Appropriations bill, provisions related to federal banking regulatory reform. General discussion and issues related to cyber-security (chip and pin), data breach and privacy, protecting consumer information, general discussions (no specific bill). Draft legislation that amends the Financial Stability Act of 2010 to specify when bank holding companies may be subject to certain enhanced supervision and prudential standards, and for other purposes (no specific bill). General discussions and issues related to mortgages (disclosure rule), QM, TRID and TILA-RESPA (no specific bill). General discussions and issues related to Export Import Bank reauthorization (no specific bill). Issues related to bank fees, card fees and rate caps, and credit card interchange and debit card interchange (Senator Durbin amendment, electronic debit card transactions) (no specific bill). General discussions and issues related to policy development, legislative and regulatory implementation, process, systems and structures, general discussions and issues related to product new development, Volcker rule, CCAR and capital planning, resolution pla… Consumer Financial Protection Bureau (CFPB),Federal Reserve System,HOUSE OF REPRESENTATIVES,SENATE   170000 0 0 2015-10-15T15:01:08.967000-04:00
1732229 FIFTH THIRD BANCORP 0d91fea0-5d7c-4c42-b2eb-e9ff8088dbd7 Q3 FIFTH THIRD BANCORP 283914 FIFTH THIRD BANCORP 2015 third_quarter TAX General discussions and issues related to bank tax, tax extenders, interest deductibility, depreciation, corporate tax reform (no specific bill). Consumer Financial Protection Bureau (CFPB),Federal Reserve System,HOUSE OF REPRESENTATIVES,SENATE   170000 0 0 2015-10-15T15:01:08.967000-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 6.908ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API