US MN Minnesota SUTA Wage Base
us_mn_suta_wage_base
35000.0
US MN Minnesota SUTA Rate
us_mn_suta_rate
1.11
US MN Minnesota SIT Tax Rate
us_mn_sit_tax_rate
{
'single': (
( 30760, 3800, 5.35, 0.00),
( 92350, 30760, 6.80, 1442.36),
(168200, 92350, 7.85, 5630.48),
( 'inf', 168200, 9.85, 11584.71),
),
'married': (
( 51310, 11900, 5.35, 0.00),
( 168470, 51310, 6.80, 2108.44),
( 285370, 168470, 7.85, 10075.32),
( 'inf', 285370, 9.85, 19251.97),
),
}
{
'single': (
( 31055, 3825, 5.35, 0.00),
( 93265, 31055, 6.80, 1418.82),
(169865, 93265, 7.85, 5687.09),
( 'inf', 169865, 9.85, 11700.19),
),
'married': (
( 51810, 12000, 5.35, 0.00),
( 170140, 51810, 6.80, 2129.84),
( 288200, 170140, 7.85, 10176.28),
( 'inf', 288200, 9.85, 19443.99),
),
}
US MN Minnesota Allowances Rate
us_mn_sit_allowances_rate
4300.0
4350.0
US Minnesota - Unemployment Insurance Agency - Unemployment Tax
US Minnesota - Department of Treasury - Income Tax
ER: US MN Minnesota State Unemployment
ER_US_MN_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mn_suta_wage_base', rate='us_mn_suta_rate', state_code='MN')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mn_suta_wage_base', rate='us_mn_suta_rate', state_code='MN')
EE: US MN Minnesota State Income Tax Withholding
EE_US_MN_SIT
python
result, _ = mn_minnesota_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = mn_minnesota_state_income_withholding(payslip, categories, worked_days, inputs)