Skip to content

๐Ÿ’ผ Net Asset Value (NAV) / Net Worth

โฌ…๏ธ Back to Performance Metrics Overview

๐Ÿ’ก What is NAV?

Net Asset Value (NAV) is the total market valuation of your portfolio at a point in time \(t\). It answers: "How much is the portfolio worth right now?"


๐Ÿงฎ Formula

\[ \boxed{\mathrm{NAV}(t) = \mathrm{MV}(t) + \mathrm{Cash}(t) + \mathrm{InTransit}(t)} \]

Where \(\mathrm{MV}(t) = \sum_{(a,b) \in S} q(a,b,t) \cdot p(a,t) \cdot \mathrm{fx}(\mathrm{ccy}_p, C^*, t)\)

๐Ÿ”— See Portfolio Engine โ€” ยง5 Aggregation for full derivation.


๐Ÿ”— Valuation Price Chain

The price \(p(a,t)\) follows a strict priority:

  1. Market price โ€” PriceHistory backward-fill (latest \(\leq t\))
  2. Last buy price โ€” most recent BUY unit price from \(V(u)\) (all visible brokers)
  3. Missing โ€” position excluded from NAV

WAC is never used for valuation. See Portfolio Engine โ€” ยง2.


๐Ÿ“ Example

Component Amount
Market Value of Assets โ‚ฌ32,759
Cash Balance โ‚ฌ631
In-Transit โ‚ฌ0
\[ \mathrm{NAV} = 32\,759 + 631 + 0 = 33\,390 \text{ EUR} \]

โš–๏ธ Key Distinctions

  • NAV vs Book Value: NAV = market value; Book = acquisition cost. Difference = unrealized gains.
  • NAV vs Period PnL: NAV = snapshot; Period PnL = flow-adjusted change over time.

โš ๏ธ Data Quality

Valuation Source Confidence
MARKET_PRICE Full โ€” PriceHistory available
LAST_BUY_PRICE Partial โ€” using transaction price
MISSING None โ€” excluded from NAV