US MO Missouri SUTA Wage Base
us_mo_suta_wage_base
12000.0
US MO Missouri SUTA Wage Base
us_mo_suta_wage_base
11500.0
US MO Missouri SUTA Rate
us_mo_suta_rate
2.376
US MO Missouri SUTA Rate
us_mo_suta_rate
2.376
US MO Missouri SIT Rate Table
us_mo_sit_rate
[
(1053.0, 1.5),
(1053.0, 2.0),
(1053.0, 2.5),
(1053.0, 3.0),
(1053.0, 3.5),
(1053.0, 4.0),
(1053.0, 4.5),
(1053.0, 5.0),
( 'inf', 5.4),
]
US MO Missouri SIT Rate Table
us_mo_sit_rate
[
(1073.0, 1.5),
(1073.0, 2.0),
(1073.0, 2.5),
(1073.0, 3.0),
(1073.0, 3.5),
(1073.0, 4.0),
(1073.0, 4.5),
(1073.0, 5.0),
( 'inf', 5.4),
]
US MO Missouri SIT Deduction
us_mo_sit_deduction
{
'single': 12400.0,
'married': 24800.0,
'head_of_household': 18650.0,
}
US MO Missouri SIT Deduction
us_mo_sit_deduction
{
'single': 12400.0,
'married': 24800.0,
'head_of_household': 18650.0,
}
US Missouri - Department of Taxation - Unemployment Tax
US Missouri - Department of Taxation - Unemployment Tax
US Missouri - Department of Taxation - Income Tax
US Missouri - Department of Taxation - Income Tax
ER: US MO Missouri State Unemployment
ER_US_MO_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mo_suta_wage_base', rate='us_mo_suta_rate', state_code='MO')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mo_suta_wage_base', rate='us_mo_suta_rate', state_code='MO')
EE: US MO Missouri State Income Tax Withholding
EE_US_MO_SIT
python
result, _ = mo_missouri_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = mo_missouri_state_income_withholding(payslip, categories, worked_days, inputs)