Lobbyist Data - Lobbying Activity
City of Chicago
@usgov.city_of_chicago_lobbyist_data_lobbying_activity
City of Chicago
@usgov.city_of_chicago_lobbyist_data_lobbying_activity
List of each City agency lobbied, whether it involved legislative or administrative action (or both) and a brief description of the action promoted or opposed, as reported by registered lobbyists. See http://www.cityofchicago.org/city/en/depts/ethics/provdrs/lobby.html for more information on the Board of Ethics' role in regulating and reporting on lobbying in Chicago.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:13.703061
Tags: ethics, lobbyists
CREATE TABLE table_1 (
"lobbying_activity_id" BIGINT,
"period_start" TIMESTAMP,
"period_end" TIMESTAMP,
"action" VARCHAR,
"action_sought" VARCHAR,
"department" VARCHAR,
"client_id" BIGINT,
"client_name" VARCHAR,
"lobbyist_id" BIGINT,
"lobbyist_first_name" VARCHAR,
"lobbyist_middle_initial" VARCHAR,
"lobbyist_last_name" VARCHAR,
"created_date" TIMESTAMP
);Anyone who has the link will be able to view this.