/flow

Python package for portfolio analysis.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Portfolio analysis and risk management financial library.

--

Documentation:http://packages.python.org/jflow/
Dowloads:http://pypi.python.org/pypi/jflow/
Source:http://github.com/lsbardel/jflow
Keywords:finance, quantitative, timeseries, data, analysis, django, python

--

Python package for portfolio analysis.

Requirements

Running Tests

To use jflow you need to install redis, which is the only database back-end supported by stdnet. If you are working in linux, simply download the latest redis version and compile it. If you are working on windows you can get binaries here. Make sure the version you are installing is greater than 2.0.

Start redis and open a separate shell. You can run tests from the console from within the jflow source directory:

python runtests.py

Application Example

In the example directory you can find an application of the library.

Good luck