(1) It must not allow our portfolio to ever be fully depleted, no matter the market returns or our lifespan. Therefore it must use, basically, a percentage of portfolio formula with zero floor. The effective percentage may be dynamically adjusted below or above the expected rate of return to grow or shrink the portfolio as desired.
(2) It must not allow the portfolio to grow exponentially. Therefore it must increase the withdrawal rate with the size of the portfolio above some point.
(3) Prioritize maximizing spending over legacy. Ideally, the late portfolio would be just large enough to sustain our living expenses with its total returns. Gifting should be done earlier.
(4) Accommodate an arbitrary withdrawal profile--in particular, one with a high withdrawal rate during the earlier years and smaller withdrawals later, which is the reverse of what most withdrawal methods produce. This requirement also accounts for uneven guaranteed income such as delayed Social Security benefits.
(5) It must not depend on longevity estimates. We plan to live forever, in theory.
(6) Provide a portfolio fuel gauge so that we always know where we stand and whether corrective action is needed.
(7) Income volatility is acceptable. However, the plan should mitigate downturns as much as possible as long as the other requirements are met.
(8) It should be as simple as possible, but no simpler.
Necessity is the mother of invention. Here is what I came up with, in three steps:
1. Create a yearly withdrawal plan. Project a year-by-year budget spanning the go-go years and into the slow-go phase. Use best estimates of expenses, guaranteed income, and inflation. Withdrawal Plan amounts are total expenses minus guaranteed income:
(a) Plan(year) = Expenses(year) - Income(year)
In our case, planned withdrawals are high at first and fall to a much lower level in later years after the mortgage is paid off, deferred taxes are mostly paid, and Social Security benefits are coming in.
2. Use the withdrawal Plan to estimate the Minimum sustainable portfolio value year-by-year. The curve may slope downward from the initial value and flatten out in later years, like a pinewood derby track. At the endpoint, we want the portfolio to be indefinitely sustainable with roughly constant withdrawal amounts. The Minimum portfolio value then is that year’s withdrawal Plan amount divided by a conservative nominal rate of return, perhaps somewhere between 4% and 6% depending on one’s asset allocation and tolerance for income uncertainty.
(b) Minimum(last_year) = Plan(last_year) / Return
An amortization formula is then used to calculate Minimum portfolio values for prior years, back to the year of retirement:
(c) Minimum(year) = Minimum(year + 1) / (1 + Return) + Plan(year)
Next we add a safety margin, say 33%, and that's our portfolio Target track:
(d) Target(year) = Minimum(year) x 1.33
We made sure that our actual portfolio was greater than Target at the time of retirement. Otherwise, we would have delayed retirement or look for ways to reduce expenses.
The band between Minimum and Target is regarded as the safe zone. Having a wide safe zone helps mitigate market volatility. Ideally, our portfolio would stay near the Target. But, of course, it will wander according to market returns.
3. The key component for meeting the requirements is a course-correcting withdrawal formula. If the portfolio falls below the safety zone, withdrawals are reduced proportionally. If the portfolio rises above the safety zone, a bonus proportional to the excess is added to the withdrawal. This is the withdrawal formula:
(e) If Portfolio < Minimum: Withdrawal = Plan x Portfolio / Minimum.
(f) If Portfolio > Minimum and Portfolio < Target: Withdrawal = Plan.
(g) If Portfolio > Target: Withdrawal = Plan + (Portfolio - Target) x 25%.
Comparing the current portfolio value to the established target provides a ready indicator, or fuel gauge, for the portfolio. When the portfolio is in the “green” safe zone, we go on with our merry lifestyle. If the portfolio falls into the “red” zone below Minimum, we spend more carefully. When the portfolio grows above Target, we can spend more, shore up our cash reserve, and donate extra to charitable causes. (Another financial health indicator is the size of cash reserve, in terms of months of expenses.)
The plan may be updated at any time with improved estimates of spending, guaranteed income, inflation, and rate of return.
I ran 1000 trials of Monte Carlo with random returns and randomized mean and standard deviation (within what I consider to be reasonable ranges). Spending was reduced below Plan only about 2% of the time, and never below 85% of Plan. Most years, it produced happy bonuses. Your results may vary. Perhaps it's counter-intuitive, but disregarding safe withdrawal rates and focusing instead on maintaining a moderate, sustainable portfolio seems to best optimize withdrawals while avoiding extreme outcomes.
The main drawback I see that might be a turn-off to some is the amount a planning required at the beginning. But after that, it is quick and easy to manage with spreadsheet software. Most of the management effort is in gathering account balances periodically. My wife likes the calculator and uses it, and she isn’t a spreadsheet aficionado. She especially likes to know that we are comfortably on track to continue our lifestyle and not run out of money.
Our comprehensive financial plan also covers cash flow, cash reserve, tax strategy, and asset allocation, but that is beyond the scope of this discussion.
That’s it. I would appreciate comments, especially if anyone sees flaws in my plan.
[Edit 2023.7.26: Added missing formulae.]
*****
[Update 2023.7.26]
Part 2: Backtest comparison
Here we compare the performance of the Portfolio Tracking Withdrawal Method to that of two popular methods: constant real value withdrawals and percentage of portfolio withdrawals. To facilitate comparison, the following conditions are set:
Tracking: $40k withdrawal plan, $1M constant Target, $750k Minimum. Withdrawals are calculated using the withdrawal formula given the current portfolio value.
Constant: $40k fixed withdrawal.
Percentage: Withdrawal is 4% of portfolio.
In each case the starting portfolio is $1M, and all amounts are in real (inflation-adjusted) value.
Real returns for a 60/40 asset allocation are extracted from the Bogleheads SIMBA database: https://www.bogleheads.org/wiki/Simba%2 ... preadsheet.
First we examine an unusually stressful period, 1962 to 1981, and chart the value of the portfolio and withdrawal amounts generated by the sequence of returns:

There is not a vast difference here between the methods. The Tracking method preserves a little more of the portfolio than the Constant method and provides a little more income than the Percentage method. The Constant withdrawal may seem optimal until one considers what it would be like to experience that situation. Could a retiree, or should they, keep hanging on while the portfolio heads toward a cliff, not knowing whether a turnaround is imminent? Both the Tracking method and the Percentage method at least offer a little reassurance that the portfolio can't go all the way to zero.
Now we look at a particularly prosperous period, 1980 to 1999:

This scenario better illustrates the difference between the plans. The Tracking method keeps the portfolio under control and generates higher income earlier, when it could be most beneficial. That also helps reduce RMD tax risk if a substantial portion of the portfolio is in tax-deferred accounts.
*****