The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.
GNU Affero General Public License v3.0
103
stars
176
forks
source link
Supplemental Security Income (SSI) #243
Closed
MaxGhenis closed 1 year 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.