Bond Ladder Calculator
- Prerequisites: You would need
git
,poetry
andstreamlit
- Checkout + Installtion:
git clone git@github.com:pathikrit/bond_ladder_calculator.git cd bond_ladder_calculator/ poetry install --with dev
- Download spreadsheet(s) of available bonds from Fidelity that you want: You can directly bookmark these 2 links from my Chrome extension that automates this.
- Run:
This will open a browser window:
poetry run streamlit run main.py
- You can use the above streamlit app to specify your Fidelity export files and specify target cashflow (see example in tests)