portfolioFactory is a Python package that streamlines the process for constructing asset pricing factors. Built on top of Pandas, this package builds portfolios based on user supplied signals and trading rules. See strategy class documentation for more details.
Here are just a few of the things that portfolioFactory does well:
-
Construction of asset pricing factors e.g. cross-sectional momentum portfolios
-
Calculating risk and return metrics
-
Plotting
Here
- NumPy: 1.7.0 or higher
- SciPy: miscellaneous statistical functions
- matplotlib: for plotting
- Pandas: 0.15.1
- [TkInter] (http://tkinter.unpythonic.net/wiki/How_to_install_Tkinter): User Interface
- Seaborn
- Needed to for pretty plots
- Required for plotting module
MIT
See example ipython notebooks in /Examples
Final Project for ___