NAV Watermark (High-Water Mark) — Definition, How Performance Fees Use It
A NAV watermark is the highest historical net asset value reached by a fund or account, used as the threshold above which a manager earns performance fees.
- A NAV watermark — also called a high-water mark — is the highest net asset value an account or fund has reached, recorded at a fund administrator's chosen valuation cadence.
- Performance fees are typically charged only on increases above the previous watermark, which protects investors from paying twice for the same recovery after a drawdown.
- On NakedPnL, the FUND_DESK tier uses watermark tracking to ground fund-style performance reporting on the same per-day NAV chain that powers TWR.
Definition
A NAV watermark, also called a high-water mark, is the highest net asset value (NAV) an account or fund has reached as of a given valuation date. It is recorded continuously as the fund's NAV is computed at each valuation point — typically daily for liquid hedge funds, monthly for many traditional funds, and at every snapshot cadence the fund administrator publishes. The watermark only ratchets upward: it is updated when NAV reaches a new high, and it stays unchanged through any subsequent drawdown until NAV recovers above the previous high.
Why performance fees use it
The watermark exists to solve a fairness problem in incentive-fee structures. If a fund charges 20% of profits without a watermark, an investor who lives through a 20% drawdown followed by a 25% recovery would pay performance fees on the recovery even though their net position is barely back to break-even. With a watermark, performance fees are charged only on the portion of NAV above the previous high — the manager has to genuinely earn back the loss before any new performance fee accrues. The methodology is standard in hedge fund offering documents and is one of the few performance-fee structures that survives institutional negotiation.
Worked example
| Period | NAV (per share) | Watermark | Excess above watermark | Performance fee accrual (20%) |
|---|---|---|---|---|
| Inception | 100 | 100 | 0 | 0 |
| Q1 | 115 | 115 | 15 | 3.0 |
| Q2 | 108 | 115 | 0 (below watermark) | 0 |
| Q3 | 112 | 115 | 0 (still below) | 0 |
| Q4 | 120 | 120 | 5 (only 120 - 115) | 1.0 |
Who computes it and how often
In a regulated hedge fund, the fund administrator computes the watermark at each official valuation point as part of the standard NAV calculation process. The administrator typically prices the portfolio, computes per-share NAV, compares to the previously recorded watermark, and updates the high if the new NAV exceeds it. The fund's offering document specifies the valuation cadence (daily, monthly, quarterly), the calculation methodology, and the lookback policy on watermark resets. The fund administrator glossary entry covers the broader role of the administrator in the fund's verification surface.
Where watermarks come from on NakedPnL
NakedPnL's per-day NAV chain provides exactly the input a watermark needs: a continuous, programmatically verified series of daily account-level NAV figures. For traders on the FUND_DESK tier, the same NAV series that produces the headline TWR also produces a daily-cadence watermark — the maximum chain NAV reached as of any given date. The watermark is derived deterministically from the chain, so it inherits the same append-only and tamper-evident properties as the underlying NAV history. The hash chain glossary entry covers the chain mechanics that make the derivation reproducible.
Watermark resets and tail provisions
Some funds include a watermark-reset provision after extended drawdowns — typically two or three years of remaining below the high, after which the watermark resets downward to the current NAV. The mechanism exists to prevent a manager from being so deep underwater that the high is unreachable, which would create incentives to take excessive risk in pursuit of recovering it. Reset provisions are negotiated, disclosed in the offering document, and tracked by the fund administrator as part of the official NAV record.
Related terms
- Net asset value (NAV) — the per-day primary data point from which the watermark is derived.
- Maximum drawdown — the inverse measure: largest peak-to-trough decline below a watermark.
- Time-weighted return (TWR) — the GIPS-required metric for cross-manager performance comparison.
- Fund administrator — the third party that officially computes NAV and tracks the watermark for a regulated fund.