This page presentes some european option trading strategies. All derivatives contracts are assumed to be on the same underlying asset, and having the same maturity date.
All the diagrams bellow take only into account the asset payoff at maturity as a function of the underlying asset value. They do not represent the profit/loss of holding a position on such assests as they ignore the options’ premium.
\(S_T\) is underlying asset value at maturity \(T\), and \(X\) is the option exercise price.
Synthetic forward
A synthetic forward (long position) can be created by buying a call and selling a put with the same exercise price.
A short position on a synthetic forward can be created by selling a call and buying a put with the same exercise price.
You can change the options’ exercise price (\(X\)) using the slider below.
longSyntheticForwardPayoff = Plot.plot({caption:"Synthetic Long Forward (Long Call + Short Put)",x: {domain: [0,150],label:"S_T" },y: {domain: [-150,150],label:"Payoff" },grid:true,marks: [ Plot.ruleY([0]), Plot.ruleX([0]), Plot.ruleX([xsyn], {stroke:"gray",strokeDasharray:"4,4"}),// Long Call Plot.line([[0,0], [xsyn,0], [150,150- xsyn]], {stroke:"blue",strokeWidth:1.5,opacity:0.5}),// Short Put Plot.line([[0,-(xsyn)], [xsyn,0], [150,0]], {stroke:"red",strokeWidth:1.5,opacity:0.5}),// Combined payoff (synthetic forward) Plot.line([[0,-xsyn], [150,150- xsyn]], {stroke:"green",strokeWidth:2.5}), Plot.dot( [[stsyn, stsyn - xsyn]], {fill:"green",r:5,title: d =>`S_T: ${stsyn}X: ${xsyn}Payoff: ${stsyn - xsyn}`,tip:true }) ],title:"Long Synthetic Forward (Long Call + Short Put)"})
shortSyntheticForwardPayoff = Plot.plot({caption:"Synthetic Short Forward (Short Call + Long Put)",x: {domain: [0,150],label:"S_T" },y: {domain: [-150,150],label:"Payoff" },grid:true,marks: [ Plot.ruleY([0]), Plot.ruleX([0]), Plot.ruleX([xsyn], {stroke:"gray",strokeDasharray:"4,4"}),// Short Call Plot.line([[0,0], [xsyn,0], [150, xsyn -150]], {stroke:"red",strokeWidth:1.5,opacity:0.5}),// Long Put Plot.line([[0, xsyn], [xsyn,0], [150,0]], {stroke:"blue",strokeWidth:1.5,opacity:0.5}),// Combined payoff (synthetic forward) Plot.line([[0, xsyn], [150, xsyn -150]], {stroke:"purple",strokeWidth:2.5}), Plot.dot( [[stsyn, xsyn - stsyn]], {fill:"purple",r:5,title: d =>`S_T: ${stsyn}X: ${xsyn}Payoff: ${xsyn - stsyn}`,tip:true }) ],title:"Short Synthetic Forward (Short Call + Long Put)"})
Notice that:
The long synthetic forward (long call + short put) has a payoff of \(S_T - X\), which is identical to a long position in a forward contract with forward price \(F_0 = X\).
The short synthetic forward (short call + long put) has a payoff of \(X - S_T\), which is identical to a short position in a forward contract with forward price \(F_0 = X\).
In both cases, the exercise price effectively becomes the forward price in these synthetic positions.
Spreads
A bull spread is the result of buying a call option with exercise price of \(X_1\) and selling a call option with exercise price \(X_2\),, where \(X_1 < X_2\).
A bear spread is the result of buying a put option with exercise price of \(X_2\) and selling a put option with exercise price \(X_1\), where \(X_1 < X_2\).
You can adjust the parameters below to see how they affect spread payoffs:
viewof x1 = Inputs.range([50,120], {step:1,label:"X₁ (Lower Exercise Price)",value:80})viewof spreadSize = Inputs.range([5,50], {step:5,label:"Spread (X₂ - X₁)",value:20})viewof stspread = Inputs.range([0,150], {step:1,label:"S_T",value:90})// Calculate X₂ based on X₁ and the spreadx2 = x1 + spreadSize
Created by buying both a call and a put with the same strike price \(X\)
Profits when the underlying asset price moves significantly in either direction
Maximum loss: Total premium paid for both options (occurs when \(S_T = X\))
Unlimited payoff potential (theoretically) on the upside, and payoff potential up to \(X\) on the downside
Used when expecting high volatility or a major price movement but uncertain about the direction
Short Straddle
Created by selling both a call and a put with the same strike price \(X\)
Profits when the underlying asset price remains stable near the strike price \(X\)
Maximum profit: Total premium received from both options (occurs when \(S_T = X\))
Unlimited payoff potential (theoretically) on the upside, and payoff potential up to \(X\) on the downside
Used when expecting low volatility or minimal price movement
Strangle
A long straddle is the result of buying a call option with exercise price of \(X_2\) and buying a put option with exercise price \(X_1\), where \(X_1 < X_2\).
A short straddle is the result of selling a call option with exercise price of \(X_1\) and selling a put option with exercise price \(X_2\), where \(X_1 < X_2\).
You can adjust the parameters below to see how they affect spread payoffs:
viewof x1strangle = Inputs.range([50,120], {step:1,label:"X₁ (Lower Exercise Price)",value:80})viewof strangleSize = Inputs.range([5,50], {step:5,label:"Spread (X₂ - X₁)",value:40})viewof ststrangle = Inputs.range([0,200], {step:1,label:"S_T",value:100})// Calculate X₂ based on X₁ and the spreadx2strangle = x1strangle + strangleSize
Created by buying a put with lower strike price \(X_1\) and a call with higher strike price \(X_2\)
Profits when the underlying asset price moves significantly in either direction (beyond either strike price)
Maximum loss: Total premium paid for both options (occurs when \(S_T\) is between \(X_1\) and \(X_2\))
Unlimited payoff potential on the upside, and payoff potential up to \(X_1\) on the downside
Typically cheaper to establish than a straddle, but requires a larger price movement to be profitable
Short Strangle
Created by selling a put with lower strike price \(X_1\) and a call with higher strike price \(X_2\)
Profits when the underlying asset price remains between the two strike prices
Maximum profit: Total premium received from both options (occurs when \(S_T\) is between \(X_1\) and \(X_2\))
Unlimited potential payoff if \(S_T > X_2\), and payoff potential of \(-X_1\) if \(S_T < X_1\)
Provides a wider profit zone than a short straddle but with similar unlimited negative payoffs characteristics
Butterfly spread
A long buttefly spread is created by selling two call options with exercise price \(X_2\), and buying a call option with an exercise price of \(X_1\), and buying a call option with an exercise price of \(X_3\). Where \(X_1 < X_2 < X_3\), and the difference between the exercise prices are the same \((X_2 - X_1 = X_3 - X_2)\).
A short buttefly spread is created by buying two call options with exercise price \(X_2\), and selling a call option with an exercise price of \(X_1\), and selling a call option with an exercise price of \(X_3\). Where \(X_1 < X_2 < X_3\), and the difference between the exercise prices are the same \((X_2 - X_1 = X_3 - X_2)\).
You can adjust the parameters below to see how they affect butterfly spread payoffs:
viewof x2butterfly = Inputs.range([70,130], {step:5,label:"X₂ (Middle Exercise Price)",value:100})viewof wingSize = Inputs.range([5,30], {step:5,label:"Wing Size (X₂-X₁)",value:20})viewof stbutterfly = Inputs.range([50,150], {step:1,label:"S_T",value:100})// Calculate X₁ and X₃ based on X₂ and wing sizex1butterfly = x2butterfly - wingSizex3butterfly = x2butterfly + wingSize
longButterflyPayoff = Plot.plot({caption:"Long Butterfly (Long Call X₁ + Short 2 Calls X₂ + Long Call X₃)",x: {domain: [Math.max(0, x1butterfly -20), x3butterfly +20],label:"S_T" },y: {domain: [-wingSize -5, wingSize +5],label:"Payoff" },grid:true,marks: [ Plot.ruleY([0]), Plot.ruleX([x1butterfly], {stroke:"gray",strokeDasharray:"4,4"}), Plot.ruleX([x2butterfly], {stroke:"gray",strokeDasharray:"4,4"}), Plot.ruleX([x3butterfly], {stroke:"gray",strokeDasharray:"4,4"}),// Long Call with X₁ Plot.line([[0,0], [x1butterfly,0], [x3butterfly, x3butterfly - x1butterfly], [200,200- x1butterfly]], {stroke:"blue",strokeWidth:1.5,opacity:0.3}),// Short 2 Calls with X₂ Plot.line([[0,0], [x2butterfly,0], [x3butterfly,2* (x2butterfly - x3butterfly)], [200,2* (x2butterfly -200)]], {stroke:"red",strokeWidth:1.5,opacity:0.3}),// Long Call with X₃ Plot.line([[0,0], [x3butterfly,0], [200,200- x3butterfly]], {stroke:"blue",strokeWidth:1.5,opacity:0.3}),// Combined payoff (long butterfly) Plot.line([ [0,0], [x1butterfly,0], [x2butterfly, wingSize], [x3butterfly,0], [200,0] ], {stroke:"green",strokeWidth:2.5}), Plot.dot( [[stbutterfly,calculateButterflyPayoff(stbutterfly, x1butterfly, x2butterfly, x3butterfly)]], {fill:"green",r:5,title: d =>`S_T: ${stbutterfly}X₁: ${x1butterfly}X₂: ${x2butterfly}X₃: ${x3butterfly}Payoff: ${calculateButterflyPayoff(stbutterfly, x1butterfly, x2butterfly, x3butterfly)}`,tip:true }) ],title:"Long Butterfly Spread"})functioncalculateButterflyPayoff(st, x1, x2, x3) {// Long Call X₁const call1 =Math.max(0, st - x1);// Short 2 Calls X₂const call2 =2*Math.max(0, st - x2);// Long Call X₃const call3 =Math.max(0, st - x3);return call1 - call2 + call3;}