Iowa Unemployment Insurance Benefit Payments And Claims (Annual)
State of Iowa
@usgov.state_of_iowa_iowa_unemployment_insurance_benefit_paym_7597214b
State of Iowa
@usgov.state_of_iowa_iowa_unemployment_insurance_benefit_paym_7597214b
This dataset contains an annual summary of the statewide Unemployment Insurance claims and payment activities in Iowa. This data is based on the ETA-5159 report that IWD submits to the US Department of Labor, Employment and Training Administration. (The number of UI recipients is the only exception.)
Organization: State of Iowa
Last updated: 2023-01-20T00:11:20.861306
Tags: benefits, claims, initial-claims, iwd_uistats, iwd_uistats_y, ui, unemployment-insurance
CREATE TABLE table_1 (
"year" BIGINT,
"initial_claims" BIGINT,
"cont_weeks" BIGINT -- Cont. Weeks,
"benefits_paid" BIGINT,
"weeks_compen" BIGINT -- Weeks Compen.,
"aver_weekly_benefit" DOUBLE -- Aver. Weekly Benefit,
"ui_recipients" BIGINT,
"first_paym" BIGINT -- First Paym.,
"final_paym" BIGINT -- Final Paym.,
"aver_dur" DOUBLE -- Aver. Dur.,
"exhaust_rate" DOUBLE -- Exhaust. Rate
);Anyone who has the link will be able to view this.