US VT Vermont SUTA Wage Base
us_vt_suta_wage_base
16100.0
US VT Vermont SUTA Rate
us_vt_suta_rate
1.0
US VT Vermont Allowances Rate
us_vt_sit_allowances_rate
{
'weekly' : 83.65,
'bi-weekly' : 167.31,
'semi-monthly': 181.25,
'monthly' : 362.50,
'quarterly' : 1087.50,
'annually': 4350.00,
}
US VT Vermont SIT Tax Rate
us_vt_sit_tax_rate
{
'single': {
'weekly': (
( 60, 0.00, 0.00),
( 836, 0.00, 3.35),
( 1941, 26.00, 6.60),
( 3983, 98.93, 7.60),
('inf', 254.12, 8.75),
),
'bi-weekly': (
( 120, 0.00, 0.00),
( 1672, 0.00, 3.35),
( 3882, 51.99, 6.60),
( 7966, 197.85, 7.60),
('inf', 508.24, 8.75),
),
'semi-monthly': (
( 130, 0.00, 0.00),
( 1811, 0.00, 3.35),
( 4205, 56.31, 6.60),
( 8630, 214.32, 7.60),
('inf', 550.62, 8.75),
),
'monthly': (
( 260, 0.00, 0.00),
( 3623, 0.00, 3.35),
( 8410, 112.66, 6.60),
(17260, 428.60, 7.60),
('inf', 1101.20, 8.75),
),
'quarterly': (
( 781, 0.00, 0.00),
(10869, 0.00, 3.35),
(25231, 337.95, 6.60),
(51781, 1285.84, 7.60),
('inf', 3303.64, 8.75),
),
'annually': (
( 3125, 0.00, 0.00),
( 43475, 0.00, 3.35),
(100925, 1351.73, 6.60),
(207125, 5143.43, 7.60),
( 'inf', 13214.63, 8.75),
),
},
'married': {
'weekly': (
( 180, 0.00, 0.00),
( 1477, 0.00, 3.35),
( 3315, 43.45, 6.60),
( 4956, 164.76, 7.60),
('inf', 289.47, 8.75),
),
'bi-weekly': (
( 361, 0.00, 0.00),
( 2955, 0.00, 3.35),
( 6630, 86.90, 6.60),
(9913, 329.45, 7.60),
('inf', 578.96, 8.75),
),
'semi-monthly': (
( 391, 0.00, 0.00),
( 3201, 0.00, 3.35),
( 7182, 94.14, 6.60),
(10739, 356.88, 7.60),
('inf', 627.21, 8.75),
),
'monthly': (
( 781, 0.00, 0.00),
( 6402, 0.00, 3.35),
(14365, 188.30, 6.60),
(21477, 713.86, 7.60),
('inf', 1254.37, 8.75),
),
'quarterly': (
( 2344, 0.00, 0.00),
(19206, 0.00, 3.35),
(43094, 564.88, 6.60),
(64431, 2141.49, 7.60),
('inf', 3763.10, 8.75),
),
'annually': (
( 9375, 0.00, 0.00),
( 76825, 0.00, 3.35),
(172375, 2259.58, 6.60),
(257725, 8565.88, 7.60),
( 'inf', 15052.48, 8.75),
),
},
}
US Vermont - Employment Security Commission - Unemployment Tax
US Vermont - Tax Commission - Income Tax
ER: US VT Vermont State Unemployment
ER_US_VT_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_vt_suta_wage_base', rate='us_vt_suta_rate', state_code='VT')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_vt_suta_wage_base', rate='us_vt_suta_rate', state_code='VT')
EE: US VT Vermont State Income Tax Withholding
EE_US_VT_SIT
python
result, _ = vt_vermont_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = vt_vermont_state_income_withholding(payslip, categories, worked_days, inputs)