JNFinanceCalculator is a Swift 3.0 program that calculates
- Monthly Repayment
- Total interest accrued value
- Total Repayment Figure
To use this software just drop the JNLoanCalculator class into your project, initialise a JNLoanCalculator object, populate the properties and run the calculate function.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
MIT