Lobbyist Data - Expenditures - Hosting
City of Chicago
@usgov.city_of_chicago_lobbyist_data_expenditures_hosting
City of Chicago
@usgov.city_of_chicago_lobbyist_data_expenditures_hosting
Every expense made during the reporting period for the benefit of an official or employee of the City. These are different from other expenses or gifts -- other datasets in this series. These expenses are typically those that fall under the “reasonable hosting” provision of the City of Chicago ethics rules.
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:14.798570
Tags: ethics, lobbyists
CREATE TABLE table_1 (
"expenditureother_id" BIGINT,
"period_start" TIMESTAMP,
"period_end" TIMESTAMP,
"purpose" VARCHAR,
"recipient_first_name" VARCHAR,
"recipient_last_name" VARCHAR,
"recipient_title" VARCHAR,
"amount" DOUBLE,
"department" VARCHAR,
"lobbyist_id" BIGINT,
"lobbyist_firstname" VARCHAR,
"lobbyist_middle_initial" VARCHAR,
"lobbyist_lastname" VARCHAR,
"client_id" BIGINT,
"client_name" VARCHAR,
"created_date" TIMESTAMP
);Anyone who has the link will be able to view this.