Minority And Women Business Payments
City of Chicago
@usgov.city_of_chicago_minority_and_women_business_payments
City of Chicago
@usgov.city_of_chicago_minority_and_women_business_payments
Payment totals, by quarter, for Minority Business Enterprises (MBE) and Women Business Enterprises (WBE).
This information provides a snapshot in time and is subject to change based on available data. Also, please note that this information is related solely to contracts awarded through the Department of Procurement Services.
For more information on the MBE/WBE Program, see https://www.chicago.gov/city/en/depts/dps/provdrs/cert.html.
The data for the initial launch combined the first two quarters of 2019. Subsequent data generally cover individual quarters but occasionally may also be combined.
Organization: City of Chicago
Last updated: 2020-11-10T16:54:52.598142
Tags: mbe, procurement, wbe
CREATE TABLE table_1 (
"quarter" VARCHAR,
"quarter_start_date" TIMESTAMP,
"quarter_end_date" TIMESTAMP,
"total_payments" BIGINT,
"total_mbe_wbe_payments" BIGINT,
"total_mbe_wbe_percentage" DOUBLE,
"total_mbe_payments" BIGINT,
"total_mbe_percentage" DOUBLE,
"total_wbe_payments" DOUBLE,
"total_wbe_percentage" DOUBLE,
"construction_payments" BIGINT,
"construction_mbe_wbe_payments" BIGINT,
"construction_mbe_wbe_percentage" DOUBLE,
"construction_mbe_payments" BIGINT,
"construction_mbe_percentage" DOUBLE,
"construction_wbe_payments" BIGINT,
"construction_wbe_percentage" DOUBLE,
"non_construction_payments" BIGINT,
"non_construction_mbe_wbe_payments" BIGINT,
"non_construction_mbe_wbe_percentage" DOUBLE,
"non_construction_mbe_payments" BIGINT,
"non_construction_mbe_percentage" DOUBLE,
"non_construction_wbe_payments" BIGINT,
"non_construction_wbe_percentage" DOUBLE
);Anyone who has the link will be able to view this.