{"id":13412845,"url":"https://github.com/alpeb/go-finance","last_synced_at":"2025-08-03T14:34:18.115Z","repository":{"id":37502754,"uuid":"93074935","full_name":"alpeb/go-finance","owner":"alpeb","description":"Go library containing a collection of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.","archived":false,"fork":false,"pushed_at":"2021-12-02T20:16:28.000Z","size":28,"stargazers_count":177,"open_issues_count":0,"forks_count":23,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-20T21:45:19.565Z","etag":null,"topics":["fintech","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"alpeb"}},"created_at":"2017-06-01T15:58:33.000Z","updated_at":"2024-10-17T03:20:09.000Z","dependencies_parsed_at":"2022-07-26T04:32:11.888Z","dependency_job_id":null,"html_url":"https://github.com/alpeb/go-finance","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpeb%2Fgo-finance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpeb%2Fgo-finance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpeb%2Fgo-finance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpeb%2Fgo-finance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpeb","download_url":"https://codeload.github.com/alpeb/go-finance/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221673816,"owners_count":16861710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fintech","golang"],"created_at":"2024-07-30T20:01:29.987Z","updated_at":"2024-10-27T12:12:59.908Z","avatar_url":"https://github.com/alpeb.png","language":"Go","funding_links":["https://github.com/sponsors/alpeb"],"categories":["Financial","金融领域相关库","金融","Relational Databases","Go","金融领域相关库`处理货币与金融领域的库`","Calculators \u0026 Tax"],"sub_categories":["Search and Analytic Databases","Advanced Console UIs","SQL 查询语句构建库","检索及分析资料库"],"readme":"# go-finance [![GoDoc](https://godoc.org/github.com/alpeb/go-finance?status.svg)](https://godoc.org/github.com/alpeb/go-finance/fin) [![Go Report Card](https://goreportcard.com/badge/github.com/alpeb/go-finance)](https://goreportcard.com/report/github.com/alpeb/go-finance)\nGo library containing a collection of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.\n\n## List of functions\n\n### Rates\n\n- [EffectiveRate](https://godoc.org/github.com/alpeb/go-finance/fin#EffectiveRate)\n- [NominalRate](https://godoc.org/github.com/alpeb/go-finance/fin#NominalRate)\n\n### Cashflow\n\n- [NetPresentValue](https://godoc.org/github.com/alpeb/go-finance/fin#NetPresentValue)\n- [InternalRateOfReturn](https://godoc.org/github.com/alpeb/go-finance/fin#InternalRateOfReturn)\n- [ModifiedInternalRateOfReturn](https://godoc.org/github.com/alpeb/go-finance/fin#ModifiedInternalRateOfReturn)\n- [ScheduledNetPresentValue](https://godoc.org/github.com/alpeb/go-finance/fin#ScheduledNetPresentValue)\n- [ScheduledInternalRateOfReturn](https://godoc.org/github.com/alpeb/go-finance/fin#ScheduledInternalRateOfReturn)\n\n### TVM\n\n- [PresentValue](https://godoc.org/github.com/alpeb/go-finance/fin#PresentValue)\n- [FutureValue](https://godoc.org/github.com/alpeb/go-finance/fin#FutureValue)\n- [Payment](https://godoc.org/github.com/alpeb/go-finance/fin#Payment)\n- [Periods](https://godoc.org/github.com/alpeb/go-finance/fin#Periods)\n- [Rate](https://godoc.org/github.com/alpeb/go-finance/fin#Rate)\n- [InterestPayment](https://godoc.org/github.com/alpeb/go-finance/fin#InterestPayment)\n- [PrincipalPayment](https://godoc.org/github.com/alpeb/go-finance/fin#PrincipalPayment)\n\n### Bonds\n\n- [DaysDifference](https://godoc.org/github.com/alpeb/go-finance/fin#DaysDifference)\n- [DaysPerYear](https://godoc.org/github.com/alpeb/go-finance/fin#DaysPerYear)\n- [TBillEquivalentYield](https://godoc.org/github.com/alpeb/go-finance/fin#TBillEquivalentYield)\n- [TBillPrice](https://godoc.org/github.com/alpeb/go-finance/fin#TBillPrice)\n- [TBillYield](https://godoc.org/github.com/alpeb/go-finance/fin#TBillYield)\n- [DiscountRate](https://godoc.org/github.com/alpeb/go-finance/fin#DiscountRate)\n- [PriceDiscount](https://godoc.org/github.com/alpeb/go-finance/fin#PriceDiscount)\n\n### Depreciation\n\n- [DepreciationFixedDeclining](https://godoc.org/github.com/alpeb/go-finance/fin#DepreciationFixedDeclining)\n- [DepreciationSYD](https://godoc.org/github.com/alpeb/go-finance/fin#DepreciationSYD)\n- [DepreciationStraightLine](https://godoc.org/github.com/alpeb/go-finance/fin#DepreciationStraightLine)\n\n## Docs\n\nCheckout the full [docs](https://godoc.org/github.com/alpeb/go-finance/fin).\n\nAlso check this excellent blog post [Learning finance concepts using\ngo-finance](https://blog.aawadia.dev/2020/11/30/finance-concepts-go-finance/)\nfor some examples and a general intro.\n\n## License\n\n[Mozilla Public License 2.0](https://github.com/alpeb/go-finance/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpeb%2Fgo-finance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpeb%2Fgo-finance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpeb%2Fgo-finance/lists"}