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

Parameterize 25% on line 37 of AMT #3340

Merged
merged 16 commits into from
Dec 18, 2023

Conversation

SirMalamute
Copy link
Contributor

@SirMalamute SirMalamute commented Dec 1, 2023

Fixes #3278

🤖[deprecated] Generated by Copilot at 4eeb491

Summary

📱🛠️🌐

Add a new policy parameter ubi_amount to the US tax and benefit system. Implement a basic universal basic income (UBI) reform that replaces the standard deduction and personal exemption with a flat monthly payment. Update the reform_us.yaml file and the policyengine-us.ipynb notebook to demonstrate the UBI reform.

is_valid checks
refactored for clarity
autumn leaves falling

Walkthrough

  • Add a new parameter ubi_amount to the UBI reform function ()

@SirMalamute SirMalamute marked this pull request as draft December 1, 2023 04:18
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d8d5d2d) 99.10% compared to head (78eea71) 99.11%.
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3340      +/-   ##
==========================================
+ Coverage   99.10%   99.11%   +0.01%     
==========================================
  Files        1998     2031      +33     
  Lines       29088    29512     +424     
  Branches      163      163              
==========================================
+ Hits        28827    29252     +425     
+ Misses        224      223       -1     
  Partials       37       37              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PavelMakarchuk PavelMakarchuk marked this pull request as ready for review December 13, 2023 01:10
@PavelMakarchuk PavelMakarchuk merged commit ec3d51d into PolicyEngine:master Dec 18, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameterize 25% on line 37 of AMT
3 participants