A library to calculate Xirr through the bisection method using parallel processes.
The package can be installed as:
-
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
-
Ensure finance is started before your application:
def application do [applications: [:finance]] end
The Documentation is available in hexdocs.pm