owlplanner 2025.2__tar.gz → 2025.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {owlplanner-2025.2 → owlplanner-2025.2.2}/PKG-INFO +1 -1
- owlplanner-2025.2.2/examples/jack+jill.xlsx +0 -0
- owlplanner-2025.2.2/examples/joe.xlsx +0 -0
- owlplanner-2025.2.2/examples/john+sally.xlsx +0 -0
- owlplanner-2025.2.2/examples/template.xlsx +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/pyproject.toml +1 -1
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/plan.py +31 -30
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/timelists.py +8 -8
- owlplanner-2025.2.2/src/owlplanner/version.py +1 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/About_Owl.py +3 -3
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Case_Results.py +1 -1
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Documentation.py +14 -7
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Quick_Start.py +13 -11
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/owlbridge.py +2 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/requirements.txt +1 -1
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/sskeys.py +0 -2
- owlplanner-2025.2/examples/jack+jill.xlsx +0 -0
- owlplanner-2025.2/examples/joe.xlsx +0 -0
- owlplanner-2025.2/examples/john+sally.xlsx +0 -0
- owlplanner-2025.2/examples/template.xlsx +0 -0
- owlplanner-2025.2/src/owlplanner/version.py +0 -1
- {owlplanner-2025.2 → owlplanner-2025.2.2}/.devcontainer/devcontainer.json +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/.flake8 +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/.github/workflows/github-actions-runtests.yml +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/.gitignore +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/INSTALL.md +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/LICENSE +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/README.md +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/AD-taxDef.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/AD-taxFree.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/AD-taxable.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/Hist_Bequest.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/Hist_Spending.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/MC-tutorial2a.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/MC-tutorial2b.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/OwlUI.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/allocations.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/owl.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/profile.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/ratesCorrelations.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/ratesPlot.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/savingsPlot.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/sourcesPlot.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/spendingPlot.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/taxIncomePlot.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/images/taxesPlot.png +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/owl.pdf +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/docs/owl.tex +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/examples/case_jack+jill.toml +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/examples/case_joe.toml +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/examples/case_john+sally.toml +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/examples/case_kim+sam-bequest.toml +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/examples/case_kim+sam-spending.toml +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/notebooks/john+sally.ipynb +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/notebooks/kim+sam.ipynb +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/notebooks/template.ipynb +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/notebooks/tutorial_1.ipynb +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/notebooks/tutorial_2.ipynb +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/notebooks/tutorial_3.ipynb +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/owlplanner.cmd +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/requirements.txt +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/__init__.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/abcapi.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/config.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/data/__init__.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/data/rates.csv +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/logging.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/progress.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/rates.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/tax2025.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/src/owlplanner/utils.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/tests/test_logger.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/tests/test_regressions.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/tests/test_repro.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/tests/test_toml_cases.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/tests/test_units.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Asset_Allocation.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Assets.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Basic_Info.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Case_Summary.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Case_Worksheets.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Fixed_Income.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Historical_Range.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Logs.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Monte_Carlo.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Optimization_Parameters.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/README.md +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Rates_Selection.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Settings.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/Wages_And_Contributions.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/main.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/plots.py +0 -0
- {owlplanner-2025.2 → owlplanner-2025.2.2}/ui/progress.py +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -859,12 +859,12 @@ class Plan(object):
|
|
|
859
859
|
|
|
860
860
|
'year',
|
|
861
861
|
'anticipated wages',
|
|
862
|
-
'ctrb
|
|
863
|
-
'ctrb
|
|
864
|
-
'
|
|
865
|
-
'ctrb
|
|
866
|
-
'
|
|
867
|
-
'Roth
|
|
862
|
+
'taxable ctrb',
|
|
863
|
+
'401k ctrb',
|
|
864
|
+
'Roth 401k ctrb',
|
|
865
|
+
'IRA ctrb',
|
|
866
|
+
'Roth IRA ctrb',
|
|
867
|
+
'Roth conv',
|
|
868
868
|
'big-ticket items'
|
|
869
869
|
|
|
870
870
|
in any order. A template is provided as an example.
|
|
@@ -890,12 +890,12 @@ class Plan(object):
|
|
|
890
890
|
for i, iname in enumerate(self.inames):
|
|
891
891
|
h = self.horizons[i]
|
|
892
892
|
self.omega_in[i, :h] = self.timeLists[iname]['anticipated wages'].iloc[:h]
|
|
893
|
-
self.kappa_ijn[i, 0, :h] = self.timeLists[iname]['ctrb
|
|
894
|
-
self.kappa_ijn[i, 1, :h] = self.timeLists[iname]['ctrb
|
|
895
|
-
self.kappa_ijn[i, 2, :h] = self.timeLists[iname]['
|
|
896
|
-
self.kappa_ijn[i, 1, :h] += self.timeLists[iname]['ctrb
|
|
897
|
-
self.kappa_ijn[i, 2, :h] += self.timeLists[iname]['
|
|
898
|
-
self.myRothX_in[i, :h] = self.timeLists[iname]['Roth
|
|
893
|
+
self.kappa_ijn[i, 0, :h] = self.timeLists[iname]['taxable ctrb'].iloc[:h]
|
|
894
|
+
self.kappa_ijn[i, 1, :h] = self.timeLists[iname]['401k ctrb'].iloc[:h]
|
|
895
|
+
self.kappa_ijn[i, 2, :h] = self.timeLists[iname]['Roth 401k ctrb'].iloc[:h]
|
|
896
|
+
self.kappa_ijn[i, 1, :h] += self.timeLists[iname]['IRA ctrb'].iloc[:h]
|
|
897
|
+
self.kappa_ijn[i, 2, :h] += self.timeLists[iname]['Roth IRA ctrb'].iloc[:h]
|
|
898
|
+
self.myRothX_in[i, :h] = self.timeLists[iname]['Roth conv'].iloc[:h]
|
|
899
899
|
self.Lambda_in[i, :h] = self.timeLists[iname]['big-ticket items'].iloc[:h]
|
|
900
900
|
|
|
901
901
|
# In 1st year, reduce wages and contribution depending on starting date.
|
|
@@ -947,8 +947,8 @@ class Plan(object):
|
|
|
947
947
|
self.myRothX_in[:, :] = 0.
|
|
948
948
|
self.kappa_ijn[:, :, :] = 0.
|
|
949
949
|
|
|
950
|
-
cols = ['year', 'anticipated wages', 'ctrb
|
|
951
|
-
'
|
|
950
|
+
cols = ['year', 'anticipated wages', 'taxable ctrb', '401k ctrb',
|
|
951
|
+
'Roth 401k ctrb', 'IRA ctrb', 'Roth IRA ctrb', 'Roth conv', 'big-ticket items']
|
|
952
952
|
for i, iname in enumerate(self.inames):
|
|
953
953
|
h = self.horizons[i]
|
|
954
954
|
df = pd.DataFrame(0, index=np.arange(h), columns=cols)
|
|
@@ -1993,8 +1993,8 @@ class Plan(object):
|
|
|
1993
1993
|
'wages',
|
|
1994
1994
|
'ssec',
|
|
1995
1995
|
'pension',
|
|
1996
|
-
'dist',
|
|
1997
|
-
'
|
|
1996
|
+
'+dist',
|
|
1997
|
+
'RMD',
|
|
1998
1998
|
'RothX',
|
|
1999
1999
|
'wdrwl taxable',
|
|
2000
2000
|
'wdrwl tax-free',
|
|
@@ -2004,12 +2004,12 @@ class Plan(object):
|
|
|
2004
2004
|
sources['wages'] = self.omega_in
|
|
2005
2005
|
sources['ssec'] = self.zetaBar_in
|
|
2006
2006
|
sources['pension'] = self.pi_in
|
|
2007
|
-
sources['wdrwl
|
|
2008
|
-
sources['
|
|
2009
|
-
sources['dist'] = self.dist_in
|
|
2007
|
+
sources['txbl acc wdrwl'] = self.w_ijn[:, 0, :]
|
|
2008
|
+
sources['RMD'] = self.rmd_in
|
|
2009
|
+
sources['+dist'] = self.dist_in
|
|
2010
2010
|
sources['RothX'] = self.x_in
|
|
2011
|
-
sources['
|
|
2012
|
-
sources['
|
|
2011
|
+
sources['tax-free wdrwl'] = self.w_ijn[:, 2, :]
|
|
2012
|
+
sources['BTI'] = self.Lambda_in
|
|
2013
2013
|
|
|
2014
2014
|
savings = {}
|
|
2015
2015
|
savings['taxable'] = self.b_ijn[:, 0, :]
|
|
@@ -2719,7 +2719,7 @@ class Plan(object):
|
|
|
2719
2719
|
'all wages': np.sum(self.omega_in, axis=0),
|
|
2720
2720
|
'all pensions': np.sum(self.pi_in, axis=0),
|
|
2721
2721
|
'all soc sec': np.sum(self.zetaBar_in, axis=0),
|
|
2722
|
-
"all
|
|
2722
|
+
"all BTI's": np.sum(self.Lambda_in, axis=0),
|
|
2723
2723
|
'all wdrwls': np.sum(self.w_ijn, axis=(0, 1)),
|
|
2724
2724
|
'all deposits': -np.sum(self.d_in, axis=0),
|
|
2725
2725
|
'ord taxes': -self.T_n,
|
|
@@ -2735,12 +2735,12 @@ class Plan(object):
|
|
|
2735
2735
|
'wages': self.sources_in['wages'],
|
|
2736
2736
|
'social sec': self.sources_in['ssec'],
|
|
2737
2737
|
'pension': self.sources_in['pension'],
|
|
2738
|
-
'txbl acc wdrwl': self.sources_in['wdrwl
|
|
2739
|
-
'RMDs': self.sources_in['
|
|
2740
|
-
'+distributions': self.sources_in['dist'],
|
|
2741
|
-
'Roth
|
|
2742
|
-
'tax-free wdrwl': self.sources_in['
|
|
2743
|
-
'big-ticket items': self.sources_in['
|
|
2738
|
+
'txbl acc wdrwl': self.sources_in['txbl acc wdrwl'],
|
|
2739
|
+
'RMDs': self.sources_in['RMD'],
|
|
2740
|
+
'+distributions': self.sources_in['+dist'],
|
|
2741
|
+
'Roth conv': self.sources_in['RothX'],
|
|
2742
|
+
'tax-free wdrwl': self.sources_in['tax-free wdrwl'],
|
|
2743
|
+
'big-ticket items': self.sources_in['BTI'],
|
|
2744
2744
|
}
|
|
2745
2745
|
|
|
2746
2746
|
for i in range(self.N_i):
|
|
@@ -2751,13 +2751,14 @@ class Plan(object):
|
|
|
2751
2751
|
# Account balances except final year.
|
|
2752
2752
|
accDic = {
|
|
2753
2753
|
'taxable bal': self.b_ijn[:, 0, :-1],
|
|
2754
|
+
'taxable ctrb': self.kappa_ijn[:, 0, :],
|
|
2754
2755
|
'taxable dep': self.d_in,
|
|
2755
2756
|
'taxable wdrwl': self.w_ijn[:, 0, :],
|
|
2756
2757
|
'tax-deferred bal': self.b_ijn[:, 1, :-1],
|
|
2757
2758
|
'tax-deferred ctrb': self.kappa_ijn[:, 1, :],
|
|
2758
2759
|
'tax-deferred wdrwl': self.w_ijn[:, 1, :],
|
|
2759
2760
|
'(included RMDs)': self.rmd_in[:, :],
|
|
2760
|
-
'Roth
|
|
2761
|
+
'Roth conv': self.x_in,
|
|
2761
2762
|
'tax-free bal': self.b_ijn[:, 2, :-1],
|
|
2762
2763
|
'tax-free ctrb': self.kappa_ijn[:, 2, :],
|
|
2763
2764
|
'tax-free wdrwl': self.w_ijn[:, 2, :],
|
|
@@ -2856,7 +2857,7 @@ class Plan(object):
|
|
|
2856
2857
|
planData[self.inames[i] + ' tx-def ctrb'] = self.kappa_ijn[i, 1, :]
|
|
2857
2858
|
planData[self.inames[i] + ' tx-def wdrl'] = self.w_ijn[i, 1, :]
|
|
2858
2859
|
planData[self.inames[i] + ' (RMD)'] = self.rmd_in[i, :]
|
|
2859
|
-
planData[self.inames[i] + ' Roth
|
|
2860
|
+
planData[self.inames[i] + ' Roth conv'] = self.x_in[i, :]
|
|
2860
2861
|
planData[self.inames[i] + ' tx-free bal'] = self.b_ijn[i, 2, :-1]
|
|
2861
2862
|
planData[self.inames[i] + ' tx-free ctrb'] = self.kappa_ijn[i, 2, :]
|
|
2862
2863
|
planData[self.inames[i] + ' tax-free wdrwl'] = self.w_ijn[i, 2, :]
|
|
@@ -23,12 +23,12 @@ import pandas as pd
|
|
|
23
23
|
timeHorizonItems = [
|
|
24
24
|
'year',
|
|
25
25
|
'anticipated wages',
|
|
26
|
-
'ctrb
|
|
27
|
-
'ctrb
|
|
28
|
-
'
|
|
29
|
-
'ctrb
|
|
30
|
-
'
|
|
31
|
-
'Roth
|
|
26
|
+
'taxable ctrb',
|
|
27
|
+
'401k ctrb',
|
|
28
|
+
'Roth 401k ctrb',
|
|
29
|
+
'IRA ctrb',
|
|
30
|
+
'Roth IRA ctrb',
|
|
31
|
+
'Roth conv',
|
|
32
32
|
'big-ticket items',
|
|
33
33
|
]
|
|
34
34
|
|
|
@@ -38,8 +38,8 @@ def read(finput, inames, horizons, mylog):
|
|
|
38
38
|
Read listed parameters from an excel spreadsheet or through
|
|
39
39
|
a dictionary of dataframes through Pandas.
|
|
40
40
|
Use one sheet for each individual with the following 9 columns:
|
|
41
|
-
year, anticipated wages,
|
|
42
|
-
|
|
41
|
+
year, anticipated wages, taxable ctrb, 401k ctrb, Roth 401k ctrb,
|
|
42
|
+
IRA ctrb, Roth IRA ctrb, Roth conv, and big-ticket items.
|
|
43
43
|
Supports xls, xlsx, xlsm, xlsb, odf, ods, and odt file extensions.
|
|
44
44
|
Returs a dictionary of dataframes by individual's names.
|
|
45
45
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2025.02.02"
|
|
@@ -7,8 +7,7 @@ import owlbridge as owb
|
|
|
7
7
|
st.write("## About Owl 🦉")
|
|
8
8
|
kz.orangeDivider()
|
|
9
9
|
|
|
10
|
-
st.write("This version
|
|
11
|
-
"Running on Streamlit %s." % (owb.version(), st.__version__))
|
|
10
|
+
st.write("This is Owl version %s running on Streamlit %s." % (owb.version(), st.__version__))
|
|
12
11
|
st.snow()
|
|
13
12
|
|
|
14
13
|
st.write('''
|
|
@@ -36,7 +35,8 @@ Copyright © 2024 - Martin-D. Lacasse
|
|
|
36
35
|
|
|
37
36
|
#### :orange[Privacy]
|
|
38
37
|
- This app does not store or forward any information. All data entered is lost
|
|
39
|
-
after a session is closed.
|
|
38
|
+
after a session is closed. However, you can choose to download selected data to your own
|
|
39
|
+
computer before closing the session.
|
|
40
40
|
Source code is publicly available and can be inspected in the repository.
|
|
41
41
|
|
|
42
42
|
#### :orange[Disclaimers]
|
|
@@ -105,7 +105,11 @@ how to split potential surplus budget moneys between the taxable accounts of the
|
|
|
105
105
|
When the `Beneficiary fractions` are not all 1, it is recommended to deposit all
|
|
106
106
|
surplus moneys in the taxable account of the first individual to pass. Otherwise,
|
|
107
107
|
the optimizer will find creative solutions that can generate surpluses in order
|
|
108
|
-
to maximize the final bequest.
|
|
108
|
+
to maximize the final bequest. Finally, when fractions are not all equal,
|
|
109
|
+
it can take longer to solve (minutes) as these cases trigger the use
|
|
110
|
+
of binary variables which involve more complex algorithms.
|
|
111
|
+
In some situations, transfers from tax-deferred savings accounts to taxable
|
|
112
|
+
savings accounts, through surpluses and deposits, can be part of the optimal solution.
|
|
109
113
|
|
|
110
114
|
Setting a surplus fraction that deposits all surpluses in the survivor's account
|
|
111
115
|
can lead to slow convergence. This is especially noticeable when solving with
|
|
@@ -124,7 +128,7 @@ The wages and contributions data contains 9 columns titled as follows:
|
|
|
124
128
|
|
|
125
129
|
# <span style="font-size: 10px;"> </span>
|
|
126
130
|
st.write('''
|
|
127
|
-
|year|anticipated wages|ctrb taxable|ctrb 401k|ctrb Roth 401k|ctrb IRA|ctrb Roth IRA|Roth
|
|
131
|
+
|year|anticipated wages|ctrb taxable|ctrb 401k|ctrb Roth 401k|ctrb IRA|ctrb Roth IRA|Roth conv|big-ticket items|
|
|
128
132
|
|--|--|--|--|--|--|--|--|--|
|
|
129
133
|
|2025 | | | | | | | | |
|
|
130
134
|
|2026 | | | | | | | | |
|
|
@@ -158,7 +162,7 @@ of the anticipated wages for contributions as this can sometimes be easier. For
|
|
|
158
162
|
purpose, additional columns (on the right) can be used for storing the anticipated total salary and
|
|
159
163
|
to derive relevant numbers from there. These columns will be ignored when the file is processed.
|
|
160
164
|
|
|
161
|
-
Roth conversion can be specified in the column marked *Roth
|
|
165
|
+
Roth conversion can be specified in the column marked *Roth conv*.
|
|
162
166
|
This column is provided to override the Roth conversion optimization in Owl. When the option
|
|
163
167
|
`Convert as in contribution file` is toggled in the [Optimization Parameters](#optimization-parameters) page,
|
|
164
168
|
values from the contributions file will be used and no optimization over Roth conversions
|
|
@@ -303,6 +307,8 @@ Each table can be downloaded separately in csv format, or all tables can be down
|
|
|
303
307
|
together as an Excel workbook by clicking the button at the bottom
|
|
304
308
|
of the page.
|
|
305
309
|
Note that all values here (worksheets and workbook) are in \\$, not in thousands.
|
|
310
|
+
The first line of the *Sources* worksheets are the most important
|
|
311
|
+
as these lines are the only ones that are actionable.
|
|
306
312
|
|
|
307
313
|
#### Case Summary
|
|
308
314
|
This page shows a summary of the scenario which was computed.
|
|
@@ -347,15 +353,16 @@ when considering Monte Carlo simulations, consider:
|
|
|
347
353
|
--------------------------------------------------------------------------------------
|
|
348
354
|
### :orange[Resources]
|
|
349
355
|
#### Logs
|
|
350
|
-
Messages coming from the underlying Owl calculation engine are displayed
|
|
356
|
+
Messages coming from the underlying Owl calculation engine are displayed on this page.
|
|
351
357
|
|
|
352
358
|
#### Settings
|
|
353
|
-
This page contains
|
|
359
|
+
This page contains global settings. At the current time, there is only a single
|
|
360
|
+
option for choosing the style used for the graphs. Some color
|
|
354
361
|
schemes are best suited for colorblind individuals. The *classic* offers good contrast, while
|
|
355
|
-
*petroff10*
|
|
362
|
+
*petroff10* presents other distinguishing colors.
|
|
356
363
|
|
|
357
364
|
#### Documentation
|
|
358
|
-
These pages.
|
|
365
|
+
These very pages.
|
|
359
366
|
|
|
360
367
|
#### About Owl
|
|
361
368
|
Credits and disclaimers.
|
|
@@ -11,36 +11,38 @@ with col1:
|
|
|
11
11
|
kz.orangeDivider()
|
|
12
12
|
st.write('### Quick Start')
|
|
13
13
|
st.markdown('''
|
|
14
|
-
Owl
|
|
14
|
+
Owl does not store any information related to a case:
|
|
15
|
+
all is lost after a session is closed. For that reason,
|
|
16
|
+
two files can be used to store the specifications of a case so that it can be recalled at a later time.
|
|
15
17
|
- A *case* parameter file
|
|
16
|
-
|
|
18
|
+
specifying account balances, asset allocation, social security and pension, rates,
|
|
17
19
|
optimization parameters and related assumptions.
|
|
18
20
|
This file is in *toml* format which is editable with a simple text editor.
|
|
19
|
-
- A *wages and contributions* file
|
|
20
|
-
time table
|
|
21
|
+
- A *wages and contributions* file containing a
|
|
22
|
+
time table with anticipated wages, future contributions
|
|
21
23
|
to savings accounts, and anticipated big-ticket items, which can be either expenses or income.
|
|
22
24
|
This file is in Excel or LibreOffice format, and has one tab per individual in the plan.
|
|
23
25
|
|
|
24
|
-
With these two files, a scenario can be solved in only a few steps. We will use the case
|
|
26
|
+
With these two files, a scenario can be created and solved in only a few steps. We will use the case
|
|
25
27
|
of Jack and Jill provided here as an example:
|
|
26
|
-
1) Download these two files from the repository:
|
|
28
|
+
1) Download these two files from the GitHub repository:
|
|
27
29
|
- Case parameter file named
|
|
28
30
|
[case_jack+jill.toml](https://raw.github.com/mdlacasse/Owl/main/examples/case_jack+jill.toml)
|
|
29
31
|
in editable *toml* format.
|
|
30
32
|
- Wages and contributions file named
|
|
31
33
|
[jack+jill.xlsx](https://raw.github.com/mdlacasse/Owl/main/examples/jack+jill.xlsx)
|
|
32
34
|
in Excel format.
|
|
33
|
-
1) Navigate to the
|
|
35
|
+
1) Navigate to the **Basic Info** page and drag and drop the case parameter file
|
|
34
36
|
you just downloaded (*case_jack+jill.toml*).
|
|
35
|
-
1) Navigate to the
|
|
37
|
+
1) Navigate to the **Wages and Contributions** page and
|
|
36
38
|
drag and drop the wages and contributions file you downloaded (*jack+jill.xlsx*).
|
|
37
|
-
1) Move to the
|
|
39
|
+
1) Move to the **Case Results** page and click on the `Run single case` button.
|
|
38
40
|
|
|
39
41
|
Congratulations! :balloon: You just ran your first case. You can now explore each page and
|
|
40
42
|
experiment with different parameters.
|
|
41
43
|
|
|
42
44
|
For creating your own cases, you can start
|
|
43
|
-
from scratch by selecting `New Case...` in the selection box while on the
|
|
45
|
+
from scratch by selecting `New Case...` in the selection box while on the **Basic Info** page,
|
|
44
46
|
and fill in the information needed on each page of the `Case Setup` section.
|
|
45
47
|
Once a case has been fully parameterized and successfully optimized,
|
|
46
48
|
it can then be saved as a parameter file
|
|
@@ -52,5 +54,5 @@ the `Duplicate case` button, and then edit its values to fit your situation.
|
|
|
52
54
|
Multiple cases can coexist and can be called using the `Select case` box
|
|
53
55
|
at the bottom of the margin.
|
|
54
56
|
|
|
55
|
-
More information can be found on the :material/help:
|
|
57
|
+
More information can be found on the :material/help: **Documentation** page located in the **Resources** section.
|
|
56
58
|
''')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2025.02"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|