Lobbyist Data - Compensation
City of Chicago
@usgov.city_of_chicago_lobbyist_data_compensation
City of Chicago
@usgov.city_of_chicago_lobbyist_data_compensation
Lobbying-related compensation received by registered lobbyists as reported in their quarterly reports.
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:54:49.334718
Tags: ethics, lobbyists
CREATE TABLE table_1 (
"compensation_id" BIGINT,
"period_start" TIMESTAMP,
"period_end" TIMESTAMP,
"lobbyist_id" BIGINT,
"lobbyist_first_name" VARCHAR,
"lobbyist_middle_initial" VARCHAR,
"lobbyist_last_name" VARCHAR,
"compensation_amount" DOUBLE,
"client_id" BIGINT,
"client_name" VARCHAR,
"created_date" TIMESTAMP
);Anyone who has the link will be able to view this.