Iowa Unemployment Insurance Replacement Rates (Annual)
State of Iowa
@usgov.state_of_iowa_iowa_unemployment_insurance_replacement__1e094fc2
State of Iowa
@usgov.state_of_iowa_iowa_unemployment_insurance_replacement__1e094fc2
The Replacement Rate is the ratio of the claimants' weekly benefit amount to the claimants' average weekly wage. This represents an estimate of the portion of normal wages replaced by Unemployment Insurance benefit payments. The calculations are based on sample data used for the Benefit Accuracy Measurement program.
Organization: State of Iowa
Last updated: 2023-01-19T23:41:53.994915
Tags: iwd_uistats, iwd_uistats_y, replacement-rate, ui, unemployment-insurance
CREATE TABLE table_1 (
"year" BIGINT,
"average_weekly_wage" DOUBLE,
"weekly_benefit_amount" DOUBLE,
"replacement_ratio" DOUBLE,
"replacement_ratio_wa" DOUBLE -- Replacement Ratio (WA),
"sample_size" BIGINT,
"valid_cases" BIGINT
);Anyone who has the link will be able to view this.