plan_my_finances
Create a personal finance and tax plan from income, mutual fund holdings, and bank IFSC. Combines tax calculations, live fund returns, verification, and compliance deadlines into actionable steps.
Instructions
One-shot personal finance & tax plan. Given your income (and optionally a mutual fund holding and a bank IFSC), this orchestrates the tax calculator, live mutual-fund NAV/XIRR, IFSC verification and the compliance calendar into a single coherent plan with a summary and action items. Supports task augmentation — pass task: {} to run it asynchronously with live progress updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fund | No | Optional: a mutual fund holding to value using live NAV | |
| ifsc | No | Optional: bank IFSC to verify for the refund account | |
| ageGroup | No | below60 | |
| deductions | No | ||
| isSalaried | No | Salaried taxpayer (eligible for standard deduction) | |
| grossIncome | Yes | Total gross annual income in ₹ (e.g. 1800000 for ₹18L) | |
| deadlineWindowDays | No | Look-ahead window for deadlines (default 180 days) |