Skip to content

nickych/Streamlit_Mortgage-Repayments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mortgage Repayments Calculator

This is a Streamlit calculates application mortgage repayments based on user input and provides a payment schedule and visualizations.

Features

  • Input Data: Users can input the home value, deposit amount, interest rate, and loan term.
  • Repayment Calculations: Displays monthly repayments, total repayments, and total interest.
  • Payment Schedule: Provides a detailed schedule of monthly payments including principal and interest.
  • Visualization: Shows a line chart of the remaining balance over time.

Requirements

  • Python 3.6 or higher
  • Streamlit
  • Pandas
  • Matplotlib

Installation

  1. Clone the repository:
    git clone https://github.com/nickych/Mortgage-Repayments.git
    
  2. Navigate to the project directory:
     cd project-directory
    
  3. Install the required dependencies:
     pip install streamlit pandas matplotlib
    
  4. Run the Streamlit application:
     streamlit run mortgage_math.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages