Iowa UI Contribution Rate Table And Average Tax Rate
State of Iowa
@usgov.state_of_iowa_iowa_ui_contribution_rate_and_average_tax_rate
State of Iowa
@usgov.state_of_iowa_iowa_ui_contribution_rate_and_average_tax_rate
Iowa Law requires Iowa Workforce Development to establish a tax table for each year. The unemployment insurance rate table trigger formula is primarily based on the UI trust fund balance, unemployment benefit payment history and covered wage growth. The formula is designed to enable the trust fund to keep pace with potential liabilities as covered unemployment and wages grow.
This dataset contains the contribution rate table and the average tax rate for employers subject to the Iowa Unemployment Insurance system. There are eight rate tables each having 21 ranks. Table one has highest average tax rate. Table eight has the lowest average tax rate.
The highest average tax rate (based on taxable wages) was 3.38% in 1984 (Table 1). The lowest average tax rate was 0.94% in 1998 (Table 8). [Time Period: 1980-2018]
Organization: State of Iowa
Last updated: 2023-01-20T00:09:51.761517
Tags: iwd_tf, iwd_uistats, iwd_uistats_y, ui-contributions, ui_taxrate_table, unemployment-insurance
CREATE TABLE table_1 (
"year" BIGINT,
"rate_table" BIGINT,
"average_tax_rate_taxable_wages" DOUBLE -- Average Tax Rate (Taxable Wages),
"average_tax_rate_total_wages" DOUBLE -- Average Tax Rate (Total Wages),
"taxable_wage_base" BIGINT,
"notes" VARCHAR
);Anyone who has the link will be able to view this.