Skip to content

sububer/fintech_challenge_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loan Analyzer Application - Challenge 01

This is a python application which uses some of the fundamentals (print, conditionals, lists, dictionaries, functions) that were taught in the first module of the FinTech Bootcamp. The application works by analyzing a list of loans, and calculating and outputting the present value. Addittionally, it looks through a dictionary of loan types, and writes to a file inexpensive_loans.csv the loans which are less than or equal to $500.

The csv file format is:

"loan_price", "remaining_months", "repayment_interval", "future_value"

Technologies

This challenge uses python 3.7 and the csv and pathlib modules, which are built-in.


Installation

Clone this repo, and cd into the GitHub_Upload directory. Then run:

python loan_analyzer.py

Output should look similar to below, and you should see the .csv file inexpensive_loans.csv written in same directory after execution.

'Example Program Output'


Contributors

David Lopez


License

MIT

About

challenge 01

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages