calculate_life_insurance
Calculate life insurance needs using DIME method: Debt, Income, Mortgage, Education.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debt | No | Outstanding debt (excluding mortgage) | |
| savings | No | Existing savings/insurance | |
| children | No | Number of children | |
| mortgage | No | Mortgage balance | |
| collegeFund | No | College fund per child | |
| annualIncome | Yes | Annual income (for income replacement) | |
| yearsToReplace | No | Years to replace income (default 10) |