๐ผ 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:
- Market price โ PriceHistory backward-fill (latest \(\leq t\))
- Last buy price โ most recent BUY unit price from \(V(u)\) (all visible brokers)
- 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 |