Name: {{ personal.name }}
PAN: {{ personal.pan }}
Father's Name: {{ personal.father_name }}
DOB: {{ personal.date_of_birth }}
Address: {{ personal.address }}, {{ personal.city }} - {{ personal.pincode }}
Status: Individual (Resident)
| Particulars | Old Regime (₹) | New Regime (₹) |
| Tax on Normal Income | {{ old.tax_on_normal_income }} | {{ new.tax_on_normal_income }} |
{% if old.tax_on_stcg_111a or new.tax_on_stcg_111a %}
| Tax on STCG u/s 111A (20%) | {{ old.tax_on_stcg_111a }} | {{ new.tax_on_stcg_111a }} |
{% endif %}
| Rebate u/s 87A | ({{ old.rebate_87a }}) | ({{ new.rebate_87a }}) |
| Surcharge ({{ old.surcharge_rate_pct }}% / {{ new.surcharge_rate_pct }}%) | {{ old.surcharge }} | {{ new.surcharge }} |
| Health & Education Cess (4%) | {{ old.cess }} | {{ new.cess }} |
| Total Tax Liability | {{ old.total_tax_liability }} | {{ new.total_tax_liability }} |
| Less: TDS | ({{ tds }}) | ({{ tds }}) |
| Add: Interest u/s 234B/C | {{ old.interest_total }} | {{ new.interest_total }} |
| BALANCE TAX PAYABLE | {{ old.total_payable }} | {{ new.total_payable }} |
{% if esop_transactions %}
Net STCG: ₹{{ net_stcg }} (taxable at slab rates) | Net LTCG: ₹{{ net_ltcg }} (loss carried forward)
{% endif %}