Portfolio Optimization & Risk Parity Engine
Project description
Alpha-Engine 📊
Modern Portfolio Theory & Risk Parity Suite
alpha-engine is a quantitative library for multi-asset portfolio construction. It bridges the gap between raw signals and trade execution by optimizing capital allocation.
Core Features
- Mean-Variance Optimization: Uses SLSQP solvers to find the Tangency Portfolio (Max Sharpe).
- Risk Parity: Implements risk-budgeting techniques to equalize risk contributions across assets.
- Performance Attribution: Built-in metrics for Sharpe, Volatility, and Max Drawdown.
Example
from alpha_engine.nucleus.optimizer import PortfolioOptimizer
opt = PortfolioOptimizer(returns_data)
weights = opt.optimize_max_sharpe()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alpha_engine_quant-0.1.1.tar.gz.
File metadata
- Download URL: alpha_engine_quant-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dadbdbaaa518ffae9e81b70873bf83f76846a5d61ffdbf3c769f19229b1d460
|
|
| MD5 |
80107bc3e2f44ba5830a4de66a6b40dd
|
|
| BLAKE2b-256 |
fdf63396f7fa02c8165a5d091300b9b72bd3a14dfe92c47a1f5c692c30123bde
|
File details
Details for the file alpha_engine_quant-0.1.1-py3-none-any.whl.
File metadata
- Download URL: alpha_engine_quant-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67d642f015985aa5c1c5eef647b16912013a0f33b34ac54c3fdc668a4cddf2d2
|
|
| MD5 |
35188d42d354cc5540a420d368de6dd4
|
|
| BLAKE2b-256 |
e19d1f7be1b4e833773e0b632574dbb35ffb2ebdd09fbb146eb6b1c2a48c2300
|