FIRE Number
fire-numberFIRE target nest egg from annual spend and a safe withdrawal rate (default 4%), plus the gap from today and the years to reach it given optional savings and growth. No advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annualSpend | Yes | Yearly spending the nest egg must cover. | |
| annualRatePct | No | Optional. Annual portfolio growth in percent (default 0). | |
| currentNestEgg | No | Optional. Amount already saved (default 0). | |
| withdrawalRatePct | No | Safe withdrawal rate in percent (default 4 = the 4% rule). | |
| annualContribution | No | Optional. Amount saved per year (default 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gap | No | Gap from today. | |
| target | No | Target nest egg. | |
| yearsToFI | No | Years to FI (null if unreachable). |