US HI Hawaii SUTA Wage Base
us_hi_suta_wage_base
48100.0
47400.0
US HI Hawaii SUTA Rate
us_hi_suta_rate
2.40
5.2
US HI Hawaii SIT Tax Rate
us_hi_sit_tax_rate
{
'single': (
( 2400, 0.00, 1.40),
( 4800, 34.00, 3.20),
( 9600, 110.00, 5.50),
(14400, 374.00, 6.40),
(19200, 682.00, 6.80),
(24000, 1008.00, 7.20),
(36000, 1354.00, 7.60),
('inf', 2266.00, 7.90),
),
'married': (
( 4800, 0.00, 1.40),
( 9600, 67.00, 3.20),
(19200, 221.00, 5.50),
(28800, 749.00, 6.40),
(38400, 1363.00, 6.80),
(48000, 2016.00, 7.20),
(72000, 2707.00, 7.60),
('inf', 4531.00, 7.90),
),
'head_of_household': (
( 2400, 0.00, 1.40),
( 4800, 34.00, 3.20),
( 9600, 110.00, 5.50),
(14400, 374.00, 6.40),
(19200, 682.00, 6.80),
(24000, 1008.00, 7.20),
(36000, 1354.00, 7.60),
('inf', 2266.00, 7.90),
),
}
US HI Hawaii Personal Exemption Rate
us_hi_sit_personal_exemption_rate
1144
US Hawaii - Department of Labor and Industrial Relations - Unemployment Tax
US Hawaii - Department of Taxation - Income Tax
ER: US HI Hawaii State Unemployment
ER_US_HI_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_hi_suta_wage_base', rate='us_hi_suta_rate', state_code='HI')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_hi_suta_wage_base', rate='us_hi_suta_rate', state_code='HI')
EE: US HI Hawaii State Income Tax Withholding
EE_US_HI_SIT
python
result, _ = hi_hawaii_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = hi_hawaii_state_income_withholding(payslip, categories, worked_days, inputs)