Owl is a retirement financial planning tool that uses a linear programming optimization algorithm to provide guidance on retirement decisions such as contributions, withdrawals, Roth conversions, and more. Users can select varying return rates to perform historical back testing, stochastic rates for performing Monte Carlo analyses, or fixed rates either derived from historical averages, or set by the user.
Owl is designed for US retirees as it considers US federal tax laws, Medicare premiums, rules for 401k including required minimum distributions, maturation rules for Roth accounts and conversions, social security rules, etc.
There are three ways to run Owl:
-
Streamlit Hub: Run Owl remotely as hosted on the Streamlit Community Server at owlplanner.streamlit.app.
-
Docker Container: Run Owl locally on your computer using a Docker image. Follow these instructions for using this option.
-
Self-hosting: Run Owl locally on your computer using Python code and libraries. Follow these instructions to install from the source code and self-host on your own computer.
- Documentation for the app user interface is available from the interface itself.
- Installation guide and software requirements can be found here.
- User guide for the underlying Python package as used in a Jupyter notebook can be found here.
- Contributors: Robert E. Anderson (NH-RedAnt) for bug fixes and suggestions, Clark Jefcoat (hubcity) for fruitful interactions, kg333 for fixing an error in Docker's instructions, John Leonard (jleonard99) for great suggestions, website, and more to come, Benjamin Quinn (blquinn) for improvements and bug fixes, Dale Seng (sengsational) for great insights, testing, and suggestions, Josh Williams (noimjosh) for Docker image code, Gene Wood (gene1wood) for improvements and bug fixes.
- Greg Grothaus for developing ssa.tools and providing an integration with Owl.
- Owl image is from freepik.
- Historical rates are from Aswath Damodaran.
- Linear programming optimization solvers are from HiGHS and PuLP. It can also run on MOSEK if available on your computer.
- Owl planner relies on the following Python packages:
Please submit bugs and feature requests through GitHub if you have a GitHub account or directly by email. Or just drop me a line to report your experience with the tool.
This app does not store or forward any information. All data entered is lost after a session is closed. However, you can choose to download selected parts of your own data to your computer before closing the session. These data will be stored strictly on your computer and can be used to reproduce a case at a later time.
Copyright © 2024-2026 - Martin-D. Lacasse
Disclaimers: This code is for educatonal purposes only and does not constitute financial advice.
Code output has been verified with analytical solutions when applicable, and comparative approaches otherwise. Nevertheless, accuracy of results is not guaranteed.
