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 175 forks source link

Supplemental Security Income (SSI) #243

Closed MaxGhenis closed 1 year ago

MaxGhenis commented 2 years ago

Here are examples of how SSI is calculated: https://www.ssa.gov/ssi/text-income-ussi.htm

CBPP says that it cost $60 billion in 2020.

SSI is calculated at the person level, or couple if married.

First pass at the computation tree:

Do we need a new entity type for this? e.g. named couple which is either an individual or them and their spouse.

MaxGhenis commented 1 year ago

Done