calculate_professional_tax
Calculate professional tax amounts for any Indian state using monthly gross salary and state code, returning monthly and annual liability.
Instructions
Calculate state-wise professional tax.
Use when computing total tax liability including professional tax deductions.
Args: gross_salary_monthly: Monthly gross salary state_code: 2-char state code (e.g., "MH", "KA", "TN")
Returns: Monthly and annual professional tax amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_code | Yes | 2-char state code (e.g., MH, KA, TN) | |
| gross_salary_monthly | Yes | Monthly gross salary in INR |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||