vault backup: 2026-04-05 17:16:38
This commit is contained in:
BIN
documents/academic/options_pricing_notes.jpg
Normal file
BIN
documents/academic/options_pricing_notes.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 KiB |
75
documents/academic/options_pricing_notes.md
Normal file
75
documents/academic/options_pricing_notes.md
Normal file
@@ -0,0 +1,75 @@
|
||||
---
|
||||
type: notes
|
||||
category: finance
|
||||
person:
|
||||
date: 2017-04-29
|
||||
source: options_pricing_notes.jpg
|
||||
---
|
||||
|
||||
# Q1 - Options Pricing (Binomial Model)
|
||||
|
||||
## (a)
|
||||
|
||||
Stock price tree:
|
||||
|
||||
- S₀ = 100
|
||||
- Up: 130
|
||||
- Down: 80
|
||||
|
||||
Payoff tree (put option, strike = $20 implied):
|
||||
|
||||
- Up: 0
|
||||
- Down: $20
|
||||
|
||||
System of equations (replicating portfolio):
|
||||
|
||||
$$
|
||||
\begin{cases}
|
||||
130\alpha + 1.1\beta = 0 \\
|
||||
80\alpha + 1.1\beta = 20
|
||||
\end{cases}
|
||||
$$
|
||||
|
||||
Solutions:
|
||||
|
||||
$$\alpha = -0.4$$
|
||||
|
||||
$$\beta = 47.27$$
|
||||
|
||||
Put price:
|
||||
|
||||
$$P = -100 \times 0.4 + 47.27 = \boxed{\$7.27}$$
|
||||
|
||||
## (b)
|
||||
|
||||
Payoff tree (call option):
|
||||
|
||||
- Up: 30
|
||||
- Down: 0
|
||||
|
||||
System of equations (replicating portfolio):
|
||||
|
||||
$$
|
||||
\begin{cases}
|
||||
120\alpha + 1.1\beta = 30 \\
|
||||
80\alpha + 1.1\beta = 0
|
||||
\end{cases}
|
||||
$$
|
||||
|
||||
Solutions:
|
||||
|
||||
$$\alpha = 0.6$$
|
||||
|
||||
$$\beta = -43.64$$
|
||||
|
||||
Call price:
|
||||
|
||||
$$C = 60 - 43.64 = \boxed{\$16.36} > 15 \text{ Under priced.}$$
|
||||
|
||||
Buy call and sell/short synthetic put.
|
||||
|
||||
---
|
||||
|
||||
Or, put-call parity:
|
||||
|
||||
$$C = S_0 + P - \frac{X}{(1+r)^t} = \$16.36 > 15$$
|
||||
11
documents/academic/presentations/icse2018.md
Normal file
11
documents/academic/presentations/icse2018.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
type: presentation
|
||||
category: academic
|
||||
person: Yanxin Lu
|
||||
date: 2018
|
||||
source: icse2018.zip
|
||||
---
|
||||
|
||||
# ICSE 2018 Presentation
|
||||
|
||||
Archive containing presentation materials for ICSE (International Conference on Software Engineering) 2018.
|
||||
BIN
documents/academic/presentations/icse2018.zip
Normal file
BIN
documents/academic/presentations/icse2018.zip
Normal file
Binary file not shown.
11
documents/academic/presentations/pldi15.md
Normal file
11
documents/academic/presentations/pldi15.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
type: presentation
|
||||
category: academic
|
||||
person: Yanxin Lu
|
||||
date: 2015
|
||||
source: pldi15.zip
|
||||
---
|
||||
|
||||
# PLDI 2015 Presentation
|
||||
|
||||
Archive containing presentation materials for PLDI (Programming Language Design and Implementation) 2015.
|
||||
BIN
documents/academic/presentations/pldi15.zip
Normal file
BIN
documents/academic/presentations/pldi15.zip
Normal file
Binary file not shown.
11
documents/academic/presentations/www15.md
Normal file
11
documents/academic/presentations/www15.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
type: presentation
|
||||
category: academic
|
||||
person: Yanxin Lu
|
||||
date: 2015
|
||||
source: www15.zip
|
||||
---
|
||||
|
||||
# WWW 2015 Presentation
|
||||
|
||||
Archive containing presentation materials for WWW (World Wide Web Conference) 2015.
|
||||
BIN
documents/academic/presentations/www15.zip
Normal file
BIN
documents/academic/presentations/www15.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user