https://github.com/dpguthrie/loan-comparison
https://github.com/dpguthrie/loan-comparison
banking flask plotly python
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpguthrie/loan-comparison
- Owner: dpguthrie
- License: mit
- Created: 2017-10-27T15:00:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:39:17.000Z (over 3 years ago)
- Last Synced: 2025-02-23T03:28:53.441Z (over 1 year ago)
- Topics: banking, flask, plotly, python
- Language: Python
- Homepage: https://loan-comparison.herokupapp.com
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loan Comparison
Given predicted rate increases over the next 10 years, find appropriate loan pricing for several different loan types: fixed, variable, and fixed with a rate reset. The results will show that the lending bank would be indifferent to whichever loan the customer chooses as total interest income over the life of the loan is equal in all scenarios.
## TODO
* Error handling within the form. Maximum term amount can only be 120 months (10 years)
* Retrieve proxy rates from database
* Updated dictionary that allows for more dynamic loop in index.html
## Built With
* Flask
* Plotly
## Demo
[Loan Comparison](https://loan-comparison.herokuapp.com)
## Acknowledgements
[Chris Moffitt](https://github.com/chris1610)