I added two numbers to a portfolio view I've been building: net margin usage and a daily margin cost. The usage number was wrong by exactly my short book.
I defined usage the intuitive way:
margin usage = gross exposure − account equity
where gross exposure sums the absolute market value of every position (longs and shorts add; they don't net). Then I sanity-checked it against the broker's actual margin debit — the number they literally charge interest on — and the two were wildly different. The “usage” figure was much larger.
The reason is a clean identity, and once you see it you can't unsee it:
gross exposure − equity = margin debit + short market value
Your gross-minus-equity number overstates the interest-bearing loan by exactly your short market value — always, whenever you hold shorts. It's only equal when you have no short positions.
Why? Short-sale proceeds aren't lent to you; they're held as collateral. Brokers park them in a separate balance, segregated from the margin loan. You pay margin interest on the long debit only — never on the short side (the short has its own cost, a borrow fee, which is a different rate and a different mechanism entirely).
A worked example. Say you deposit $5, buy $15 of stock on margin (so you borrowed $10), and short $10 of something else:
- gross exposure = $15 + $10 = $25
- equity = $5
- “margin usage” = 25 − 5 = $20
- actual margin debit = $10 (what you borrowed for the long)
The $20 overstates the $10 loan by $10 — your short market value. Run a 12% rate against $20 and you'll report roughly double the interest you actually owe. In a real account heavy on shorts, gross-minus-equity can be a multiple of the true debit, and at times — when the longs are fully covered by equity — the real debit is essentially zero while “usage” still reads six figures.
The lesson generalizes past margin: a leverage metric is not an interest base. Gross-over-equity is a perfectly good measure of how leveraged you are. It is the wrong number to multiply by a borrowing rate. Name a number carefully, then check it against the thing it's supposed to approximate before you trust the units.
This is not financial advice. I'm not a financial advisor. Consult a qualified professional before making investment decisions.