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

update inflation policy parameter values for the year 2020, 2021, 2022 #2633

Merged
merged 41 commits into from
Mar 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
84080d5
add 2022 inflation policy form
Nov 21, 2021
d69ce6a
fix several format problems in original files
Nov 29, 2021
1d2b748
initial commit: update parameters (partly) of Tax Rate, Capital Gains…
Dec 8, 2021
f63099a
delete the tax files which was misuploaded
Dec 8, 2021
e310e87
W-2 paramupdates for year 2020 & 2021
Dec 20, 2021
e9e5dc9
Form 6251 param update for year 2020 & 2021
Jan 6, 2022
a591e6b
Form 8863 param update for year 2020 & 2021
Jan 7, 2022
43e45a1
Form 8812 param update of year 2020 & 2021
Jan 7, 2022
cd2f0da
Form 1040 param update for year 2020 & 2021
Jan 18, 2022
d15ce2d
run ppp.py to add the new 2026 parameter values
Jan 25, 2022
1b28a85
policy.py update for last_known_year
Jan 25, 2022
c5d6569
modified TCJA.json to pass the test -- uncompleted
Feb 7, 2022
8772b03
changes in TCJA.json file to pass the test -- issues unsolved
Feb 11, 2022
a2a64ce
correct EITC max age
Feb 16, 2022
f0b18f9
EITC max age, year 2022
Feb 16, 2022
06f6269
update TCJA for newly index params
jdebacker Feb 19, 2022
2a60efb
read all reforms from files
jdebacker Feb 19, 2022
3fe5ccc
Merge remote-tracking branch 'bodi/2022-inflation-update' into pr-2633
jdebacker Feb 19, 2022
85ba495
add more recent policy change json files
jdebacker Feb 19, 2022
1a06b06
fix typos
jdebacker Feb 19, 2022
847e5b9
update expected reform results
jdebacker Feb 19, 2022
5355732
add ARPA reform file
jdebacker Feb 19, 2022
26f84bd
add apra expected output
jdebacker Feb 19, 2022
9cc8df1
add expected cares act output
jdebacker Feb 19, 2022
80d9089
add CAA 2021 expected output
jdebacker Feb 19, 2022
bd08369
Merge pull request #1 from jdebacker/pr-2633
bodiyang Feb 24, 2022
b551c21
solve test_agg testing error
Feb 25, 2022
42953ee
changing .out.csv files to pass the test
Mar 1, 2022
d8b7e5e
updat expected puf files
jdebacker Mar 2, 2022
e527110
fix div by zero error
jdebacker Mar 2, 2022
0bb4e3d
Merge pull request #2 from jdebacker/pr-2633
bodiyang Mar 2, 2022
8c1b609
update changes
Mar 9, 2022
a6ed6ce
changes to pass the test after updating CG_brk
Mar 11, 2022
25cf323
update puf expected results
jdebacker Mar 11, 2022
be5345d
Merge branch 'master' into 2022-inflation-update
bodiyang Mar 14, 2022
daa8a05
change to pass the test after merge
Mar 14, 2022
33fdfbc
updates from master
jdebacker Mar 14, 2022
56e0c9a
update package info
jdebacker Mar 14, 2022
cc986a4
add updates from bodi
jdebacker Mar 14, 2022
f7254cc
update puf results
jdebacker Mar 15, 2022
d058cb2
Merge pull request #3 from jdebacker/pr-2633
bodiyang Mar 15, 2022
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
42 changes: 21 additions & 21 deletions taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,30 +1,10 @@
Metadata-Version: 1.1
Metadata-Version: 2.1
Name: taxcalc
Version: 3.2.1
Summary: taxcalc
Home-page: https://github.com/PSLmodels/Tax-Calculator
Author: UNKNOWN
Author-email: UNKNOWN
License: CC0 1.0 Universal public domain dedication
Download-URL: https://github.com/PSLmodels/Tax-Calculator
Description: [![PSL cataloged](https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg)](https://www.PSLmodels.org)
[![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Build Status](https://travis-ci.org/PSLmodels/Tax-Calculator.svg?branch=master)](https://travis-ci.org/PSLmodels/Tax-Calculator)
[![Codecov](https://codecov.io/gh/PSLmodels/Tax-Calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/PSLmodels/Tax-Calculator)


Tax-Calculator
==============

Tax-Calculator is an open-source microsimulation model for static
analysis of USA federal income and payroll taxes.

We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer,
contact matt.jensen@aei.org or jump right in.

Complete documentation is available
[here](https://PSLmodels.github.io/Tax-Calculator/).

Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Expand All @@ -37,3 +17,23 @@ Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules

[![PSL cataloged](https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg)](https://www.PSLmodels.org)
[![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Build Status](https://travis-ci.org/PSLmodels/Tax-Calculator.svg?branch=master)](https://travis-ci.org/PSLmodels/Tax-Calculator)
[![Codecov](https://codecov.io/gh/PSLmodels/Tax-Calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/PSLmodels/Tax-Calculator)


Tax-Calculator
==============

Tax-Calculator is an open-source microsimulation model for static
analysis of USA federal income and payroll taxes.

We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer,
contact matt.jensen@aei.org or jump right in.

Complete documentation is available
[here](https://PSLmodels.github.io/Tax-Calculator/).


2 changes: 1 addition & 1 deletion taxcalc/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class instance: Policy
DEFAULTS_FILE_NAME = 'policy_current_law.json'
DEFAULTS_FILE_PATH = os.path.abspath(os.path.dirname(__file__))
JSON_START_YEAR = 2013 # remains the same unless earlier data added
LAST_KNOWN_YEAR = 2019 # last year for which indexed param vals are known
LAST_KNOWN_YEAR = 2022 # last year for which indexed param vals are known
# should increase LAST_KNOWN_YEAR by one every calendar year
LAST_BUDGET_YEAR = 2031 # last extrapolation year
# should increase LAST_BUDGET_YEAR by one every calendar year
Expand Down
Loading