Skip to content

Commit

Permalink
Merge pull request #1803 from martinholmer/2017-law-json
Browse files Browse the repository at this point in the history
Make TCJA current-law policy
  • Loading branch information
martinholmer authored Jan 11, 2018
2 parents b74bab7 + 3694366 commit c18f61f
Show file tree
Hide file tree
Showing 32 changed files with 1,753 additions and 552 deletions.
10 changes: 0 additions & 10 deletions taxcalc/calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,16 +865,6 @@ def decile_graph(self, calc):
title='')
return fig

def current_law_version(self):
"""
Return Calculator object same as self except with current-law policy.
"""
return Calculator(policy=self.policy.current_law_version(),
records=self.records,
sync_years=False,
consumption=self.consumption,
behavior=self.behavior)

@staticmethod
def read_json_param_objects(reform, assump):
"""
Expand Down
Loading

0 comments on commit c18f61f

Please sign in to comment.