Cashflows: A Package for Investment Modeling and Advanced Engineering Economics using Python

Date: May 20, 2018 Version: 0.0.5

Binary Installers: https://pypi.org/project/cashflows

Source Repository: https://github.com/jdvelasq/cashflows

Documentation: http://cashflows.readthedocs.io/en/latest/

cashflows is an open source (distributed under the MIT license) and friendly-user package to do financial computations. The package was developed and tested in Python version 3.6. It can be installed from the command line using:

$ pip install cashflows

cashflows can be used interactively at the Python’s command prompt, but a better experience is achieved when IPython or Jupyter’s notebook are used, allows the user to fully document the analysis and draw conclusions. Due to the design of the package, it is easy to use cashflows with the tools available in the ecosystem of open source tools for data science.

cashflows is well suited for many financial computations and it can be used to:

  • Realize compound interest rate calculations.
  • Converts between nominal, effective and periodic interest rates.
  • Realize bond valuation.
  • Realize currency conversions.
  • Realize constant dollar transformations.
  • Analyze different types of loans.
  • Compute assets depreciation.
  • Realize cashflow analysis.

Indices and Tables

MIT license

Copyright (c) 2018 Juan David Velásquez-Henao, Ibeth Karina Vergara-Baquero

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.