Stock-Market interleaved practice
Instructions: Solve all problems. Each mixes a different subtopic — read carefully and pick the right method (cost-of-carry vs payoff vs Greek vs settlement logic). Show working. Use notation for math. Total: 50 marks.
Q1. (5 marks) A stock trades at spot . The risk-free cost of carry is per annum. The 3-month (0.25 year) futures should trade at what fair value? If the actual futures price is , is the market in contango or backwardation, and what is the basis?
Q2. (5 marks) You buy 1 lot (lot size = 50) of a call option, strike , premium . At expiry the spot is . Compute (a) intrinsic value per share, (b) net profit/loss on the lot, (c) the breakeven spot price.
Q3. (4 marks) An option has premium when spot and strike (call). Split the premium into intrinsic value and time value. State whether the option is ITM, ATM, or OTM.
Q4. (6 marks) You are long 1 futures contract (lot size 25) bought at . Over three days the settlement prices are Day1 , Day2 , Day3 . Compute the daily mark-to-market cash flows and the cumulative total.
Q5. (5 marks) A portfolio holds 400 shares of a stock at . Stock futures (lot 200) trade at . You want to fully hedge the position. How many futures lots do you short, and what is the direction of the hedge? If the stock falls to and futures to , what is the net P&L?
Q6. (5 marks) A call option has Delta and Gamma . The underlying rises by \10$. Estimate (a) the change in option price from delta alone, (b) the new delta after the move.
Q7. (4 marks) An option chain shows Call OI and Put OI . Compute the Put-Call Ratio (PCR) and state whether it leans bullish or bearish under the contrarian interpretation.
Q8. (6 marks) You short 1 put option, strike , premium , lot size . (a) State your maximum profit. (b) Compute your payoff at expiry if spot . (c) State the breakeven and whether you as the seller want the option to expire ITM or OTM.
Q9. (5 marks) A futures position is being rolled from the near month (price ) to the next month (price ). Spot is . Compute the rollover cost and explain whether this reflects a contango or backwardation structure.
Q10. (5 marks) An at-the-money option has Theta per day and Vega per 1% vol. Over the weekend (2 days pass) implied volatility also rises by . Estimate the net change in the option premium from these two Greeks combined.
Answer keyMark scheme & solutions
Q1. — Subtopic 5.1.6 (basis & cost of carry) + 5.1.5 (contango/backwardation) Fair futures . Actual … but note (spot), so futures > spot ⟹ contango. Basis (negative basis, typical of contango). Why this method: You must apply the cost-of-carry formula, not a payoff formula — futures pricing is deterministic given carry.
Q2. — Subtopic 5.2.10 (breakeven) + 5.2.4 (intrinsic) + 5.2.5 (buyer payoff) (a) Intrinsic . (b) Net per share ; on lot profit. (c) Breakeven . Why: A call buyer's breakeven is strike + premium, distinct from the futures MTM logic in Q4.
Q3. — Subtopic 5.2.4 (intrinsic vs time) + 5.2.3 (ITM/ATM/OTM) Intrinsic . Time value . Since for a call, it is ITM. Why: Total premium always decomposes as intrinsic + time; don't confuse premium with payoff.
Q4. — Subtopic 5.1.4 (mark-to-market) MTM references the previous settlement, not entry price, after Day1.
- Day1:
- Day2:
- Day3: Cumulative . Check: total . ✓ Why: MTM chains day-to-day settlements — a classic trap if you compare each day to entry.
Q5. — Subtopic 5.1.8 (hedging with futures) Shares held ; lot ⟹ short lots (short to hedge a long stock position). Stock P&L: . Futures P&L: short at 1260, buy back at 1160 ⟹ . Net (near-perfect hedge; small residual only from basis change). Why: Hedge ratio = exposure/lot size; short futures offsets a long stock — the opposite of speculation direction.
Q6. — Subtopic 5.3.1 (Delta) + 5.3.2 (Gamma) (a) . (b) New delta . Why: Delta gives first-order price change; Gamma tells how delta itself moves — you need both, not just delta.
Q7. — Subtopic 5.2.7 (OI & PCR) . PCR ⟹ under the contrarian view this leans bullish (excess put writing/oversold sentiment). Why: PCR is a ratio of OI, not price — tests reading the option chain sentiment tool.
Q8. — Subtopic 5.2.5 (seller payoff) + 5.2.10 (breakeven) + 5.2.8 (exercise) (a) Max profit for a put seller premium received . (b) At : put is ITM, intrinsic . Seller pays that out: payoff per share ; on lot loss. (c) Breakeven . As the seller you want it to expire OTM (spot above 900) so you keep the full premium. Why: Seller payoff is the mirror image of the buyer's — capped gain, large loss.
Q9. — Subtopic 5.1.7 (rollover cost) + 5.1.5 (contango) Rollover cost (per share) — cost of carrying forward. Since far-month near-month spot, the curve is upward-sloping ⟹ contango. Why: Rollover cost is the spread between two futures months, not a spot comparison.
Q10. — Subtopic 5.3.3 (Theta) + 5.3.4 (Vega) Theta effect: . Vega effect: . Net premium . Why: Time decay (Theta) and volatility (Vega) push in opposite directions here — you must combine both signed effects.
[
{"claim":"Q1 fair futures = 2050","code":"S=2000; r=0.10; t=0.25; F=S*(1+r*t); result=(F==2050)"},
{"claim":"Q4 cumulative MTM = 125","code":"d1=(815-800)*25; d2=(790-815)*25; d3=(805-790)*25; result=(d1+d2+d3==125)"},
{"claim":"Q10 net premium change = +5.0","code":"theta=-3.5*2; vega=6.0*2; result=(theta+vega==5.0)"}
]