PolicyEngine / policyengine-us

The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.
https://policyengine.org/us
GNU Affero General Public License v3.0
102 stars 174 forks source link

Adopt a consistent `is_*_eligible` or `*_eligible` standard #4771

Open MaxGhenis opened 1 month ago

PavelMakarchuk commented 1 month ago

We have used both in the past, for benefit programs we have used is_x_eligible in the past but I think the following structure could be good to adapt: is_x_eligible - person level eligibility x_eligible - TaxUnit/SpmUnit/Household level eligibility

MaxGhenis commented 1 month ago

Why?