ChrisCScott / forecaster

A personal finances forecasting tool for Canadian retirement planning
Other
1 stars 2 forks source link

Reevaluate withdrawal strategy periodically based on returns to date #25

Open ChrisCScott opened 6 years ago

ChrisCScott commented 6 years ago

Add a setting that allows for reevaluating withdrawal rates periodically (every 10 years?) rather than keeping them constant based on the portfolio on the retirement date.

Consider adding this parameter as an arg to WithdrawalStrategy.__init__ (e.g. reevaluate_freq=Decimal('Infinity'))?

Consider re-implementing minimum_living_standard, as it's more relevant in this context.