US RI Rhode Island SUTA Wage Base
us_ri_suta_wage_base
24000.0
US RI Rhode Island SUTA Rate
us_ri_suta_rate
1.06
US RI Rhode Island Exemption Rate
us_ri_sit_exemption_rate
{
'weekly' : (( 0.00, 19.23), ( 4451.92, 0.00)),
'bi-weekly' : (( 0.00, 38.46), ( 8903.85, 0.00)),
'semi-monthly': (( 0.00, 41.67), ( 9645.83, 0.00)),
'monthly' : (( 0.00, 83.33), ( 19291.67, 0.00)),
'quarterly' : (( 0.00, 250.00), ( 57875.00, 0.00)),
'semi-annually': (( 0.00, 500.00), ( 115750.00, 0.00)),
'annually': (( 0.00, 1000.0), ( 231500.00, 0000)),
}
{
'weekly' : (( 0.00, 19.23), ( 4514.42, 0.00)),
'bi-weekly' : (( 0.00, 38.46), ( 9028.85, 0.00)),
'semi-monthly': (( 0.00, 41.67), ( 9781.25, 0.00)),
'monthly' : (( 0.00, 83.33), ( 19562.50, 0.00)),
'quarterly' : (( 0.00, 250.00), ( 58687.50, 0.00)),
'semi-annually': (( 0.00, 500.00), ( 117375.00, 0.00)),
'annually': (( 0.00, 1000.0), ( 234750.00, 0.00)),
}
US RI Rhode Island SIT Tax Rate
us_ri_sit_tax_rate
{
'weekly': (
( 1255, 0.00, 3.75),
( 2853, 47.06, 4.75),
('inf', 122.97, 5.99),
),
'bi-weekly': (
( 2510, 0.00, 3.75),
( 5706, 94.13, 4.75),
('inf', 245.94, 5.99),
),
'semi-monthly': (
( 2719, 0.00, 3.75),
( 6181, 101.96, 4.75),
('inf', 266.41, 5.99),
),
'monthly': (
( 5438, 0.00, 3.75),
(12363, 203.93, 4.75),
('inf', 532.87, 5.99),
),
'quarterly': (
(16313, 0.00, 3.75),
(37088, 611.74, 4.75),
('inf', 1598.55, 5.99),
),
'semi-annually': (
(32625, 0.00, 3.75),
(74175, 1223.44, 4.75),
('inf', 3197.07, 5.99),
),
'annually': (
( 65250, 0.00, 3.75),
(148350, 2446.88, 4.75),
( 'inf', 6394.13, 5.99),
),
}
{
'weekly': (
( 1273, 0.00, 3.75),
( 2895, 47.74, 4.75),
('inf', 124.79, 5.99),
),
'bi-weekly': (
( 2546, 0.00, 3.75),
( 5790, 95.48, 4.75),
('inf', 249.57, 5.99),
),
'semi-monthly': (
( 2758, 0.00, 3.75),
( 6273, 103.43, 4.75),
('inf', 270.39, 5.99),
),
'monthly': (
( 5517, 0.00, 3.75),
(12546, 206.89, 4.75),
('inf', 540.77, 5.99),
),
'quarterly': (
(16550, 0.00, 3.75),
(37638, 620.63, 4.75),
('inf', 1622.31, 5.99),
),
'semi-annually': (
(33100, 0.00, 3.75),
(75275, 1241.25, 4.75),
('inf', 3244.56, 5.99),
),
'annually': (
( 66200, 0.00, 3.75),
(150550, 2482.50, 4.75),
( 'inf', 6489.13, 5.99),
),
}
US Rhode Island - Department of Labor and Training - Unemployment Tax
US Rhode Island - Division of Taxations - Income Tax
ER: US RI Rhode Island State Unemployment
ER_US_RI_SUTA
python
result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_ri_suta_wage_base', rate='us_ri_suta_rate', state_code='RI')
code
result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_ri_suta_wage_base', rate='us_ri_suta_rate', state_code='RI')
EE: US RI Rhode Island State Income Tax Withholding
EE_US_RI_SIT
python
result, _ = ri_rhode_island_state_income_withholding(payslip, categories, worked_days, inputs)
code
result, result_rate = ri_rhode_island_state_income_withholding(payslip, categories, worked_days, inputs)