Skip to content

romaincaraes/bond-valuation-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bond Valuation with Python

A bond valuation webapp in Python.

Installation

Clone this repository :

git clone https://github.com/romaincaraes/bond-valuation-python
cd bond-valuation-python

You may want to use a virtual environment to keep a clean Python installation :

python3 -m venv venv/
source venv/bin/activate

Install the required dependencies :

pip3 install -r requirements.txt

Usage

To use the Bond Valuation web app, run the bond.py script in bond-valuation/ folder :

cd bond-valuation
streamlit run bond.py

A new tab should open in your browser :

Streamlit Web App Screenshot

Built With

  • Numpy - Fundamental package for scientific computing with Python,
  • Pandas - Library providing data structures and data analysis tools for Python,
  • Streamlit - Open-source app framework,

Dependencies

All the Python packages needed are listed in requirements.txt and on the Dependency Graph page.

License

This project is licensed under the MIT License.

Authors

See also the GitHub Contributors page.

About

A bond valuation webapp in Python

Topics

Resources

License

Stars

Watchers

Forks

Languages