Skip to main content
The Fund Portfolio Manager is the top-level layer that treats all strategies as a unified book. It tracks NAV, allocates capital, enforces fund-wide risk limits, and provides fund reporting.

Why It’s Needed

Individual strategies manage their own risk via RiskConfig, but a hedge fund needs:
  • Unified NAV: what is the fund worth right now, across all strategies and exchanges?
  • Capital allocation: how much capital should each strategy get?
  • Fund-wide drawdown limits: if the fund is down 5% this month, reduce all exposure
  • Cross-strategy awareness: two strategies might be making the same bet

Quick Start

Real-time net asset value computed by aggregating across all strategy engines.
NAV formula: NAV = initial_capital + sum(realized_pnl) + sum(unrealized_pnl) across all engines.

Capital Allocation

Multiple allocation methods:

Fund Accounting

Fee tracking and P&L attribution per strategy.
Management fee: Annual fee accrued daily. Default 200 bps (2%). Performance fee: Fee on profits above the high water mark. Default 20%.

Fund-Wide Risk

Automatic circuit breakers and risk alerts.

Configuration Reference

MCP Tools