module
0.0.0-20211202201625-e4f601ef4382
Repository: https://github.com/alpeb/go-finance.git
Documentation: pkg.go.dev
# README
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.
List of functions
Rates
Cashflow
- NetPresentValue
- InternalRateOfReturn
- ModifiedInternalRateOfReturn
- ScheduledNetPresentValue
- ScheduledInternalRateOfReturn
TVM
Bonds
Depreciation
Docs
Checkout the full docs.
Also check this excellent blog post Learning finance concepts using go-finance for some examples and a general intro.
License
# Packages
Package fin is a library containing a collection of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.