https://github.com/335is/amortization
Command line program that calculates and displays a mortgage loan payment schedule
https://github.com/335is/amortization
amortization loan loan-calculator mortgage payment
Last synced: 5 months ago
JSON representation
Command line program that calculates and displays a mortgage loan payment schedule
- Host: GitHub
- URL: https://github.com/335is/amortization
- Owner: 335is
- License: mit
- Created: 2019-06-13T22:25:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T19:17:15.000Z (over 2 years ago)
- Last Synced: 2024-06-21T04:49:29.519Z (almost 2 years ago)
- Topics: amortization, loan, loan-calculator, mortgage, payment
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# amortization
Command line program that calculates and displays a mortgage loan payment schedule.
Takes command line input for the required variables.
## How to Use
Example:
.\amortization.exe -loan 500000 -rate 6.25 -term 360
## Command Line Parameters
| option | parameter type | description |
| ------ | -------------- | ----------- |
| -h | | display command line parameter usage |
| -extra | float | extra monthly principal in dollars |
| -loan | float | loan amount in dollars |
| -rate | float | interest rate in percentage |
| -term | int | loan duration in months |