CompFin 2020 SS QF Sheet 04
CompFin 2020 SS QF Sheet 04
Mathematisches Seminar
Prof. Dr. Sören Christensen
Adrian Theopold, Henrik Valett Sheet 04
Computational Finance
Exercises for all participants
T-Exercise 10 (2 points)
In the course we fixed the relation u = d1 in the specification of the binomial model that
is used as an approximation to the Black-Scholes model. For even M ∈ N, this implies
M M
S(0)u 2 d 2 = S(0). Replace the condition (1.3), i.e. u = d1 , by
M M
S(0)u 2 d 2 = K.
C-Exercise 11 (2 points)
We want to price a European call option that is deep out of the money with strike price K > 0
using the binomial model where condition (1.3) is replaced by
M M
S(0)u 2 d 2 = K.
Write a function
that computes and returns an approximation to the price of an European call option with
strike K > 0 and maturity T > 0 in the Black-Scholes model with initial stock price S(0) > 0,
interest rate r > 0 and volatility σ > 0 using the CRR-model with the altered condition and
M ∈ N time steps.
We now want to compare the new method to the old one and to the true price in the BS-model.
To this end also write a function that calculates the price of a European call with the original
conditions from the lecture notes and in addition implement the BS-Formula for call options.
Compare the results by plotting the error of each approximation against the BS-price in a
common graph. Use the following parameters
dE(t) = . . . dt + . . . dW (t).
T-Exercise 13 (4 points)
Let W1 , W2 be independent standard Brownian motions. Consider a market with three assets
S0 , S1 , S2 , which follow the equations
S0 (t) = 1,
dS1 (t) = S1 (t) (3dt + dW1 (t) − dW2 (t)) ,
dS2 (t) = S2 (t) (1dt − dW1 (t) + dW2 (t)) .
Please comment your solution. Please include your name(s) as comment in the beginning
of the file.