Skip to content

Commit

Permalink
LaTeX prettify spreads
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLepelaars committed Oct 21, 2023
1 parent 84be7d5 commit a465392
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions docs/6.option_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ Choose two strike prices `$K_1$` and `$K_2$`.

For a bull spread:

1. Buy one call option with a strike price `K_1`.
1. Buy one call option with a strike price `$K_1$`.

2. Sell one call option with a strike price `K_2`.
2. Sell one call option with a strike price `$K_2$`.

It must hold that `$K_1 < K_2$`.

Expand All @@ -227,9 +227,9 @@ bull_spread.delta() ## 0.2202

For a bear spread:

1. Buy one put option with a strike price `K_1`.
1. Buy one put option with a strike price `$K_1$`.

2. Sell one put option with a strike price `K_2`.
2. Sell one put option with a strike price `$K_2$`.

It must hold that `$K_1 > K_2$`.

Expand All @@ -247,9 +247,13 @@ bear_spread.delta() ## -0.2202

For a calendar call spread:

1. Buy one call option with a time to maturity `T_1` and strike price `K_1`. If `K_1 != K_2` we call it a diagonal spread. If `K_1 == K_2` we call it a horizontal spread.
1. Buy one call option with a time to maturity `$T_1$` and strike price `$K_1$`.

2. Sell one call option with a time to maturity `T_2` and strike price `K_2`.
2. Sell one call option with a time to maturity `$T_2$` and strike price `$K_2$`.

If `$K_1 \neq K_2$` we call it a diagonal call spread.

If `$K_1 = K_2$` we call it a horizontal call spread.

It must hold that `$T_1 > T_2$`.

Expand All @@ -268,9 +272,13 @@ calendar_call_spread.delta() ## 0.1543

For a calendar put spread:

1. Buy one put option with a time to maturity `T_1` and strike price `K_1`. If `K_1 != K_2` we call it a diagonal spread. If `K_1 == K_2` we call it a horizontal spread.
1. Buy one put option with a time to maturity `$T_1$` and strike price `$K_1$`.

2. Sell one put option with a time to maturity `$T_2$` and strike price `$K_2$`.

If `$K_1 \neq K_2$` we call it a diagonal put spread.

2. Sell one put option with a time to maturity `T_2` and strike price `K_2`.
If `$K_1 = K_2$` we call it a horizontal put spread.

It must hold that `$T_1 > T_2$`.

Expand Down

0 comments on commit a465392

Please sign in to comment.