danielyaa5 / housing-profit-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goal

Calculate the growth of a home investment vs an index fund

Requirements

Installation

pyenv virtualenv <name>
pyenv activate <name>
pip install -r requirements.txt

Example Usage

python main.py -i scenarios/house.yaml
open output/house.csv

Notes

  • The tax benefit calculation logic was only built to work for CA. Any PRs to help introduce other states are welcome.

About


Languages

Language:Python 100.0%