Skip to content

scripbox/ex-xirr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance

A library to calculate Xirr through the newton raphson 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, "~> 0.0.1"}] end

  2. Ensure finance is started before your application:

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

Documentation

The Documentation is available in hexdocs.pm

About

An Elixir package for calculating XIRR.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages