← Morgan Stanley Interview Insights

Morgan Stanley·Software Engineer·Technical Phone Screen·Senior

Senior
Jun 2026

Summary

Technical phone screen for a quant engineer role at Morgan Stanley. The whole thing was basically one long deep-dive into Black-Scholes robustness and delta-hedging PnL under misspecified vol. Dense material and they clearly expected you to derive things on the fly, not just recite formulas.

Questions Asked (5)

Q1

If you delta-hedge an option using a constant implied vol but the stock actually realizes a different vol, what does the PnL structure look like? Walk through the derivation.

Technical Trade-offsAlgorithms & Data Structures
Author's notes

This is the core question and I knew it was coming but still fumbled the setup.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by setting up the Black-Scholes framework with a constant implied volatility for hedging, then derive the P&L by comparing the option's actual payoff to the hedging strategy's outcome. Use Itô's lemma to express the P&L as a function of the difference between realized and implied variance, and finally interpret the result in terms of a variance swap-like payoff.

Pro tip: Emphasize that the P&L is path-dependent and proportional to the integral of the squared difference between realized and implied volatility, which is why options are said to be 'long volatility' when realized vol exceeds implied vol.

1. Set up the model

Assume the stock follows geometric Brownian motion with realized volatility σ_real, while the option is priced and hedged using a constant implied volatility σ_imp. The delta-hedged portfolio consists of a short option position and a long position in the underlying stock, with the hedge ratio given by the Black-Scholes delta.

2. Apply Itô's lemma to the option value

Use Itô's lemma to derive the dynamics of the option value V(S,t) under the real-world measure, incorporating the Black-Scholes PDE to simplify the expression. This yields the change in portfolio value in terms of the difference between realized and implied volatility.

3. Derive the P&L expression

Integrate the incremental P&L over the hedging period to obtain the total P&L. The result is approximately 0.5 * Γ * S^2 * (σ_real^2 - σ_imp^2) * dt, where Γ is the option's gamma. For a delta-hedged position, the P&L is the sum (integral) of these terms.

4. Interpret the P&L structure

Explain that the P&L is path-dependent and depends on the realized variance versus the implied variance. If realized volatility is higher than implied, the hedger profits; if lower, the hedger loses. The P&L resembles the payoff of a variance swap.

5. Discuss practical implications

Mention that in practice, discrete hedging and transaction costs affect the P&L, but the theoretical result highlights the importance of volatility forecasting and the risks of using a constant implied vol when realized vol varies.

Key Points to Mention

  • Black-Scholes delta hedging assumes constant implied volatility.
  • The P&L from delta hedging is driven by the difference between realized and implied variance.
  • Gamma (Γ) plays a crucial role: the P&L is proportional to the integral of Γ * S^2 * (σ_real^2 - σ_imp^2) dt.
  • The P&L is path-dependent and can be replicated by a variance swap.
  • In practice, discrete hedging and jumps introduce additional P&L noise.
  • This concept is fundamental to volatility trading and risk management.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q2

Under what conditions do you make money or lose money on a delta-hedged position, and how does that relate to gamma and the difference between realized and implied variance?

Technical Trade-offsPricing & Monetization
Author's notes

Once I had the PnL expression on paper this part felt more natural.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by explaining that a delta-hedged position's P&L is driven by the difference between realized and implied variance, scaled by gamma. Then describe how gamma determines the sensitivity of the hedge to variance, and conclude with the condition for profit or loss: you make money if realized variance exceeds implied variance (and vice versa), assuming continuous delta hedging and no other risks.

Pro tip: Emphasize that in practice, discrete hedging and transaction costs can erode profits, so the theoretical relationship is an idealization. Mentioning this shows awareness of real-world frictions.

1. Define the delta-hedged position

Explain that a delta-hedged option position involves buying/selling the underlying to neutralize directional risk, leaving exposure to gamma and volatility.

2. Relate P&L to gamma and variance

State that the P&L of a delta-hedged position over a small time step is approximately 0.5 * gamma * S^2 * (realized variance - implied variance) * dt.

3. Explain the role of gamma

Describe how gamma measures the curvature of the option value; higher gamma means the position is more sensitive to variance differences.

4. State the profit/loss condition

Conclude that you make money if realized variance is greater than implied variance (for long gamma) and lose money if realized variance is less than implied variance.

5. Discuss practical considerations

Mention that continuous hedging is assumed; in reality, discrete hedging and transaction costs can affect the outcome, and other risks (e.g., jumps) may matter.

Key Points to Mention

  • Delta hedging removes directional risk, leaving gamma and vega exposures.
  • P&L of delta-hedged position is proportional to gamma times the difference between realized and implied variance.
  • Long gamma position profits when realized variance > implied variance; loses when realized < implied.
  • Short gamma position has the opposite profit/loss profile.
  • Implied variance is the market's expectation of future variance, embedded in option prices.
  • Realized variance is the actual variance of the underlying's returns over the hedging period.
  • Continuous hedging and no transaction costs are simplifying assumptions; in practice, frictions reduce profits.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q3

Sketch the result that the total hedging PnL approximates an integral over time of one-half times S-squared times gamma times the difference in squared vols. How do you get there?

Algorithms & Data StructuresTechnical Trade-offs
Author's notes

I knew the result but the sketch felt sloppy in the moment.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by recalling the PnL of a delta-hedged option position and apply Itô's lemma to the option value, isolating the gamma term. Then express the realized variance over each small time step and sum to form an integral, leading to the approximation involving the difference between implied and realized variance.

Pro tip: Emphasize that this is a second-order approximation and that the sign of the PnL depends on whether realized vol exceeds implied vol. Also, mention that in practice, discrete hedging and transaction costs cause deviations from the ideal integral.

1. Set up the hedged portfolio

Consider a delta-hedged option position: long one option and short delta shares of the underlying. The value of the portfolio is Π = V - Δ S.

2. Apply Itô's lemma to the option value

Expand dV using Itô's lemma: dV = Δ dS + Θ dt + ½ Γ (dS)^2, where Θ is the option's theta and Γ is its gamma.

3. Compute the change in portfolio value

The change in the hedged portfolio is dΠ = dV - Δ dS = Θ dt + ½ Γ (dS)^2. Assuming no arbitrage, Θ = -½ σ_impl^2 S^2 Γ, so dΠ = ½ Γ S^2 ( (dS/S)^2 - σ_impl^2 dt ).

4. Relate to realized variance and integrate

Over a small time step, the realized variance is (dS/S)^2 ≈ σ_real^2 dt. Summing over all steps gives the total hedging PnL ≈ ½ ∫ Γ S^2 (σ_real^2 - σ_impl^2) dt.

5. State the final approximation

Thus, the total hedging PnL approximates the integral over time of ½ S^2 Γ (σ_real^2 - σ_impl^2) dt, which is the difference in squared vols weighted by gamma and S^2.

Key Points to Mention

  • Itô's lemma and the derivation of the delta-hedged portfolio dynamics
  • The role of gamma (Γ) as the sensitivity of delta to the underlying price
  • The difference between implied volatility (σ_impl) and realized volatility (σ_real)
  • The interpretation of the integral as the accumulated difference in variances
  • The assumption of continuous hedging and no transaction costs
  • The sign of the PnL: positive when realized vol > implied vol for a long gamma position

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q4

Even if realized vol is higher than implied vol on average over the life of the option, can you still end up losing money? Why, and what role does the path of the stock price play?

Technical Trade-offsRoot Cause Analysis
Author's notes

This is where I nearly tripped.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by confirming that yes, you can lose money even if realized volatility exceeds implied volatility on average, because the profit from a long volatility position depends on the actual path of the stock price, not just the average. Explain that the option's payoff is path-dependent, and then illustrate with a concrete scenario where the stock moves in a way that reduces the option's value despite high realized volatility.

Pro tip: Emphasize that volatility trading is about the difference between realized and implied volatility, but the timing and magnitude of price moves matter: large moves when your option has little time left or when you are delta-hedged can still lead to losses. Mention that a common mistake is to assume that average realized volatility above implied guarantees a profit, ignoring the path dependency and the convexity of option payoffs.

1. Clarify the premise

Acknowledge that while on average realized volatility may exceed implied volatility, this does not guarantee a profit for a long option position. The profit depends on the specific sequence of stock price movements.

2. Explain path dependency

Describe how the payoff of an option is determined by the entire path of the underlying asset, not just its average volatility. For example, a stock that trends steadily may have high realized volatility but the option may expire worthless if it ends near the strike.

3. Illustrate with a scenario

Provide a concrete example: Suppose you buy a straddle (long call and put) when implied vol is 20%, and realized vol turns out to be 25%. If the stock price drifts slowly upward and ends just above the strike, the call may be in-the-money but the put expires worthless, and the overall profit may be less than the premium paid, resulting in a loss.

4. Discuss delta hedging and gamma

Explain that if you delta-hedge, your profit depends on the difference between realized and implied variance, but the path affects the hedging costs. Frequent large moves can lead to negative gamma P&L if you are short gamma, but for a long option position, you are long gamma, so you benefit from volatility. However, if the stock moves in a way that reduces the option's time value, you can still lose.

5. Conclude with key takeaway

Summarize that the path of the stock price is crucial: even with high realized volatility, if the price ends up in a region where your option has little intrinsic value, you can lose money. The timing and direction of moves matter.

Key Points to Mention

  • Realized volatility vs implied volatility: the difference is not a guaranteed profit.
  • Path dependency: option payoffs depend on the entire price path, not just average volatility.
  • Example: a straddle can lose money if the stock ends near the strike despite high volatility.
  • Delta hedging and gamma: long gamma benefits from volatility, but the path affects hedging costs and timing.
  • Time decay: options lose time value, and if the stock doesn't move enough in the right direction, losses occur.
  • Convexity: option payoffs are convex, so large moves in the underlying can lead to disproportionate gains or losses.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q5

What are the practical implications of this analysis for how you choose your hedging vol? Should you hedge at implied, realized, or something else?

Technical Trade-offsPricing & Monetization
Author's notes

Bit of a discussion question at the end.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by clarifying that the choice of hedging volatility depends on the specific objective, such as minimizing P&L variance or maximizing expected return, and the market conditions. Then discuss the trade-offs between implied, realized, and other volatility measures, and conclude with a practical recommendation that balances theoretical ideals with real-world constraints like liquidity and transaction costs.

Pro tip: Demonstrate awareness that in practice, traders often use a blend or a dynamic approach, and that the choice can be influenced by the firm's risk appetite and regulatory environment. Mentioning that you would backtest different vol choices to see which performs best under various scenarios shows a data-driven mindset.

1. Clarify the objective

Identify whether the goal is to minimize variance, maximize Sharpe ratio, or achieve a specific P&L target. This determines the appropriate volatility measure.

2. Compare implied vs. realized

Explain that implied vol reflects market expectations and is forward-looking, while realized vol is backward-looking. Discuss when each is more appropriate, e.g., implied for pricing options, realized for historical risk assessment.

3. Consider practical constraints

Acknowledge factors like liquidity, bid-ask spreads, and transaction costs that can make theoretical ideals impractical. For instance, hedging at implied may be expensive if implied is high.

4. Evaluate alternatives

Mention other measures like a blend of implied and realized, or using a volatility surface. Discuss how these can provide a more robust hedge.

5. Make a recommendation

Propose a practical approach, such as using implied vol for short-term hedges and realized for longer-term, or dynamically adjusting based on market conditions. Emphasize the need for backtesting and monitoring.

Key Points to Mention

  • Implied volatility as a market consensus and its role in option pricing
  • Realized volatility as a measure of historical price fluctuations
  • The impact of transaction costs and liquidity on hedging effectiveness
  • The concept of a volatility risk premium and its implications
  • Dynamic hedging strategies and the importance of rebalancing frequency
  • Regulatory and internal risk management constraints that influence vol choice

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.