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.1.tar.gz
(11.9 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.1.tar.gz.
File metadata
- Download URL: pivotalpath-1.0.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
defd490d23e9151c8380c092344dd38ad1f309977f6a08c1f3ecbd62c76e3056
|
|
| MD5 |
c37b2cb6221f649705512cac632a0eee
|
|
| BLAKE2b-256 |
18c414754860f32e71c7c6b1f2894cae4b62bb097be8f3df45409b3d400afc5c
|
File details
Details for the file pivotalpath-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pivotalpath-1.0.1-py3-none-any.whl
- Upload date:
- Size: 15.9 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 |
5e0124bbbc870a4dcd3ca16a28adb250748d59216f904603bf9c7e92f2f90c7b
|
|
| MD5 |
21e5d8aab2e0b2130f2d9c7573f19740
|
|
| BLAKE2b-256 |
da3b97d88c9dc5dc3c5847eb50c7f68e5044c6704280e15a7e109d09a2745162
|