US MN Minnesota SUTA Wage Base
us_mn_suta_wage_base
34000.0
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 SUTA Rate
us_mn_suta_rate
1.11
US MN Minnesota SIT Tax Rate
us_mn_sit_tax_rate
{
'single': [
( 28920, 2400, 5.35, 0.00),
( 89510, 28920, 7.05, 1418.82),
(166290, 89510, 7.85, 5690.42),
( 'inf', 166290, 9.85, 11717.65),
],
'married': [
( 47820, 9050, 5.35, 0.00),
( 163070, 47820, 7.05, 2074.20),
( 282200, 163070, 7.85, 10199.33),
( 'inf', 282200, 9.85, 19551.04),
],
}
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),
],
}
US MN Minnesota Allowances Rate
us_mn_sit_allowances_rate
4250.0
US MN Minnesota Allowances Rate
us_mn_sit_allowances_rate
4300.0
US Minnesota - Unemployment Insurance Agency - Unemployment Tax
US Minnesota - Unemployment Insurance Agency - Unemployment Tax
US Minnesota - Department of Treasury - Income 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)