Use Of ARRA Stimulus Funds
City of New York
@usgov.city_of_new_york_use_of_arra_stimulus_funds
City of New York
@usgov.city_of_new_york_use_of_arra_stimulus_funds
Data on the usage of stimulus/recovery funds provided through the American Recovery and Reinvestment Act of 2009 (ARRA)
Organization: City of New York
Last updated: 2020-11-10T17:03:36.990539
Tags: federal-stimulus, funding, mayors-office-of-operations, operations, ops, stimulus, stimulus-money
CREATE TABLE table_1 (
"project_name" VARCHAR,
"project_description" VARCHAR,
"stimulus_tracker_id" BIGINT,
"funding_category" VARCHAR,
"funding_source" VARCHAR,
"stimulus_funding" DOUBLE,
"displaced_city_funding" DOUBLE,
"all_other_funding" DOUBLE,
"award_lead_city_agency" VARCHAR,
"project_lead_city_agency" VARCHAR,
"project_status" VARCHAR,
"n__of_funds_spent" DOUBLE -- % Of Funds Spent,
"date_funds_awarded_by_fed_state" TIMESTAMP,
"date_funds_announced_by_nyc" TIMESTAMP,
"estimated_start_date" TIMESTAMP,
"actual_start_date" TIMESTAMP,
"actual_completion_date" TIMESTAMP,
"interim_spending_deadline" TIMESTAMP,
"n__of_funds_to_be_spent_by_interim_spending_deadine" DOUBLE -- % Of Funds To Be Spent By Interim Spending Deadine,
"final_spending_deadline" TIMESTAMP,
"contract_name" VARCHAR,
"contract_method" VARCHAR,
"contract_status" VARCHAR,
"contract_id" VARCHAR -- Contract ID #,
"vendor_name" VARCHAR,
"contract_start_date" VARCHAR,
"contract_end_date" VARCHAR,
"new_or_existing_contract" VARCHAR,
"revised_contract_start_date" TIMESTAMP,
"revised_contract_end_date" TIMESTAMP,
"contract_value" DOUBLE,
"payment_recipient" VARCHAR,
"payment_type" VARCHAR,
"payment_date" TIMESTAMP,
"payment_description" VARCHAR,
"payment_id" DOUBLE,
"payment_value" DOUBLE
);Anyone who has the link will be able to view this.