PolicyEngine / policyengine-us-data

A package to create representative microdata for PolicyEngine US.
https://policyengine.github.io/policyengine-us-data/
1 stars 2 forks source link

Separate Alaska Permanent Fund Dividend payments from other miscellaneous income in the PUF #85

Open MaxGhenis opened 1 month ago

MaxGhenis commented 1 month ago

The IRS requires filers to enter Alaska Permanent Fund Dividend payments on line 8g of the 1040, part of line 8's other income section.

Currently, this is probably in the PUF's E01200 variable:

https://github.com/PolicyEngine/policyengine-us-data/blob/f109959cd81e4c06ea38187c747eb862383ff084/policyengine_us_data/datasets/puf/puf.py#L186

We need to separate it out, as we calculate PFD payments directly from the rules.

Deconstructing miscellaneous income into the various line 8 subsections would help in this.