US MT Montana SUTA Wage Base us_mt_suta_wage_base 34100.00 US MT Montana SUTA Rate (UI) us_mt_suta_rate 1.18 US MT Montana SUTA Administrative Fund Tax Rate us_mt_suta_aft_rate 0.13 US MT Montana SIT Rate Table us_mt_sit_rate { 'weekly': ( ( 135.00, 0.0, 1.80), ( 288.00, 2.0, 4.40), ( 2308.00, 9.0, 6.00), ( 'inf', 130.0, 6.60), ), 'bi-weekly': ( ( 269.00, 0.0, 1.80), ( 577.00, 5.0, 4.40), ( 4615.00, 18.0, 6.00), ( 'inf', 261.0, 6.60), ), 'semi-monthly': ( ( 292.00, 0.0, 1.80), ( 625.00, 5.0, 4.40), ( 5000.00, 20.0, 6.00), ( 'inf', 282.0, 6.60), ), 'monthly': ( ( 583.00, 0.0, 1.80), ( 1250.00, 11.0, 4.40), ( 10000.00, 40.0, 6.00), ( 'inf', 565.0, 6.60), ), 'annually': ( ( 7000.00, 0.0, 1.80), ( 15000.00, 126.0, 4.40), ( 120000.00, 478.0, 6.00), ( 'inf', 6778.0, 6.60), ), } US MT Montana SIT Exemption Rate Table us_mt_sit_exemption_rate { 'weekly': 37.0, 'bi-weekly': 73.0, 'semi-monthly': 79.0, 'monthly': 158.0, 'annually': 1900.0, } US Montana - Department of Labor & Industries US Montana - Department of Revenue - Income Tax ER: US MT Montana State Unemployment (UI-5) ER_US_MT_SUTA python result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mt_suta_wage_base', rate='us_mt_suta_rate', state_code='MT') code result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mt_suta_wage_base', rate='us_mt_suta_rate', state_code='MT') ER: US MT Montana State Unemployment Administrative Fund Tax (AFT) (UI-5) ER_US_MT_SUTA_AFT python result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mt_suta_wage_base', rate='us_mt_suta_aft_rate', state_code='MT') code result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_mt_suta_wage_base', rate='us_mt_suta_aft_rate', state_code='MT') EE: US MT Montana State Income Tax Withholding (MW-3) EE_US_MT_SIT python result, _ = mt_montana_state_income_withholding(payslip, categories, worked_days, inputs) code result, result_rate = mt_montana_state_income_withholding(payslip, categories, worked_days, inputs)