-
Slightly-related CLI I created: https://github.com/whyboris/mortgage-and-investments
Helped me compare different approaches to balancing paying off the mortgage vs investing.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
https://github.com/alpeb/go-finance
Go library containing a collection of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. (by alpeb)
For the developers, there is a really nice go library with these formulae https://github.com/alpeb/go-finance
A guide is here: https://blog.aawadia.dev/2020/12/01/finance-concepts-go-fina...
-