Performance Calculation

How investor returns and performance fees are computed.

Performance Fee Example

Assume initial NAV/share = 1.000 USDC, HWM = 1.000 USDC:

EpochGross NAV/ShareGain above HWMPerf. Fee (20%)Net NAV/ShareNew HWM
11.0500+0.0500.01001.04001.0400
21.0200None (below HWM)0.00001.02001.0400
31.0650+0.025 above HWM0.00501.06001.0600
In Epoch 2, the NAV recovered to 1.020 but did not exceed the HWM of 1.040 — so no performance fee was charged. In Epoch 3, only the gain above the HWM (0.025) is subject to the 20% fee.

Investor Return

An investor's return is the change in NAV per share from entry to exit, net of all fees already deducted from the NAV:

Return = (NAV_at_exit - NAV_at_entry) / NAV_at_entry

# Example:
# Entry NAV/share: 1.000
# Exit NAV/share:  1.200
# Return:          +20.0% (fees already included)

Since both management and performance fees are deducted from the NAV before settlement, the NAV you observe is always the net figure. No additional fee deductions occur at redemption.