Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 878 Bytes

Amortization Schedule

Created an Amortization Scheduler using C++ implementing various Object Oriented conceptualisation along with front end vizualisation using a Python Notebook.

Execute using:

     g++ -pedantic-errors -std=c++11 scheduler.cpp introductionTextGenerator.cpp schedulePrint.cpp -o scheduler

     ./scheduler [PRINCIPAL] [RATE_OF_INTEREST] [NUMBER_OF_YEARS]

Example:

     ./scheduler 100000 5 30

Outputs and Viz (BASED ON EXAMPLE):

viz_plot

...

amort_1

...

amort_2

...

amort_3

...

amort_4

~~ Sankalok Sen ~~