Calculate the growth of a home investment vs an index fund
pyenv virtualenv <name>
pyenv activate <name>
pip install -r requirements.txt
python main.py -i scenarios/house.yaml
open output/house.csv
- The tax benefit calculation logic was only built to work for CA. Any PRs to help introduce other states are welcome.