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

Drop p87482 (AmOpp expense) variable from puf.csv file? #742

Closed
martinholmer opened this issue May 12, 2016 · 1 comment
Closed

Drop p87482 (AmOpp expense) variable from puf.csv file? #742

martinholmer opened this issue May 12, 2016 · 1 comment

Comments

@martinholmer
Copy link
Collaborator

The p87482 (American Opportunity qualified expense) variable is in the puf.csv file but is not "aged". It is used in the tax calculations in the AmOppCr function, but when puf == True this calculation has no effect on tax liability because the American Opportunity credit is set to the "aged" value of the p87521 variable, which is also in the puf.csv file.

Given this situation, is there any reason to keep the p87482 variable in the puf.csv file?

Even If the p87482 variable is removed from the puf.csv file, it will remain in the VALID_READ_VARS set (along with the other three student expense variables, p87487, p87492, p87497, which will be moved from the CALCULATED_VARS set). This will allow other datasets to specify the expenses for up to four students and calculate the credit from the expenses when puf == False.

Is there a better way to handle these matters?

@MattHJensen @feenberg @Amy-Xu @GoFroggyRun

@martinholmer martinholmer changed the title Drop p87482 (AmOpp expenses) variable from puf.csv file? Drop p87482 (AmOpp expense) variable from puf.csv file? May 12, 2016
@martinholmer
Copy link
Collaborator Author

Issue #742 has been resolved by pull request #747.

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