Options Basics
Level: 3 (Production — from-scratch derivations, explain-out-loud) Time limit: 45 minutes Total marks: 60
Instructions: Answer all questions. Show full working. Use for math. State assumptions where relevant. Round currency to two decimals.
Question 1 — Payoff derivation from first principles (12 marks)
A trader buys one call option on stock XYZ with strike , paying a premium .
(a) Derive, from first principles, the payoff-at-expiry function for the long call, and separately the profit function including premium. Write both as piecewise expressions. (4)
(b) Compute the breakeven spot price and explain out loud (in words) why the intrinsic value is zero below the strike. (3)
(c) The seller of this same call has what maximum profit and maximum loss? Derive the seller profit function and show it is the mirror image of the buyer's. (5)
Question 2 — Intrinsic vs time value decomposition (10 marks)
A put option has strike . The underlying trades at . The put's market premium is .
(a) Compute the intrinsic value and time value. Show the formula for a put's intrinsic value from scratch. (4)
(b) Classify the moneyness (ITM/ATM/OTM) and justify. (2)
(c) At expiry, all else equal, what happens to time value and why? If at expiry, what is the put buyer's total profit? (4)
Question 3 — Option chain reading & PCR (10 marks)
From memory, given the following extract of an option chain for a Nifty-style index at spot :
| Strike | Call OI | Put OI |
|---|---|---|
| 19800 | 12,000 | 45,000 |
| 19900 | 18,000 | 38,000 |
| 20000 | 40,000 | 40,000 |
| 20100 | 55,000 | 20,000 |
| 20200 | 60,000 | 11,000 |
(a) Compute the Put-Call Ratio (PCR) by open interest across these strikes. Show the formula. (3)
(b) Interpret the PCR value: is the aggregate positioning bullish or bearish, and what is the standard reasoning? (3)
(c) Identify the likely support and resistance strikes from the OI, and explain out loud why maximum put OI acts as support. (4)
Question 4 — Moneyness, exercise & assignment (10 marks)
(a) Define ITM, ATM, OTM for both calls and puts using a single moneyness condition each (from memory). (3)
(b) Explain the mechanics of exercise vs assignment: who initiates each, and what happens to the counterparty. (3)
(c) A trader holds a European call, strike 500, on a stock now trading at 540 two weeks before expiry. It is deeply ITM. Can they capture the gain now? Contrast with an American call and explain the practical consequence. (4)
Question 5 — Combined-position payoff (from scratch) (10 marks)
A trader buys a put (strike 100, premium 3) and sells a call (strike 110, premium 2) on the same stock, same expiry.
(a) Write the combined profit function as a piecewise expression over the three regions defined by the strikes. (6)
(b) Compute the net premium (paid/received) and the profit if . (2)
(c) State the maximum profit and identify the region of where the position is loss-making without bound (if any). (2)
Question 6 — Explain out loud (8 marks)
In your own words (2–4 sentences each):
(a) Why does an option buyer have limited loss but a naked call seller has theoretically unlimited loss? (4)
(b) Why does time value decay accelerate as expiry approaches, and how does moneyness affect the magnitude of time value? (4)
Answer keyMark scheme & solutions
Question 1 (12)
(a) Long call payoff at expiry: the holder exercises only if , gaining ; otherwise lets it expire (payoff 0). (2) Profit subtracts premium : (2)
(b) Breakeven: . (2) Below strike, the right to buy at 100 is worthless because you could buy cheaper in the market, so intrinsic value = 0. (1)
(c) Seller profit = premium received minus payoff obligation: (2) Max profit = (when ). (1) Max loss = unlimited (as ). (1) It is the mirror: (zero-sum, ignoring fees). (1)
Question 2 (10)
(a) Put intrinsic value . (2) Time value = premium − intrinsic = . (2)
(b) , so put is ITM by 8 points (right to sell at 250 above market). (2)
(c) At expiry time value ; the option is worth only intrinsic since no time remains for further favourable moves. (2) At : intrinsic ; profit (loss of 7.00). (2)
Question 3 (10)
(a) . Put OI sum . Call OI sum . (3)
(b) PCR means more call OI than put OI, indicating aggregate bearish/cautious positioning (more call writing/interest above). Standard contrarian view: very low PCR can signal excessive bullishness (overbought); here mildly bearish tilt. (3)
(c) Highest put OI at 19,800 (45,000) → support; highest call OI at 20,200 (60,000) → resistance. (2) Max put OI = heavy put writers who profit if price stays above that strike; they defend it, and put buyers' hedging keeps price from falling below — acting as support. (2)
Question 4 (10)
(a) Using moneyness ( vs ): (3, 1 each pair)
- Call: ITM if , ATM if , OTM if .
- Put: ITM if , ATM if , OTM if .
(b) Exercise is initiated by the option buyer/holder invoking their right. Assignment is imposed on a seller/writer (chosen, often randomly) who must fulfil the obligation — deliver/buy the underlying at strike. (3)
(c) A European call cannot be exercised early — only at expiry. But the trader can sell (close) the option in the market to capture the current value (intrinsic + remaining time value). (2) An American call can be exercised anytime; practically, however, selling is usually better than early exercise because it also captures time value (early exercise forfeits it). (2)
Question 5 (10)
(a) Long put (K=100): . Short call (K=110): . Combined :
- : (2)
- : (2)
- : (2)
(b) Net premium (net paid 1). At (middle region) . (2)
(c) Max profit occurs as : (bounded by 99 in practice since stock ). Loss unbounded as (from short call): region , . (2)
Question 6 (8)
(a) A buyer pays a premium and can at most lose that premium — payoff is floored at 0, so loss is capped. A naked call seller must deliver at strike regardless of how high price rises; since has no upper bound, the obligation grows without limit → unlimited loss. (4)
(b) Time value (theta decay) accelerates near expiry because the probability window for further favourable moves shrinks rapidly and non-linearly. ATM options carry the most time value (greatest uncertainty about final moneyness); deep ITM/OTM options carry little time value. (4)
[
{"claim":"Long call breakeven at 104.50","code":"K=100; c=4.5; result = (K+c==104.5)"},
{"claim":"Put profit at S_T=244 is -7","code":"intrinsic=max(250-244,0); profit=intrinsic-13; result=(profit==-7)"},
{"claim":"PCR approx 0.832","code":"puts=45000+38000+40000+20000+11000; calls=12000+18000+40000+55000+60000; pcr=Rational(puts,calls); result=(abs(float(pcr)-0.832)<0.005)"},
{"claim":"Straddle-like combo profit at S_T=105 is -1","code":"S=105; longput=max(100-S,0)-3; shortcall=2-max(S-110,0); result=(longput+shortcall==-1)"},
{"claim":"Combo profit at S_T=115 equals -6","code":"S=115; longput=max(100-S,0)-3; shortcall=2-max(S-110,0); result=(longput+shortcall==-6)"}
]