Assignment One
Assignment One
Assignment Three
Due Date: October 7, 2024.
1 Theoretical Problems
1. Let Xt be a diffusion process
dXt = µ(Xt )dt + σ(Xt )dBt
where B is a standard Brownian motion.
1
3. Consider the following boundary value problem in the domain [0, T ]×R.
∂F ∂F σ 2 (t, x) ∂ 2 F
+ µ(t, x) + + k(t, x) = 0
∂t ∂x 2 ∂x2
F (T, x) = G(x)
ct ≥ 0, ∀t ≥ 0,
u0t + u1t = 1, ∀t ≥ 0. (2)
2
6. Consider a general control problem of minimizing
Z T
u u
E F (t, Xt , ut ) dt + Φ(XT ) (3)
0
2 Computational Problems
1. Obtain the time series of returns of a stock, returns of a market index
(e.g. the S&P 500 and an interest rate that may be interpreted as
risk-free (e.g. a T-bill rate). Consider the equation:
RSt − rf t = α + β(RM t − rf t ) + εt
where RSt is the return of the stock at time t, rf t is the risk-free rate
at time t and RM t is the return of the market index at time t. Find the
parameters that give the best fit to the above equation by minimizing:
3
(c) ∥ε∥∞ = maxt |εt |
max wT µ − τ wT Σw (8)
w
wT 1 = 1 (9)
• For the next period, calculate the realized return for each of the
portfolios wi that were obtained. Also calculate the realized return
of a portfolio that simply places equal weights on each of the
assets.
After completing the above steps, you will have generated a time series
of returns for each investment strategy (one time series corresponding to
each risk aversion level, and one corresponding to the equally weighted
portfolio). Your program should then calculate the following statistics
for each of the strategies based on the empirical distribution (i.e. equal
weight for each point in your return series): expected return, standard
deviation, and Sharpe Ratio.
You may wish to test your program with real financial data, for ex-
ample by downloading time series from yahoo.com, the MSCI indexes
4
available from www.mscibarra.com, or the hedge fund indexes available
from www.hedgefundresearch.com. While it is not required for the ex-
ercise, if you are interested you may wish to investigate other aspects
of the trading strategies (for example, the amount of turnover in the
portfolio from period to period, which is very important in practice
when trades are subject to transactions costs).