The industry standard for hedge fund index analytics
Project description
PivotalPath
The Industry Standard for Hedge Fund Index Analytics
PivotalPath is a comprehensive Python package for hedge fund index performance analysis, designed with AI/LLM integration in mind.
Installation
pip install pivotalpath
Quick Start
import pivotalpath as pp
# Get essential metrics for Hedge Fund Composite Index
stats = pp.quick_index_stats('PP-HFC', period='3Y')
print(f'3Y Sharpe Ratio: {stats[''sharpe'']:.2f}')
# Comprehensive analysis
analysis = pp.analyze_hedge_fund_index('PP-HFC')
# Compare multiple hedge fund strategies
indices = ['PP-HFC', 'PP-L-EH', 'PP-L-MA']
comparison = pp.compare_hedge_fund_indices(indices)
Key Features
- Hedge Fund Index Analysis: Performance metrics for 11+ hedge fund indices
- Institutional-Quality Metrics: Sharpe ratios, drawdowns, alpha/beta, risk metrics
- AI/LLM Optimized: Function names designed for AI assistant integration
- Real-Time Data: Live API connection to institutional hedge fund index data
Available Indices
- PP-HFC: Hedge Fund Composite Index
- PP-L-EH: Equity Hedge Index
- PP-L-MA: Merger Arbitrage Index
- And 8 additional strategy-specific indices
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pivotalpath-1.0.2.tar.gz
(12.1 kB
view details)
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 pivotalpath-1.0.2.tar.gz.
File metadata
- Download URL: pivotalpath-1.0.2.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c17cc72d08dfa13212998e6ed8d12b00240939e6deae8ab37b3bf46f1373b92
|
|
| MD5 |
b46ddd33248344f9b0d8c3113dcf5def
|
|
| BLAKE2b-256 |
3ea171693df67ce11e1dddc4b62d3ea897f3083e8fdbe5791efa475c2f60488e
|
File details
Details for the file pivotalpath-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pivotalpath-1.0.2-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e02d0f4e39a28a0624eaf550339883e7d8edb6bc1b94228e962e46f78cecdfd
|
|
| MD5 |
a5b335fb9c902af8bc77d29b842d438a
|
|
| BLAKE2b-256 |
a25aed9ec9d9bb02dfa5b1ffc43b699207af41a5a30eadca8185beab687ef1ef
|