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

cmbtp value #438

Open
bodiyang opened this issue Feb 2, 2024 · 1 comment
Open

cmbtp value #438

bodiyang opened this issue Feb 2, 2024 · 1 comment

Comments

@bodiyang
Copy link
Collaborator

bodiyang commented Feb 2, 2024

Issue:

The output variable cmbtp (estimate of income on AMT Form 6251 but not in AGI) is showing a highly wavering range, from Minimum -23842830 to Maximum 83355100, with expected aggregate SUM 4308354591.

cmbtp matches with line 3 of the form 6251

Would this bring us concerns? ~ because a skewed cmbtp value might lead to consequences in the AMT liability calculation.

@bodiyang
Copy link
Collaborator Author

bodiyang commented Feb 2, 2024

Analysis:

The "wavering" cmbtp variable will not have consequence on the AMT liability calculation. The possible consequence we may have is the aggregate value of cmbtp itself.

cmbtp is calculated in finalprep.py, cmbtp_standard = e62100 (AMT taxable income) - e00100 (AGI) + e00700 (Taxable refunds of state and local income taxes)

e62100, the AMT taxable income, a variable in PUF, is a blow-up factor in Tax-Data's extrapolation process. So the aggregate of AMT taxable income can be guaranteed. cmbtp, on the other hand, is essentially an intermediated variable, in Tax-Data. cmbpt is dependent upon the AMT taxable income, not the other way around.

So the only possible consequence from a skewed cmbtp is the aggregate of itself. If we care about cmbtp, a solution is to find if there any tax statistics (from SOI estimate, etc.) about this variable, and bring it in as a target in Tax-Data.

@bodiyang bodiyang changed the title cmbtp value cmbtp value Feb 2, 2024
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

No branches or pull requests

1 participant