From 5b1e025d88b0789af3f8963e74b7ca67e477e116 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 13 Nov 2016 05:17:57 +0000 Subject: [PATCH] commit all archived files --- README.md | 10 ++++ dist-archive/surcharge-calculator.html | 74 ++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 README.md create mode 100644 dist-archive/surcharge-calculator.html 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