calculate_capital_gains
Compute capital gains tax for equity, mutual funds, real estate, gold, and other assets using sale price, purchase price, holding period, and indexation.
Instructions
Calculate capital gains tax for various asset types (FY2025-26).
Use when computing tax liability on sale of equity, mutual funds, real estate, gold, or other capital assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sale_price | Yes | Sale proceeds in rupees | |
| purchase_price | Yes | Original purchase price in rupees | |
| asset_type | No | Asset type: equity, mutual_fund, real_estate, gold, debentures, crypto | equity |
| holding_period_days | No | Number of days held before sale | |
| inflation_index_purchase | No | CII for purchase year (for indexation) | |
| inflation_index_sale | No | CII for sale year (for indexation) | |
| expenses_on_sale | No | Brokerage, registration and other expenses on sale | |
| improvements | No | Cost of improvements (for real estate) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||