Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TCJA current-law policy #1803

Merged
merged 24 commits into from
Jan 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ed10aba
Add taxcalc/reforms/2017_law.json
martinholmer Dec 26, 2017
57eb601
TCJA->CLP: change _II_rt? values
martinholmer Dec 26, 2017
66bcbc8
Add preliminary taxcalc/reforms/2017_law.out
martinholmer Dec 26, 2017
7725cf7
TCJA->CLP: change _II_brk? values
martinholmer Dec 27, 2017
5718346
Add TCJA PT parameters to current_law_policy.json
martinholmer Dec 30, 2017
8fdb4bf
Add more TCJA parameters to current_law_policy.json
martinholmer Dec 30, 2017
f46bff4
Add more TCJA parameters to current_law_policy.json
martinholmer Dec 30, 2017
a54d714
Add TCJA DependentCrdit params to current_law_policy.json
martinholmer Dec 30, 2017
919e0df
Add TCJA AMT params to current_law_policy.json
martinholmer Dec 30, 2017
6feb914
Add TCJA ALD params to current_law_policy.json
martinholmer Dec 31, 2017
6c0f012
Add TCJA ID params to current_law_policy.json
martinholmer Dec 31, 2017
602d8af
Add _ID_Casualty_hc parameter
martinholmer Jan 1, 2018
47e2771
Add Policy _apply_clp_cpi_offset method
martinholmer Jan 1, 2018
f52c3b1
Add precision to current_law_policy.json
martinholmer Jan 1, 2018
fd24688
Mark unit test as a local_test
martinholmer Jan 1, 2018
0f17f15
Correct 2017_law.json reform and add reform documentation
martinholmer Jan 1, 2018
e297a4d
Reactivate all tests in test_reforms.py
martinholmer Jan 1, 2018
0a2683d
Add baseline to taxcalc/tests/reform.json entries
martinholmer Jan 2, 2018
c9759fd
Remove unneeded Calculator current_law_version method
martinholmer Jan 2, 2018
39969dd
Revert cpscsv_agg_expect.txt to 0.14.3 content
martinholmer Jan 2, 2018
16b7ff1
Merge branch 'master' into 2017-law-json
martinholmer Jan 11, 2018
6a5e52a
First changes caused by PR1818 and PR1819
martinholmer Jan 11, 2018
0d2c0d6
Remaining changes caused by PR1818 and PR1819
martinholmer Jan 11, 2018
3694366
Revert docs/index.html to 0.14.3 version
martinholmer Jan 11, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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