.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/ci.yml
fisi/__init__.py
fisi/assets.py
fisi/base.py
fisi/constants.py
fisi/events.py
fisi/flows.py
fisi/growth.py
fisi/model.py
fisi/taxes.py
fisi.egg-info/PKG-INFO
fisi.egg-info/SOURCES.txt
fisi.egg-info/dependency_links.txt
fisi.egg-info/requires.txt
fisi.egg-info/top_level.txt
fisi/data/historic_annual_growth_rates.csv
notebooks/walkthrough.ipynb
tests/conftest.py
tests/test_assets.py
tests/test_base.py
tests/test_events.py
tests/test_flows.py
tests/test_growth.py
tests/test_model.py
tests/test_utilities.py