Skip to content

Commit

Permalink
Add extrapolation of PT_binc_w2_wages variable using AWAGE grow factor
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Apr 3, 2024
1 parent a7d8061 commit f54bc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taxcalc/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def _extrapolate(self, year):
for name in GrowFactors.VALID_NAMES:
gfv[name] = self.gfactors.factor_value(name, year)
# apply values to Records variables
self.PT_binc_w2_wages *= gfv['AWAGE']
self.e00200 *= gfv['AWAGE']
self.e00200p *= gfv['AWAGE']
self.e00200s *= gfv['AWAGE']
Expand Down

0 comments on commit f54bc5b

Please sign in to comment.