Starting from:

$25

FINM32000 - Practice Final Exam Questions - Solved

Open book, open notes, open computers. No collaboration. Cite all sources.

Problem 1
You have a deck of 5 cards randomly shuffled with all permutations of the 5 cards equally likely.

You know that 3 of the cards are white and 2 are black.

You sucessively reveal cards, without replacement of white cards, but with replacement of black cards. For every white card that you reveal, you get 1 dollar, and the white card is burned (not replaced in the deck). For every black card that you reveal, you pay 1 dollar, and the black card is replaced in a uniformly random location in the deck.

So, for example, if you choose to see the first card, your profit at time 1 will be either 1 or 1. That card will be returned to the deck, or not, depending on whether it is black or white. Then, if you choose to see a second card, your total profit at time 2 will be 2 or 0 or 2.

You may stop playing the game at any stopping time that you choose, that is earlier than or equal to time 3 (which is immediately after the 3rd card is revealed). This game does not allow you to stop later than time 3; therefore at least 2 cards will remain in the deck when you stop.

(a)     What is the (time-0, before any cards are revealed) expectation of your final total profit,using the strategy that optimizes expected total profit?

(b)    Suppose that after playing one turn, the first card is revealed to be black. In that case, whatis the (time-1, after the first card is revealed) expectation of your final total profit? In that case, is it optimal to stop at time 1?

1

Let f be a smooth function mapping the underlying x to the price fpxq of some contract.

(a)    For general x P R and h 0, find the second-order (so it includes zeroth, first, and second order terms) Taylor approximation of fpx hq in terms of fpxq, f1pxq, f2pxq, and h. Find the second order Taylor appoximation of fpx 2hq in terms of fpxq, f1pxq, f2pxq, and h.

(b)    Find the linear combination of fpxq, fpx hq, and fpx 2hq that produces a second-order accurate approximation of f1pxq. Specifically, find a,b,c such that

                                                                    pxq                                                  (*)

                where the error is (you don’t need to prove this:) bounded by h2 times a constant as h           0.

Hint:

                                                                    f1pxq      0      fpxq      1      f1pxq      0      f2pxq

Now compare coefficients.

(c)    Let CpX,tq be the time-t value of some contract, given time-t underlying price X. Here is a table of values of CpX,tq.

1.62
1.39
1.40
1.20
1.24
1.03
X=20

X=15

X=10 t=0         t=0.1

Given underlying X0 10, find the time-0 delta of the contract, using a second-order accurate finite difference approximation.

Given underlying X0 15, find the time-0 gamma of the contract, the time-0 theta of the contract, and the time-0 charm of the contract, where

                                                                                                       B3C             B B B

Charm         C BtBx2             Bt Bx Bx

(Your t-derivative calculations do not need to be second-order accurate.)

Let Y W X Z where W and X and Z are independently and identically distributed random variables, each one having 50% probability of being 0, and 50% probability of being 1.

(This is a model of the Presidential election contracts[1] from last quarter, but the price data from last quarter are not consistent with the probability assumptions here, so I advise you to treat this as a separate problem.)

Suppose that someone (who fails to see that EY can be directly calculated) decides to calculate EY by Monte Carlo, by simulating pW,X,Zq and multiplying them together to simulate Y . Suppose he runs M simulations of Y generated in this way, in all parts (a,b,c).

(a)    What is the variance of the ordinary Monte Carlo estimate?

(b)    Suppose that he uses X as a control variate. What is the optimal coefficient β to multiply the control variate? What is the variance of the resulting control variate estimate?

(c)    Instead of using a control variate, suppose that you use antithetic variates to estimate EY , by simulating pairs pYm,Y˜mq for m 1,...,M, where

                                                                                             Ym :       WmXmZm

and the antithetic variate is defined by

                                                                            Y˜m :p1        Wmqp1      Xmqp1       Zmq

What is the variance of your antithetic variate estimate of EY ?

Let 0        T1          T2             T3. Assume zero interest rates.

Suppose that a non-dividend-paying stock has dynamics

                                                                       dSt            σptqStdWt,           S0          100                                                                (1)

where W is Brownian motion under risk-neutral probabilities, and where the time-dependent but non-random instantaneous or local volatility function σ : r0,T3s R is a step function, constant within each interval p0,T1s, pT1,T2s, and pT2,T3s.

For any T P r0,T3s, let CpTq be the time-0 price, and ImpVolpTq be the time-0 Black-Scholes implied volatility, of a European call option on S with strike 100 and expiration T.

You may, but are not required to, use Python to solve these problems. In any case, please show your calculations, and report all results to at least three significant digits (three digits, not counting leading zeros).

(a)     Let T1           0.10, let T2               0.25, let T3               0.50. Fill in the 6 blank spaces of the following table.

ImpVol(T)
σ(t)
C(T)
0.250
t in (0,T1]            T = T1   

                    t in (T1,T2]                                                                                    0.320

                   T = T2                                                                                    

6.20
t in (T2,T3]          T = T3   

(b)    Again let T1                  0.10, let T2               0.25, let T3               0.50.

In this part, there is not a unique way to fill in the 3 blank spaces, so let us specify which one of the many solutions to choose:

Fill in the 3 blank spaces of the following table such that ImpVolpT2q is as large as possible,

given ImpVolpT1q and ImpVolpT3q.
 
 
 
ImpVol(T)
σ(t)
                                                  T = T1                                                        0.250

                                                  t in (T1,T2]                                                          

 

                                                  T = T3                                                        0.360

5

Problem 5
Suppose that a non-dividend-paying stock S follows Black-Scholes dynamics, with interest rate r and volatility σ.

Let S0 400 and T 1{12 and σ 0.3 and r 0.01. Calculate the strike of a T-expiry call option with delta 0.25, by completing the code in the provided ipynb notebook.

Unlike the homework, the where you used the inverse of the normal CDF, here you will use a root-finder (bisect) to solve for the strike where the delta is at the desired level.

(Why may we want to use a root finder, rather than the inverse CDF? Because if the implied volatility σ is not flat, but rather a function of strike, then the homework formula is no longer a valid expression for the strike in terms of the delta, while the root-finder approach still works.)

6
[1] 1where Y            Trump.US, and pW,X,Zq          pTrump.GA,Trump.PA,Trump.AZq

More products