Metadata-Version: 2.1
Name: npv
Version: 0.4.1
Summary: Startup and Corporate Investment and Financial Planning Simulator for Python.
Home-page: http://github.com/mikkokotila
Author: Mikko Kotila
Author-email: mailme@mikkokotila.com
Maintainer: Mikko Kotila
Maintainer-email: mailme@mikkokotila.com
License: MIT
Download-URL: https://github.com/mikkokotila/npvpy
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Dist: wrangle
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: astetik

NPV provides a very high level simulation facility for getting the NPV
(net presevent value) score and other key metrics any business idea.
By default, the simulation automatically generates:

- monthly and annual income statement
- monthly and annual cashflow statement
- monthly and annual growth statistics

Simulation is based on set of input variables and volatility
computations that can be adjusted as needed for each project.

Additionally, facility for performing a Monte Carlo simulation is provided,
and a method for generating key financial metrics individually.



