Skip to content

Commit

Permalink
Merge pull request #352 from PSLmodels/update-exam-2022
Browse files Browse the repository at this point in the history
Update 2022 examination results using Tax-Calculator version 4.4.1
  • Loading branch information
martinholmer authored Feb 28, 2025
2 parents ab77294 + 912aacd commit b1fe92e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name="tmd",
version="0.7.0",
version="0.8.0",
packages=find_packages(),
python_requires=">=3.10,<3.13",
install_requires=[
"policyengine_us==1.55.0",
"tables", # required by policyengine_us
"taxcalc>=4.3.5",
"taxcalc>=4.4.1",
"scikit-learn",
"torch",
"tensorboard",
Expand Down
10 changes: 5 additions & 5 deletions tmd/examination/2022/results.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Phase 6 National and Selected State Data Examination Results
============================================================

**RESULTS AS OF 2025-01-16**
**RESULTS AS OF 2025-02-28**

In the table below, Phase 6 US and selected state TMD estimates for
2022 are compared with IRS/SOI tabulations of 2022 sampled federal
Expand All @@ -15,18 +15,18 @@ details on the TMD and IRS/SOI estimates.
| ---: | ---: | ---: | ---: |
| US | 2289.792 | 2250.798 | +1.7 |
| | | | |
| AK | 3.796 | 4.114 | -7.7 |
| AK | 3.799 | 4.114 | -7.7 |
| MN | 38.722 | 37.221 | +4.0 |
| NJ | 82.935 | 84.148 | -1.4 |
| NJ | 82.933 | 84.148 | -1.4 |
| NM | 7.416 | 7.840 | -5.4 |
| SC | 24.706 | 25.518 | -3.2 |
| VA | 61.405 | 61.516 | -0.2 |
| VA | 61.399 | 61.516 | -0.2 |

<br>

**Sources**:

The 2022 TMD estimates are generated using Tax-Calculator by the
The 2022 TMD estimates are generated using Tax-Calculator 4.4.1 by the
[`generate_tmd_results.sh`](./generate_tmd_results.sh) script.

The SOI estimates are taken directly from the "All returns" "Total tax
Expand Down

0 comments on commit b1fe92e

Please sign in to comment.