Risk & Money Management
Subject: Stock-Market | Chapter: 4.7 Risk & Money Management Difficulty Level: 2 (Recall, standard problems, short derivations) Time Limit: 30 minutes Total Marks: 50
Instructions: Answer all questions. Show working for all calculations. Use $ for currency where relevant.
Q1. Define the "1-2% rule" of risk per trade and state its main purpose. (4 marks)
Q2. A trader has a 200 with a stop-loss at $190. Calculate the maximum number of shares she can buy. (4 marks)
Q3. State the position-sizing formula that relates account risk, stop distance, and number of shares. Explain each term briefly. (4 marks)
Q4. Define maximum drawdown and explain the difference between a drawdown limit and a daily loss limit. (6 marks)
Q5. A trader sets a daily loss limit of 5% on a $20,000 account. (a) Calculate the dollar amount of the daily loss limit. (2 marks) (b) Explain what a "circuit breaker" rule means in the context of a trading plan. (3 marks)
Q6. The Kelly Criterion is given by . (a) State what , , and represent. (3 marks) (b) A strategy wins 60% of the time with a reward-to-risk ratio of . Calculate the Kelly fraction . (4 marks) (c) State one reason traders use "fractional Kelly" (e.g. half-Kelly). (2 marks)
Q7. Explain correlation risk across positions. Give one example of how two positively correlated positions can increase total portfolio risk. (5 marks)
Q8. Define total portfolio exposure and explain why a limit on it is needed even when each individual trade follows the 1-2% rule. (5 marks)
Q9. Briefly explain the concept of risk of ruin. State two factors that increase it. (5 marks)
Q10. Explain the principle of "sizing up and down with performance." State one benefit of reducing position size after a losing streak. (3 marks)
End of Paper
Answer keyMark scheme & solutions
Q1. (4 marks)
- The 1-2% rule states a trader should risk no more than 1-2% of total trading capital on any single trade. (2 marks)
- Purpose: to limit the impact of any single loss, preserve capital, and survive losing streaks so the trader stays in the game long enough for edge to play out. (2 marks)
Q2. (6 marks) (a) Max risk = 2\% \times 50{,}000 = 0.02 \times 50000 = \1{,}000= 200 - 190 = $10= \dfrac{\text{Risk}}{\text{Stop distance}} = \dfrac{1000}{10} = 100$ shares. (3 marks: 2 for method, 1 for answer)
Q3. (4 marks) Formula: (2 marks)
- Numerator = dollar amount willing to lose (account × risk fraction). (1 mark)
- Denominator = stop distance = risk per share. Dividing gives number of shares. (1 mark)
Q4. (6 marks)
- Maximum drawdown = the largest peak-to-trough decline in account equity over a period, usually expressed as a percentage. (2 marks)
- Drawdown limit = a threshold on cumulative equity decline from a peak; if breached, trading is scaled back or stopped for a longer term. (2 marks)
- Daily loss limit = a cap on losses within a single trading day; resets each day. Drawdown is cumulative/multi-period, daily limit is a short-term intra-day control. (2 marks)
Q5. (5 marks) (a) 5\% \times 20{,}000 = 0.05 \times 20000 = \1{,}000$. (2 marks) (b) A circuit breaker is a pre-set rule that halts (stops) all trading for the rest of the day (or a defined period) once the loss limit is hit, preventing emotional revenge trading and further losses. (3 marks)
Q6. (9 marks) (a) = net odds / reward-to-risk ratio (amount won per unit risked); = probability of winning; = probability of losing. (3 marks: 1 each) (b) , , . (40%). (4 marks: 2 method, 2 answer) (c) Fractional Kelly reduces volatility/drawdown risk and guards against errors in estimating and (full Kelly is aggressive and estimates are uncertain). (2 marks)
Q7. (5 marks)
- Correlation risk = the risk that multiple positions move together, so a diversified-looking portfolio actually behaves like one big bet. (2 marks)
- Two positively correlated positions (e.g. two bank stocks, or two tech stocks) tend to rise and fall together; a single adverse market move hits both simultaneously, effectively doubling the exposure/loss rather than diversifying it. (3 marks for valid example + explanation)
Q8. (5 marks)
- Total portfolio exposure = the sum of capital (or total risk) committed across all open positions at once. (2 marks)
- Even if each trade risks only 1-2%, many simultaneous trades add up; correlated losses could trigger many stops at once, producing a large combined drawdown. A total exposure cap limits aggregate risk. (3 marks)
Q9. (5 marks)
- Risk of ruin = the probability that a trader loses enough capital to be unable to continue trading (account depleted below a viable level). (3 marks)
- Two factors that increase it: (i) risking too large a fraction per trade; (ii) low win rate / poor reward-to-risk edge; (also acceptable: high correlation, long losing streaks, small account). (2 marks: 1 each)
Q10. (3 marks)
- Principle: increase position size when equity/performance grows and the strategy is working; decrease size after losses or during drawdown. (2 marks)
- Benefit of reducing size after a losing streak: protects remaining capital, limits further damage while confidence/edge is uncertain, and eases psychological pressure. (1 mark)
[
{"claim":"Q2a: 2% of 50000 = 1000","code":"result = (0.02*50000 == 1000)"},
{"claim":"Q2b: shares = 1000/(200-190) = 100","code":"result = (1000/(200-190) == 100)"},
{"claim":"Q5a: 5% of 20000 = 1000","code":"result = (0.05*20000 == 1000)"},
{"claim":"Q6b: Kelly f* = (2*0.6-0.4)/2 = 0.4","code":"result = (Rational(2*Rational(6,10)-Rational(4,10),2) == Rational(2,5))"}
]