Open MaxGhenis opened 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:
E01200
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.
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.