US KS Kansas SUTA Wage Base
us_ks_suta_wage_base
14000.0
US KS Kansas SUTA Rate
us_ks_suta_rate
2.7
US KS Kansas Allowances Rate
us_ks_sit_allowances_rate
{
'weekly' : 43.27,
'bi-weekly' : 86.54,
'semi-monthly': 93.75,
'monthly' : 187.50,
'quarterly' : 562.50,
'semi-annual': 1125.00,
'annually': 2250.00,
}
US KS Kansas SIT Tax Rate
us_ks_sit_tax_rate
{
'single': {
'weekly': (
( 58, 0.00, 0.00),
( 346, 3.10, 0.00),
( 635, 5.25, 8.94),
('inf', 5.70, 24.09),
),
'bi-weekly': (
( 115, 0.00, 0.00),
( 692, 3.10, 0.00),
( 1269, 5.25, 17.88),
('inf', 5.70, 48.17),
),
'semi-monthly': (
( 125, 0.00, 0.00),
( 750, 3.10, 0.00),
( 1375, 5.25, 19.38),
('inf', 5.70, 52.19),
),
'monthly': (
( 250, 0.00, 0.00),
( 1500, 3.10, 0.00),
( 2750, 5.25, 38.75),
('inf', 5.70, 104.38),
),
'quarterly': (
( 750, 0.00, 0.00),
( 4500, 3.10, 0.00),
(8250, 5.25, 116.25),
('inf', 5.70, 313.13),
),
'semi-annual': (
( 1500, 0.00, 0.00),
( 9000, 3.10, 0.00),
(16500, 5.25, 232.50),
('inf', 5.70, 626.25),
),
'annually': (
( 3000, 0.00, 0.00),
(18000, 3.10, 0.00),
(33000, 5.25, 465.00),
('inf', 5.70, 1252.50),
),
},
'married': {
'weekly': (
( 144, 0.00, 0.00),
( 721, 3.10, 0.00),
(1298, 5.25, 17.88),
('inf', 5.70, 48.17),
),
'bi-weekly': (
( 288, 0.00, 0.00),
( 1442, 3.10, 0.00),
( 2596, 5.25, 35.77),
('inf', 5.70, 96.35),
),
'semi-monthly': (
( 313, 0.00, 0.00),
( 1563, 3.10, 0.00),
( 2813, 5.25, 38.75),
('inf', 5.70, 104.38),
),
'monthly': (
( 625, 0.00, 0.00),
( 3125, 3.10, 0.00),
( 5625, 5.25, 77.50),
('inf', 5.70, 208.75),
),
'quarterly': (
( 1875, 0.00, 0.00),
( 9375, 3.10, 0.00),
(16875, 5.25, 232.50),
('inf', 5.70, 626.25),
),
'semi-annual': (
( 3750, 0.00, 0.00),
(18750, 3.10, 0.00),
(33750, 5.25, 465.00),
('inf', 5.70, 1252.50),
),
'annually': (
( 7500, 0.00, 0.00),
(37500, 3.10, 0.00),
(67500, 5.25, 930.00),
('inf', 5.70, 2505.00),
),
},
}
US Kansas - Department of Labor - Unemployment Tax
US Kansas - Department of Revenue - Income Tax
ER: US KS Kansas State Unemployment
ER_US_KS_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_ks_suta_wage_base', rate='us_ks_suta_rate', state_code='KS')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_ks_suta_wage_base', rate='us_ks_suta_rate', state_code='KS')
EE: US KS Kansas State Income Tax Withholding
EE_US_KS_SIT
python
result, _ = ks_kansas_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = ks_kansas_state_income_withholding(payslip, categories, worked_days, inputs)