calculate_fire_number
Calculate the FIRE (Financial Independence, Retire Early) number from annual expenses and a safe withdrawal rate, plus — when current net worth, savings and return assumptions are given — progress %, estimated years to FIRE, and the Coast…
Instructions
Calculate the FIRE (Financial Independence, Retire Early) number from annual expenses and a safe withdrawal rate, plus — when current net worth, savings and return assumptions are given — progress %, estimated years to FIRE, and the Coast FIRE number. Pure local math, no data leaves the machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_age | No | Current age (enables Coast FIRE) | |
| annual_expenses | Yes | Expected annual expenses in retirement (any currency) | |
| monthly_savings | No | Monthly amount added to investments | |
| current_net_worth | No | Current invested net worth | |
| withdrawal_rate_pct | No | Safe withdrawal rate percent (default 4) | |
| target_retirement_age | No | Target retirement age (enables Coast FIRE) | |
| expected_annual_return_pct | No | Expected annual return percent (default 7) |