-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
CBO 2025 January baseline update #2874
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2874 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 2618 2618
=========================================
Hits 2618 2618
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
@jdebacker This PR is ready for review |
taxcalc/policy.py
Outdated
@@ -40,9 +40,9 @@ 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 = 2025 # last year for which indexed param vals are known | |||
LAST_KNOWN_YEAR = 2026 # last year for which indexed param vals are known |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the LAST_KNOWN_YEAR
stay at 2025? This PR doesn't update with IRS rounding rules.
Does |
@jdebacker Yes, I agree there should be a change in Already made the corresponding changes and pass the tests |
@jdebacker a follow up to see if this PR is good to merge |
@bodiyang Looks great! Thanks for this update. |
This PR is to update the model with CBO 2025 January baseline update.
New data files including grow factors, puf ratio & weight files are generated from Tax-Data's completed PR work