US DE Delaware SUTA Wage Base
us_de_suta_wage_base
16500.0
US DE Delaware SUTA Rate
us_de_suta_rate
1.50
US DE Delaware SIT Tax Rate
us_de_sit_tax_rate
[
( 2000, 0.0, 0.00),
( 5000, 0.0, 2.20),
(10000, 66.0, 3.90),
(20000, 261.0, 4.80),
(25000, 741.0, 5.20),
(60000, 1001.0, 5.55),
('inf', 2943.0, 6.60),
]
US DE Delaware Standard Deduction Rate
us_de_sit_standard_deduction_rate
3250
US DE Delaware Personal Exemption Rate
us_de_sit_personal_exemption_rate
110
US Delaware - Division of Unemployment Insurance - Unemployment Tax
US Delaware - Division of Revenue - Income Tax
ER: US DE Delaware State Unemployment
ER_US_DE_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_de_suta_wage_base', rate='us_de_suta_rate', state_code='DE')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_de_suta_wage_base', rate='us_de_suta_rate', state_code='DE')
EE: US DE Delaware State Income Tax Withholding
EE_US_DE_SIT
python
result, _ = de_delaware_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = de_delaware_state_income_withholding(payslip, categories, worked_days, inputs)