Introducing go-financial π !
Content
Overview
Demo
Overview
At Razorpay , we recently worked on building a collection system.
For that, we needed an amortization schedule generator in go .
Currently, in go, there are no packages which offer complete solution to this problem....
depthbybreath.hashnode.dev4 min read
Luciano Mammino
Cloud & Fullstack Web developer
Great article and library.
I actually did something quite similar for JavaScript/TypeScript that works on the browser, node.js and Deno: github.com/lmammino/financial
Mentioning this because it might be a useful comparison in terms of implementation (simpler than numpy) and tests.