project_wealth_plan
Run RetireCrunch's full year-by-year Wealth Plan projection for a household. Models earned income, pensions, expenses, portfolio growth, optional growth→income phase switch, mortgage amortization, optional property sale, and region-aware tax (US uses 2026 federal+state brackets; other regions use a flat rate). Returns a compact summary with 5-year milestones by default, or the full annual array when yearly_detail=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Country regime — drives tax model (US uses bracket-based federal/state; others a flat rate). | GENERIC |
| currency | No | USD | |
| start_year | Yes | First year of the projection (typically the current year). | |
| yearly_detail | No | When true, include the full year-by-year array in the response. When false (default), return a compact summary plus 5-year milestones. | |
| household_type | No | single | |
| inflation_rate | No | Annual inflation %. | |
| retirement_year | Yes | Year retirement begins. | |
| current_mortgage | No | ||
| current_property | No | ||
| current_liquidity | No | ||
| income_yield_rate | No | Annual yield % during the income phase. | |
| estimated_tax_rate | No | Pre-retirement effective tax rate (%). | |
| plan_horizon_years | No | Total years to project from start_year. | |
| property_sale_year | No | ||
| current_living_costs | No | Annual general living expenses today. | |
| portfolio_volatility | No | Return std dev %; 0 = deterministic. | |
| current_earned_income | No | Annual gross earned income today. | |
| portfolio_return_rate | No | Annual real portfolio return %. | |
| portfolio_switch_year | No | Year to switch from growth to income phase. Defaults to retirement_year if omitted. | |
| property_sale_enabled | No | ||
| current_other_expenses | No | Annual other expenses today. | |
| current_housing_expenses | No | Annual housing expenses today. | |
| portfolio_switch_enabled | No | ||
| post_retirement_tax_rate | No | Post-retirement effective tax rate (%). | |
| property_sale_destination | No | liquidity | |
| current_investment_portfolio | No | ||
| partner_survivor_expense_factor | No | ||
| partner_early_death_years_before_end | No |