Skip to content

A library to calculate Xirr through the bisection method using parallel processes.

Notifications You must be signed in to change notification settings

tubedude/finance-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance

Build StatusCoverage Status

A library to calculate Xirr through the bisection method using parallel processes.

Installation

The package can be installed as:

  1. Add finance to your list of dependencies in mix.exs:

    def deps do [{:finance, git: "https://github.com/resuelve/finance-elixir.git", tag: "1.0"}] end

  2. Ensure finance is started before your application:

    def application do [applications: [:finance]] end

Documentation

The Documentation is available in hexdocs.pm

About

A library to calculate Xirr through the bisection method using parallel processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages