Hacker News new | ask | show | jobs
by davidpolberger 2478 days ago
I created a version with sliders, making it easier to experiment:

https://connect.calcapp.net/?app=atzggn

Also, you don't have to duplicate the spreadsheet to make it editable, you can just use it straight away.

(Disclaimer: I created it with Calcapp, which is a SaaS product I built.)

3 comments

Cool experiment.

I don't agree with how you say that 10% is the Quoted Interest Rate, because Stripe isn't doing that. They are saying they have a fixed fee. "Interest rate" means it compounds.

If the HN hive mind can agree on better terminology, I'd be happy to update the calculator.
I would say something like "Loan fee as a percent of amount lent" or (if you wanted to keep it consistent) "Fixed fee as a percent of Principal"
That’s a super neat app for excel a junky - bookmarked!
Glad you like it. If you or anyone else need a calculator to share on Hacker News, let me know and I'll make sure it can be launched an unlimited number of times for free. (Otherwise, you'll quickly bump into the limits of our free plan.)
Perhaps add a <noscript> tag to your calculator - otherwise it is just a blank page with JavaScript disabled!
There is actually a <noscript> element, but it isn't showing because the CSS opacity of the <body> element is set to 0. That's a fairly recent change which inadvertently broke the <noscript> text. We'll need to look into what we can do to fix it.