Metadata-Version: 2.1
Name: xirr
Version: 0.1.6
Summary: xirr and xnpv calculators
Home-page: https://github.com/tarioch/xirr/
Author: Patrick Ruckstuhl
Author-email: patrick@ch.tario.org
License: MIT
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: scipy
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: flake8 ; extra == 'testing'

.. image:: https://img.shields.io/pypi/l/xirr.svg
   :target: https://pypi.python.org/pypi/xirr
.. image:: https://img.shields.io/pypi/v/xirr.svg
   :target: https://pypi.python.org/pypi/xirr

xirr
==============

Irregular internal rate of return (xirr) and net present value (npv) calculations.

Based on https://stackoverflow.com/questions/8919718/financial-python-library-that-has-xirr-and-xnpv-function
with some handling for special cases from https://github.com/RayDeCampo/java-xirr/


