ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
European Call
2
T1
3
r3%
4
K11
5
6
7
t = 0t = 1
8
S1u14
9
c1u3
10
S010A1uaS1 +be^rt
11
c0?
12
A0aS0 + b
13
S1d8
14
c1d0
15
A1daS1 +be^rt
16
17
Construct a replicating portfolio A by long a units of stock and b units of $1 risk-free bond, so that A1 = c1
18
14a+be^3% = 3
141.030454534a=3
19
8a + be^3% = 0
81.030454534b=0
20
21
=>a=0.5
MMULT(MINVERSE(D22:E23),H22:H23)
22
b=-3.881782134
23
24
By no arbitrage, A0 = c0
25
c0 = aS0 + b =
1.118217866
26
27
Risk-neutral representation
28
u1.4=S1u/S0
29
d0.8=S1d/S0
30
qu0.3840908899
=(e^(rT)-d)/(u-d)
31
qd0.6159091101=1-qu
32
c01.118217866
=e^(-rT)(qu*c1u + qd*c1d)
33
34
European Put
35
T1
36
r3%
37
K11
38
39
40
t = 0t = 1
41
S1u14
42
p1u0
43
S010A1uaS1 +be^rt
44
p0?
45
A0aS0 + b
46
S1d8
47
p1d3
48
A1daS1 +be^rt
49
50
Construct a replicating portfolio A by long a units of stock and b units of $1 risk-free bond, so that A1 = c1
51
14a+be^3% = 3
141.030454534a=0
52
8a + be^3% = 0
81.030454534b=3
53
54
=>a=-0.5
MMULT(MINVERSE(D22:E23),H22:H23)
55
b=6.793118735
56
57
By no arbitrage, A0 = c0
58
p0 = aS0 + b =
1.793118735
59
60
Risk-neutral representation
61
u1.4=S1u/S0
62
d0.8=S1d/S0
63
qu0.3840908899
=(e^(rT)-d)/(u-d)
64
qd0.6159091101=1-qu
65
p01.793118735
=e^(-rT)(qu*c1u + qd*c1d)
66
67
Put call parity
68
p0 = c0 + Ke^(-rT) - S0 =
1.793118735
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100