Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simontreanor/fsharp.finance.personal
Personal finance functions written in F#
https://github.com/simontreanor/fsharp.finance.personal
apr interest-rate loan payment-schedule settlement unit-period
Last synced: about 2 months ago
JSON representation
Personal finance functions written in F#
- Host: GitHub
- URL: https://github.com/simontreanor/fsharp.finance.personal
- Owner: simontreanor
- License: gpl-3.0
- Created: 2023-11-13T14:58:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:41:56.000Z (3 months ago)
- Last Synced: 2024-10-17T08:45:10.007Z (3 months ago)
- Topics: apr, interest-rate, loan, payment-schedule, settlement, unit-period
- Language: F#
- Homepage: https://simontreanor.github.io/FSharp.Finance.Personal/
- Size: 2.87 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSharp.Finance.Personal
Personal-finance functions written in F#
This library helps you verify your personal finance events, including verifying and creating payment plans, repayment schedules
and interest calculations for things like mortgages, loans, hire purchases, debt consolidations, car loans, line of credit, etc.Initial features:
> APR calculation
> amortisation
This library operates partially in areas where business is regulated by various regulators.
Though every care has been taken to ensure the accuracy of the results, please independently validate the figures produced by it.
It is not audited or validated by any of the regulators.If you have any suggestions or corrections, please feel free to comment or create a pull request.
For commercial use the user might need an operating license and to fulfil various statutory and regulatory requirements,
none of which are conferred by the use of this library.NuGet package: https://www.nuget.org/packages/FSharp.Finance.Personal/
Documentation: https://simontreanor.github.io/FSharp.Finance.Personal/