US WI Wisconsin SUTA Wage Base
us_wi_suta_wage_base
14000.00
US WI Wisconsin SUTA Rate
us_wi_suta_rate
3.05
US WI Wisconsin Exemption Rate
us_wi_sit_exemption_rate
22
US WI Wisconsin SIT Tax Rate
us_wi_sit_tax_rate
{
'single': (
( 5730, 0.0000, 0.00),
( 15200, 4.0000, 0.00),
( 16486, 4.4800, 378.80),
( 26227, 6.5408, 436.41),
( 62950, 7.0224, 1073.55),
(240190, 6.2700, 3652.39),
( 'inf', 7.6500, 14765.34),
),
'married': (
( 7870, 0.0000, 0.00),
( 18780, 4.0000, 0.00),
( 21400, 5.8400, 436.40),
( 28308, 7.0080, 589.41),
( 60750, 7.5240, 1073.52),
(240190, 6.2700, 3514.46),
( 'inf', 7.6500, 14765.35),
),
}
US Wisconsin - Department of Workforce Development - Unemployment Tax
US Wisconsin - Department of Revenue - Income Tax
ER: US WI Wisconsin State Unemployment
ER_US_WI_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_wi_suta_wage_base', rate='us_wi_suta_rate', state_code='WI')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_wi_suta_wage_base', rate='us_wi_suta_rate', state_code='WI')
EE: US WI Wisconsin State Income Tax Withholding
EE_US_WI_SIT
python
result, _ = wi_wisconsin_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = wi_wisconsin_state_income_withholding(payslip, categories, worked_days, inputs)