A
AcadiFi
AH
AsiaDesk_Hugo2026-04-12
frmPart IMarket Risk

How does the averaging feature of Asian options reduce their cost compared to vanilla options, and what types of averages are used?

I'm reviewing Asian options for FRM and I see that they're cheaper than vanilla options because they use an average price. But I'm confused about the difference between average price options and average strike options, and whether using arithmetic vs. geometric averaging matters for pricing.

84 upvotes
Verified ExpertVerified Expert
AcadiFi Certified Professional

Asian options derive their payoff from the average price of the underlying over a specified period rather than the terminal spot price. This averaging mechanism reduces volatility exposure and therefore the option premium.\n\nTwo Flavors of Asian Options:\n\n| Feature | Average Price (Average Rate) | Average Strike |\n|---|---|---|\n| Payoff (Call) | max(A - K, 0) | max(S_T - A, 0) |\n| Payoff (Put) | max(K - A, 0) | max(A - S_T, 0) |\n| A represents | Average of S over life | Average of S over life |\n| Fixed element | Strike K | Terminal price S_T |\n| Common users | Commodity hedgers | Portfolio managers |\n\nwhere A is the average price calculated over predetermined observation dates.\n\nWhy Averaging Reduces Cost:\n\nThe variance of an average is always less than or equal to the variance of the individual observations. For n independent observations:\n\nVar(Average) = Var(S) / n (independent case)\n\nIn practice, prices are correlated, so the reduction is less dramatic but still substantial. With autocorrelated prices:\n\nVar(Average) approximately equals Var(S) x (2/3) for continuously sampled paths\n\nSince option value increases with volatility, a lower effective volatility translates directly into a lower premium.\n\nWorked Example:\nTidewater Refining purchases a 6-month arithmetic average price call on Brent crude with strike $82/barrel. Monthly observation dates are used.\n\nObserved prices: $80, $84, $79, $88, $91, $86\n\nArithmetic average: ($80 + $84 + $79 + $88 + $91 + $86) / 6 = $508 / 6 = $84.67\n\nPayoff: max($84.67 - $82, 0) = $2.67 per barrel\n\nNote that even though the final price is $86 (which would give a vanilla payoff of $4.00), the averaging pulled the payoff lower. Conversely, if the price had spiked to $95 mid-period then crashed to $78 at expiration, the Asian option would still pay out while the vanilla would expire worthless.\n\nArithmetic vs. Geometric Average:\n\n- Geometric average: (S_1 x S_2 x ... x S_n)^(1/n)\n- The geometric average is always less than or equal to the arithmetic average\n- Geometric Asian options have closed-form solutions (the product of lognormals is lognormal)\n- Arithmetic Asian options require numerical methods (Monte Carlo, PDE) because the sum of lognormals is not lognormal\n- In practice, arithmetic averaging dominates because it matches how physical commodity users actually calculate costs\n\nPractical Applications:\n- Commodity importers hedging average purchase costs over a quarter\n- Currency managers protecting average FX conversion rates\n- Reducing manipulation risk: averaging across many dates prevents end-of-period price spikes from distorting payoffs\n\nDive deeper into exotic payoff structures in our FRM Part I materials.

🛡️

Master Part I with our FRM Course

64 lessons · 120+ hours· Expert instruction

#asian-options#average-price#arithmetic-mean#geometric-mean#exotic-options