US OH Ohio SUTA Wage Base us_oh_suta_wage_base 9000.00 US OH Ohio SUTA Rate us_oh_suta_rate 2.7 US OH Ohio SIT Rate Table us_oh_sit_rate [ ( 5000.00, 0.0, 0.005), ( 10000.00, 25.0, 0.010), ( 15000.00, 75.0, 0.020), ( 20000.00, 175.0, 0.025), ( 40000.00, 300.0, 0.030), ( 80000.00, 900.0, 0.035), ( 100000.00, 2300.0, 0.040), ( 'inf', 3100.0, 0.050), ] US OH Ohio SIT Exemption Rate us_oh_sit_exemption_rate 650.0 US OH Ohio SIT Multiplier Value us_oh_sit_multiplier 1.032 US Ohio - OBG - Unemployment US Ohio - OBG - Income Withholding ER: US OH Ohio State Unemployment (JFS-20125) ER_US_OH_SUTA python result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_oh_suta_wage_base', rate='us_oh_suta_rate', state_code='OH') code result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_oh_suta_wage_base', rate='us_oh_suta_rate', state_code='OH') EE: US OH Ohio State Income Tax Withholding (IT 501) EE_US_OH_SIT python result, _ = oh_ohio_state_income_withholding(payslip, categories, worked_days, inputs) code result, result_rate = oh_ohio_state_income_withholding(payslip, categories, worked_days, inputs)