Skip to content

The `gofin` package includes functions for calculating compound interest, present value, future value, net present value, internal rate of return, and many other financial calculations. These functions are implemented using industry-standard formulas and algorithms, ensuring accurate and reliable results.

License

Notifications You must be signed in to change notification settings

lazarospsa/gofin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFin

Status GitHub Issues GitHub Pull Requests License Go Report Card


GoFin is a Go package for financial calculations and operations.

📝 Table of Contents

🧐 About

The gofin package provides a collection of financial functions for performing various calculations related to finance. This package is designed to simplify financial calculations and provide a convenient way to handle common financial operations.

The gofin package includes functions for calculating compound interest, present value, future value, net present value, internal rate of return, and many other financial calculations. These functions are implemented using industry-standard formulas and algorithms, ensuring accurate and reliable results.

By using the gofin package, developers can easily incorporate financial calculations into their applications without having to write complex formulas from scratch. This package is suitable for a wide range of financial applications, including investment analysis, loan calculations, retirement planning, and more.

Installing

To install GoFin, use the following command:

go get github.com/lazarospsa/gofin

After that you just import it in your project and you can use the functions.

🎈 Usage

package main

import (
	"fmt"
	gofin "github.com/lazarospsa/gofin"
)

func main() {
	fmt.Println(gofin.FutureValue(1000, 0.05, 10))
}

⛏️ Built Using

  • Go - Programming Language

✍️ Authors

See also the list of contributors who participated in this project.

About

The `gofin` package includes functions for calculating compound interest, present value, future value, net present value, internal rate of return, and many other financial calculations. These functions are implemented using industry-standard formulas and algorithms, ensuring accurate and reliable results.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages