Description Usage Arguments Value References Examples
The payout of the spread option is
max(S1_T - S2_T - K, 0) where S1_T and S2_T are the
prices at expiry T of assets 1 and 2 respectively and K is
the strike price.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 
| strike | (vector of) strike price | 
| spot1 | (vector of) spot price of asset 1 | 
| spot2 | (vector of) spot price of asset 2 | 
| texp | (vector of) time to expiry | 
| sigma1 | (vector of) volatility of asset 1 | 
| sigma2 | (vector of) volatility of asset 2 | 
| corr | correlation | 
| intr | interest rate | 
| divr1 | dividend rate of asset 1 | 
| divr2 | dividend rate of asset 2 | 
| cp | call/put sign.  | 
| forward1 | forward price of asset 1. If given, overrides  | 
| forward2 | forward price of asset 2. If given, overrides  | 
| df | discount factor. If given,  | 
option price
Bjerksund, P., & Stensland, G. (2014). Closed form spread option valuation. Quantitative Finance, 14(10), 1785–1794. doi: 10.1080/14697688.2011.617775
| 1 | FER::SpreadBjerksund2014((-2:2)*10, 100, 120, 1.3, 0.2, 0.3, -0.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.