Skip to content

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

License

Notifications You must be signed in to change notification settings

sankalok/amortization-schedule

Repository files navigation

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 ~~

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published