owlplanner 2025.2.15__py3-none-any.whl → 2025.2.19__py3-none-any.whl
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/plan.py +5 -4
- owlplanner/version.py +1 -1
- {owlplanner-2025.2.15.dist-info → owlplanner-2025.2.19.dist-info}/METADATA +1 -1
- {owlplanner-2025.2.15.dist-info → owlplanner-2025.2.19.dist-info}/RECORD +6 -6
- {owlplanner-2025.2.15.dist-info → owlplanner-2025.2.19.dist-info}/WHEEL +0 -0
- {owlplanner-2025.2.15.dist-info → owlplanner-2025.2.19.dist-info}/licenses/LICENSE +0 -0
owlplanner/plan.py
CHANGED
|
@@ -306,10 +306,8 @@ class Plan(object):
|
|
|
306
306
|
endyear = thisyear + self.horizons[i] - 1
|
|
307
307
|
self.mylog.vprint(f"{self.inames[i]:>14}: life horizon from {thisyear} -> {endyear}.")
|
|
308
308
|
|
|
309
|
-
# Prepare
|
|
309
|
+
# Prepare RMD time series.
|
|
310
310
|
self.rho_in = tx.rho_in(self.yobs, self.N_n)
|
|
311
|
-
self.sigma_n, self.theta_tn, self.Delta_tn = tx.taxParams(self.yobs, self.i_d, self.n_d,
|
|
312
|
-
self.N_n, self.yTCJA)
|
|
313
311
|
|
|
314
312
|
# If none was given, default is to begin plan on today's date.
|
|
315
313
|
self._setStartingDate(startDate)
|
|
@@ -452,6 +450,7 @@ class Plan(object):
|
|
|
452
450
|
self.mylog.vprint(f"Setting TCJA expiration year to {yTCJA}.")
|
|
453
451
|
self.yTCJA = yTCJA
|
|
454
452
|
self.caseStatus = "modified"
|
|
453
|
+
self._adjustedParameters = False
|
|
455
454
|
|
|
456
455
|
def setLongTermCapitalTaxRate(self, psi):
|
|
457
456
|
"""
|
|
@@ -990,9 +989,11 @@ class Plan(object):
|
|
|
990
989
|
|
|
991
990
|
if not self._adjustedParameters:
|
|
992
991
|
self.mylog.vprint("Adjusting parameters for inflation.")
|
|
992
|
+
self.sigma_n, self.theta_tn, self.Delta_tn = tx.taxParams(self.yobs, self.i_d, self.n_d,
|
|
993
|
+
self.N_n, self.yTCJA)
|
|
994
|
+
self.sigmaBar_n = self.sigma_n * self.gamma_n[:-1]
|
|
993
995
|
self.DeltaBar_tn = self.Delta_tn * self.gamma_n[:-1]
|
|
994
996
|
self.zetaBar_in = self.zeta_in * self.gamma_n[:-1]
|
|
995
|
-
self.sigmaBar_n = self.sigma_n * self.gamma_n[:-1]
|
|
996
997
|
self.xiBar_n = self.xi_n * self.gamma_n[:-1]
|
|
997
998
|
self.piBar_in = self.pi_in
|
|
998
999
|
for i in range(self.N_i):
|
owlplanner/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2025.02.
|
|
1
|
+
__version__ = "2025.02.19"
|
|
@@ -2,16 +2,16 @@ owlplanner/__init__.py,sha256=QqrdT0Qks20osBTg7h0vJHAxpP9lL7DA99xb0nYbtw4,254
|
|
|
2
2
|
owlplanner/abcapi.py,sha256=LbzW_KcNy0IeHp42MUHwGu_H67B2h_e1_vu-c2ACTkQ,6646
|
|
3
3
|
owlplanner/config.py,sha256=Yzi_Xivd_EFfuHklIoQ-LNqKCxF2ruc8p-Il_HVgEaw,11817
|
|
4
4
|
owlplanner/logging.py,sha256=tYMw04O-XYSzjTj36fmKJGLcE1VkK6k6oJNeqtKXzuc,2530
|
|
5
|
-
owlplanner/plan.py,sha256=
|
|
5
|
+
owlplanner/plan.py,sha256=FH16r5-VgpmNIntAcV4oxpDwORxWRmXqYpDIAmdUgwU,113561
|
|
6
6
|
owlplanner/progress.py,sha256=8jlCvvtgDI89zXVNMBg1-lnEyhpPvKQS2X5oAIpoOVQ,384
|
|
7
7
|
owlplanner/rates.py,sha256=TN407qU4n-bac1oymkQ_n2QKEPwFQxy6JZVGwgIkLQU,15585
|
|
8
8
|
owlplanner/tax2025.py,sha256=B-A5eU3wxdcAaxRCbT3qI-JEKoD_ZeNbg_86XhNdQEI,7745
|
|
9
9
|
owlplanner/timelists.py,sha256=tYieZU67FT6TCcQQis36JaXGI7dT6NqD7RvdEjgJL4M,4026
|
|
10
10
|
owlplanner/utils.py,sha256=HM70W60qB41zfnbl2LltNwAuLYHyy5XYbwnbNcaa6FE,2351
|
|
11
|
-
owlplanner/version.py,sha256=
|
|
11
|
+
owlplanner/version.py,sha256=Hzg91vFrm20nzeHuT9pblaGfwSjRgv3vebQPbImE-iw,28
|
|
12
12
|
owlplanner/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
owlplanner/data/rates.csv,sha256=6fxg56BVVORrj9wJlUGFdGXKvOX5r7CSca8uhUbbuIU,3734
|
|
14
|
-
owlplanner-2025.2.
|
|
15
|
-
owlplanner-2025.2.
|
|
16
|
-
owlplanner-2025.2.
|
|
17
|
-
owlplanner-2025.2.
|
|
14
|
+
owlplanner-2025.2.19.dist-info/METADATA,sha256=P2d1EnFOkSlwiiz0FUNO2nAHXu54IPj8-kPLU1-4IZo,53506
|
|
15
|
+
owlplanner-2025.2.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
owlplanner-2025.2.19.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
17
|
+
owlplanner-2025.2.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|