Skip to content

Commit

Permalink
docs: add rounding errors warning
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRibeiro authored Aug 26, 2022
1 parent 5750fc9 commit c1615a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ I don't know, but I had to use a lot of it. I found out throughout this exercise

Since calculating the interest rate is a hurdle, I broke down the code into [interest rate](src/interestRate.ts) and [mortgage](src/mortgage.ts)-specific files. They contain all functions necessary to perform their respective responsibilities. I linked the sources of all formulas throughout the source code.

I'm writing tests and validating my outputs with the following calculators:
I'm writing tests and validating my outputs with the following calculators. Notice, however, that your mileage may vary because of rounding errors:

- https://itools-ioutils.fcac-acfc.gc.ca/MC-CH/MCCalc-CHCalc-eng.aspx
- https://www.mortgagecalculator.org/calcs/canadian.php



## Running the service

You can run this project in three different ways. Spinning up a local server, invoking the function with mock data or deploying to AWS. However you choose, first, you must install the project's dependencies:
Expand Down

0 comments on commit c1615a7

Please sign in to comment.