US UT Utah SUTA Wage Base
us_ut_suta_wage_base
36600.0
38900.0
US UT Utah SUTA Rate
us_ut_suta_rate
0.1
0.1052
US UT Utah TAX Rate
us_ut_tax_rate
0.0495
US UT Utah Allowances Rate
us_ut_sit_allowances_rate
{
'single': {
'weekly' : 7,
'bi-weekly' : 14,
'semi-monthly': 15,
'monthly' : 30,
'quarterly' : 90,
'semi-annual': 180,
'annually': 360,
},
'married': {
'weekly' : 14,
'bi-weekly' : 28,
'semi-monthly': 30,
'monthly' : 60,
'quarterly' : 180,
'semi-annual': 360,
'annually': 720,
},
'head_household': {
'weekly' : 7,
'bi-weekly' : 14,
'semi-monthly': 15,
'monthly' : 30,
'quarterly' : 90,
'semi-annual': 180,
'annually': 360,
},
}
US UT Utah SIT Tax Rate
us_ut_sit_tax_rate
{
'single': {
'weekly': ((137, 1.3)),
'bi-weekly': ((274, 1.3)),
'semi-monthly': ((297, 1.3)),
'monthly': ((594, 1.3)),
'quarterly': ((1782, 1.3)),
'semi-annual': ((3564, 1.3)),
'annually': ((7128, 1.3)),
},
'married': {
'weekly': ((274, 1.3)),
'bi-weekly': (548, 1.3),
'semi-monthly': ((594, 1.3)),
'monthly': ((1188, 1.3)),
'quarterly': ((3564, 1.3)),
'semi-annual': ((7128, 1.3)),
'annually': ((14256, 1.3)),
},
'head_household': {
'weekly': ((137, 1.3)),
'bi-weekly': ((274, 1.3)),
'semi-monthly': ((297, 1.3)),
'monthly': ((594, 1.3)),
'quarterly': ((1782, 1.3)),
'semi-annual': ((3564, 1.3)),
'annually': ((7128, 1.3)),
},
}
US Utah - Employment Security Commission - Unemployment Tax
US Utah - Tax Commission - Income Tax
ER: US UT Utah State Unemployment
ER_US_UT_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_ut_suta_wage_base', rate='us_ut_suta_rate', state_code='UT')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_ut_suta_wage_base', rate='us_ut_suta_rate', state_code='UT')
EE: US UT Utah State Income Tax Withholding
EE_US_UT_SIT
python
result, _ = ut_utah_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = ut_utah_state_income_withholding(payslip, categories, worked_days, inputs)