Units and Dimensional Analysis
Checking that the units on both sides of a formula actually match is a fast sanity check that catches a huge fraction of setup mistakes before you even finish a calculation, and it works whether you're pricing an option or sizing a position.
Every quantity in a finance problem carries units — dollars, shares, dollars per share, percent per year, years — and a formula that mixes them incorrectly will produce a nonsense answer even if the arithmetic inside it is done perfectly. Dimensional analysis is simply the habit of tracking those units through a calculation and confirming that what comes out the other end has the units the question actually asked for.
A concrete example: estimating annualized volatility from daily returns requires multiplying daily standard deviation by (the number of trading days in a year), because variance scales linearly with time under the usual random-walk assumption, and standard deviation is the square root of variance, so it scales with . If a candidate instead multiplies daily volatility by directly, checking units catches it immediately: daily volatility has units of "percent per ," and multiplying by a plain count of days (units of "days") does not cancel correctly to leave "percent per " — only multiplying by does.
The same discipline catches errors in position sizing (dollars of risk should come out in dollars, not shares or percent), in Greeks (delta is dimensionless-ish, a hedge ratio, while gamma has units of delta per dollar of underlying move), and in any formula assembled under interview time pressure, where the fastest way to know something is wrong is that the units on the left and right of an equals sign don't match, well before working out whether the number itself is plausible.
Track the units through every formula, not just the numbers — if the units on both sides don't match, the formula is wrong regardless of how the arithmetic comes out, and this catches a large share of interview mistakes before you even reach a final number.
Practice in interviews
Further reading
- Bramwell, A Practical Guide to Quantitative Finance Interviews (2018)