I need help to generate a python rule for Tax income with different deduction condition say. if Taxable = 7362.50
Conditions
the first 1650 = tax 0%
the next 400 = tax 25%
the next 2050 = tax 30%
Balance = tax 35%
Then the total tax Income = Tax0 + Tax25 + Tax30 + Tax35
I wanted to put then in One Python rule but have only managed a single rule for each condition.