Skip to content

Commit

Permalink
fix implementation of HC CTC expansion in functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHJensen committed Nov 7, 2016
1 parent f15e9af commit 8258dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taxcalc/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,9 @@ def AdditionalCTC(n24, prectc, _earned, c07220, ptax_was,
if nu05 == 0:
ACTC_rate = ACTC_rt
else:
ACTC_rate += ACTC_rt_bonus_under5family
ACTC_rate = ACTC_rt + ACTC_rt_bonus_under5family
c82890 = ACTC_rate * c82885
# Part II of 2005 Form 8812
# Part II of 2005 Foreignorm 8812
if n24 >= ACTC_ChildNum and c82890 < c82935:
c82900 = 0.5 * ptax_was
c82905 = c03260 + e09800
Expand Down

0 comments on commit 8258dfd

Please sign in to comment.