calculate_hra_exemption
Computes tax-exempt HRA under Section 10(13A) by comparing three conditions and taking the minimum. Use for salary structuring and tax filing.
Instructions
Calculate House Rent Allowance (HRA) exemption under Section 10(13A).
Use when computing tax-exempt HRA component for salary structuring or income tax filing. Compares three conditions and takes minimum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basic_salary | Yes | Monthly basic salary in rupees | |
| hra_received | Yes | Annual HRA received from employer in rupees | |
| rent_paid | Yes | Annual rent paid in rupees | |
| city_type | No | 'metro' (Delhi/Mumbai/Chennai/Kolkata) or 'non_metro' | non_metro |
| is_government_employee | No | True for government employees using simplified formula |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||