calculate_fire_target
Estimate the savings target needed for Financial Independence / Early Retirement. Runs Monte Carlo simulation and returns the probability the portfolio survives the planning horizon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | Planning horizon in years. | |
| currency | No | USD | |
| annual_expense | Yes | Projected annual spending in retirement (in selected currency). | |
| inflation_rate | No | ||
| apply_inflation | No | ||
| current_savings | No | Current liquid + invested assets. | |
| portfolio_volatility | No | Annual return standard deviation %. | |
| portfolio_return_rate | No | Expected real annual return %. |