Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 605 Bytes

JNFinanceCalculator

JNFinanceCalculator is a Swift 3.0 program that calculates

  • Monthly Repayment
  • Total interest accrued value
  • Total Repayment Figure

How to use

To use this software just drop the JNLoanCalculator class into your project, initialise a JNLoanCalculator object, populate the properties and run the calculate function.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT