diff --git a/README.md b/README.md new file mode 100644 index 0000000..63945a4 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# surcharge-calculator + +![](https://img.shields.io/badge/written%20in-Javascript-blue) + +Determine what surcharge is worth paying in order to offset a loan. + + +## Download + +- [⬇️ surcharge-calculator.html](dist-archive/surcharge-calculator.html) *(1.88 KiB)* diff --git a/dist-archive/surcharge-calculator.html b/dist-archive/surcharge-calculator.html new file mode 100644 index 0000000..ae8ba3f --- /dev/null +++ b/dist-archive/surcharge-calculator.html @@ -0,0 +1,74 @@ + + + + + + + +
+ Surcharge: % +
+ Debt rate: % p.a. +
+ Reward rate: % +
+ Debt compounding period: Day(s) +
+ Interest free days: Day(s) +
+ +
+ +
+
+ + + + \ No newline at end of file