bankers, bonuses and bustspaforsyt/crisis.pdf · construct the portfolio , by buying e(s;t = 0)...

42
Bankers, Bonuses and Busts Peter Forsyth 1 1 Cheriton School of Computer Science University of Waterloo Winter 2016 1 / 42

Upload: others

Post on 28-Sep-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Bankers, Bonuses and Busts

Peter Forsyth1

1Cheriton School of Computer ScienceUniversity of Waterloo

Winter 2016

1 / 42

Page 2: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Market-Meltdown 2008-9

It is commonly believed that poor modelling of financial derivativescaused the market meltdown of 2008-9.

Should we ban complex financial instruments?

What caused the problems?

2 / 42

Page 3: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Motiviation: Why do we need financial derivatives?

Suppose that you want to build an oil sands plant in Alberta

Recent data suggests that youneed to get $75/bbl to breakeven on a new oil sands plant

You are concerned that oilprices could fall below$75/bbl

As insurance, you buy putoptions on oil

A put option gives you the right (but not the obligation) to sell oilat K = 75, at time T in the future.

Terminology: K is the strike price, T is the expiry time.

3 / 42

Page 4: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Put Options: Financial Insurance

Let S(t) be the spot price of crude at time t

If S(T ) < K , you exercise the option, and effectively get paid$75/bbl for the oil you produce

If S(T ) > K , then you do not exercise the option, and yousimply sell oil on the open market

This contract pays off at t = T

Payoff = max(K − S , 0)

T = Expiry time

K = strike price

By buying a put option, you have locked in the minimum price youwill receive for your oil.

4 / 42

Page 5: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Derivative Contract

This is a simple example of a derivative contract, (a put option),also known as a contingent claim.

In this example, the underlying asset S is the price of crude oil

Other possibilities: oil, electricity, TSX index, defaults ofsubprime loans, etc.

Used by firms and individuals to hedge risk (financialinsurance)

Call Payoff = max(S − K , 0) ; Put Payoff = max(K − S , 0)

Straddle Payoff = max(S − K , 0) + max(K − S , 0) ; Etc . . .

5 / 42

Page 6: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

What is it worth?

So, how much is a bank going to charge me for a put option?

The bank is not in the business of taking risk.

The bank would like to make money, regardless of whathappens to the price of the underlying asset S

The bank sells me the option, at some price today, and hedgesits exposure to me

6 / 42

Page 7: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Price Process

Let S be the price of an underlying asset (i.e. TSX index).

A standard model for the evolution of S through time isGeometric Brownian Motion (GBM) (Black-Scholes-Merton1973)

dS

S= µ dt + σφ

√dt

µ = drift rate,

σ = volatility,

φ = random draw from a

standard normal distribution

7 / 42

Page 8: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Monte Carlo Paths: GBM

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 10

20

40

60

80

100

120

140

160

180

200Geometric Brownian Motion

Time (years)

Ass

et P

rice

T = 1.0σ = .25µ =.10

Figure : Ten realizations of possible random paths.

8 / 42

Page 9: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Efficient Markets

Note: we have not assumed that the prices in the market arerational

We are assuming that the prices are stochastic, i.e.unpredictable

Why is this reasonable?

If the price process was predictable, I (and many others) wouldeventually be able to determine any patterns in the data

In particular, I would be rich, and I would not be speaking toyou today

Sadly, you will observe that I am speaking to you today.

9 / 42

Page 10: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Hedging

Let V (S , t) be the value at any time of the option.

• The bank will sell the option to me for V (S , t = 0) today, andconstruct the following portfolio Π (−tive → short)

Π = −V + eS + B

V = value of option

S = price of underlying

B = cash in risk free money market account

e = units of underlying

10 / 42

Page 11: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Hedging (Black-Scholes-Merton (1973); Scholes-Merton;Nobel Prize (1997))

Hedging objective, determine e (units of underlying), so that

dΠ = Π(t + dt)− Π(t) = 0

Π = −V + eS + B

Stochastic calculus, etc.: value of option V (S , t) given by thesolution to the Black-Scholes Partial Differential Equation (PDE).

Vt +σ2S2

2VSS + SVS − rV = 0

r = risk free interest rate

The optimal number of units in the underlying asset turns out tobe e = ∂V

∂S . This choice for e minimizes the hedge error.

11 / 42

Page 12: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Hedging

So, what does the bank do?

Solve the BS equation, sell me the option today for V(S, 0).

Construct the portfolio Π, by buying e(S , t = 0) units at priceS , and depositing B in the money market account

As t → t + dt, S → S + dS (randomly)

At t + dt bank rebalances the hedge, by buying/sellingunderlying so that e(S + dS , t + dt) = VS

Hedging portfolio is Delta Neutral

12 / 42

Page 13: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Delta Hedging

This strategy is called Delta Hedging.

Note that this is a dynamic strategy (rebalanced atinfinitesimal intervals)

It is self-financing, i.e. once the bank collects cash fromselling option, no further injection of cash into Π is required.

At time T in the future, the bank liquidates Π, pays off shortoption position, at zero gain/loss, regardless of random pathfollowed by S .

13 / 42

Page 14: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

No-arbitrage Price

The value of the option V (S , t) is the no-arbitrage value

V (S , t = 0) is the cost of setting up the portfolio Π at t = 0

The value of the option is not the discounted expected payoff

Does this actually work? Can we construct a hedge so we can’tlose, regardless of the random path followed by S?

Simulate a random price path, along path, carry out deltahedge at finite rebalancing times (not a perfect hedge)

Liquidate portfolio at expiry, pay off option holder, recordnormalized profit and loss (P&L)

Normalized P&L =P&L

Initial Option Premium(1)

Repeat this many times

14 / 42

Page 15: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Monte Carlo Delta Hedge Simulation: Normalized Profitand Loss

−0.8 −0.6 −0.4 −0.2 0 0.2 0.4 0.6 0.80

2

4

6

8

10

12Probability Density: Normalized Profit and Loss

RebalanceWeekly

T = 1 yearVol = .25r = .05Put

40,000 simulations

−0.8 −0.6 −0.4 −0.2 0 0.2 0.4 0.6 0.80

2

4

6

8

10

12Probability Density: Normalized Profit and Loss

RebalanceTwice Daily

T = 1 yearVol = .25r = .05Put

40,000 simulations

As rebalancing interval → 0, standard deviation of relative P&L→ 0.

15 / 42

Page 16: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Hedging: One stochastic path

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1−80

−60

−40

−20

0

20

40

60

80

100

120

Time

Va

lue

Hedging Portfolio Positions: One Stochastic Path

Stock Price

Bond

PortfolioStock Holding

Figure : One year put, K = 100, r = .02, σ = .20, µ = .10, S0 = 100,rebalanced 10000 times.

16 / 42

Page 17: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Reality

Nobody hedges at infinitesimal intervals, volatility 6= const.,GBM not a perfect model

Bank wants to make a profit

V marketbuy = V (S , t)model + ε1 + ε2

V marketsell = V (S , t)model − ε1 − ε2

ε1 = profit

ε2 = compensation for imperfect hedge

V marketbuy − V market

sell = bid-ask spread

17 / 42

Page 18: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

What’s Wrong with GBM? Volatility is not constant!

100%

120%

140%

160%

Dev

iatio

n of

Ret

urns

Implied Volatility for S&P 100 Portfolio (VXO) and S&P 500 Portfolio (VIX),

Annualized Standard Deviation of Returns, 1986-2015

VXO VIX

0%

20%

40%

60%

80%

1986

1987

1988

1989

1990

1991

1992

1993

1994

1995

1996

1997

1998

1999

2000

2001

2002

2003

2004

2005

2006

2007

2008

2009

2010

2011

2012

2013

2014

Impl

ied

Ann

ual S

tand

ard

© G William Schwert 2001 2015© G. William Schwert, 2001-2015

So, volatility is actually stochastic. This can be modelled andhedged fairly easily.↪→ But there is a worse problem.

18 / 42

Page 19: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

What’s More Wrong with GBM?

Equity return data suggests market has jumps in addition toGBM

Sudden discontinuous changes in price

Risk management: if we don’t hedge the jumps

We are exposed to sudden, large losses

Conventional Wisdom

Jumps are too expensive to hedge

So, most people ignore the jumps, i.e. market crashes

But, it seems that we get a financial crisis occurring aboutonce every ten years

Does it make sense to ignore these events?

Jumps are also known as Black Swans (see the book withthe same title by Nassim Taleb)

19 / 42

Page 20: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Example: A Drug Company

If this were Geometric Brownian Motion, this pattern wouldoccur only once in a time long compared to the age of theUniverse

20 / 42

Page 21: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

“ Sigh: No Forest”

Figure : SinoForest

June 2, 2011 Muddy Waters Research releases report claimingaccounting irregularities at SinoForest.

21 / 42

Page 22: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

US CRSP Index monthly log returns 1926-2015

−6 −4 −2 0 2 4 60

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

Probability Density

Return scaled to zero mean, unit standard deviation

Observed density

Standard normal density

Figure : Scaled to zero mean and unit standard deviation, standardnormal distribution also shown

22 / 42

Page 23: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

US CRSP Index monthly log returns 1926-2015

Extreme events morelikely than simpleGBM

Higher peak, fattertail than normaldistribution

Plots of EuroStoxx,TSX, etc. all looksimilar

−6 −4 −2 0 2 4 60

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

Probability Density

Return scaled to zero mean, unit standard deviation

Observed density

Standard normal density

23 / 42

Page 24: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

A Better Model: Jump Diffusion (1976)

dS

S=

GBM︷ ︸︸ ︷µ dt + σφ

√dt +

Jumps︷ ︸︸ ︷(J − 1)dq

dq =

{0 with probability 1− λdt

1 with probability λdt,

λ = mean arrival rate of Poisson jumps; S → JS

J = Random jump size.

GBM plus jumps (jump diffusion)

When a jump occurs, S → JS , where J is also random

This simulates a sudden market crash

24 / 42

Page 25: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Monte Carlo Paths

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 10

20

40

60

80

100

120

140

160

180

200Jump Diffusion

Time (years)

Ass

et P

rice

T = 1.0σ = .25µ = .10

Jump Arrival Rate = .10/year

The arrival rate of the Poisson jump process is .1 per year. Most ofthe time, the asset follows GBM. In only one of ten stochasticpaths, in any given year, can we expect a crash.

25 / 42

Page 26: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Option Price V = V (S , t) Given by PIDE/VariationalInequality

min(Vτ − LV − λIV ,V − V ∗) = 0 American

Vτ = LV − λIV European

LV ≡ σ2

2S2VSS + (r − λκ)SVS − (r + λ)V

IV ≡∫ ∞0

V (SJ)gQ(J) dJ

T = maturity date, κ = EQ[J − 1], V ∗ = payoff ,

r = risk free rate , τ = T − t,

gQ(J) = probability density function of the jump amplitude J

• An American option can be exercised at any time in [0,T ]• American price given by solution of a Hamilton Jacobi Bellman(HJB) PIDE

26 / 42

Page 27: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Technical Note: Option Price, Jump Diffusion

Option price: Hamilton Jacobi Bellman (HJB) VariationalInequality (VI)

HJB VI is non-linear

In general, solutions to the HJB VI are non-smooth

What does it mean to solve a differential equation wheresolution is not differentiable?

Need to consider the idea of viscosity solution 1

Need to construct numerical algorithms which guaranteeconvergence to the viscosity solution

Easy to construct examples where seemingly reasonablenumerical methods converge to the wrong (i.e. non-viscosity)solution

1Pierre-Louis Lions was awarded the Fields medal in 1994 for his work onviscosity solutions

27 / 42

Page 28: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

The Trader Strategy

Suppose the real world follows jump diffusion

You work at a bank, and convince your boss that you don’thave to worry about jumps (e.g. sudden increase in defaultrates).

You sell put options, and use the simple delta hedge.

You use the constant volatility Black Scholes equation tocompute the delta hedge (e.g. back out implied volatility fromtraded options)

What happens? (Note: this is the wrong model)

First: recall P&L for delta hedging, real process GBM

28 / 42

Page 29: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Recall Delta Hedging: Real Process GBM

−6 −4 −2 0 2 4 60

0.5

1

1.5

2

2.5

3

3.5

4

4.5

5

Normalized Profit and Loss

Pro

babi

lity

Den

sity

Probability Density of Profit and Loss: GBM

Figure : Normalized profit and loss, daily rebalancing

• I have rescaled the previous plot (we will see why later).

29 / 42

Page 30: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Delta Hedging: Real Process Jump Diffusion (dailyrebalancing)

−6 −4 −2 0 2 4 60

0.5

1

1.5

2

2.5

3

3.5

4

4.5

5

Normalized Profit and Loss

Pro

babi

lity

Den

sity

Probability Density of Profit and Loss: Jump Diffusion

InfrequentLarge Losses

FrequentSmall Gains

• The peak of the probability density is shifted to the right.• There is a big tail of enormous losses to the left.

30 / 42

Page 31: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

But look at the tail!

−5 −4 −3 −2 −1 0 10

0.05

0.1

0.15

0.2

0.25

Normalized Profit and Loss

Pro

babi

lity

Den

sity

Probability Density of Profit and Loss: Jump Diffusion

Zoom of P&LPlot ShowingTail Losses

• The 95% Conditional Value at Risk (CVAR) is about −4.0.• In other words, the average of the worst 5% of the tail losses isabout 400% of the option premium.

31 / 42

Page 32: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

What should happen?

Most of the time, if you areonly going to delta hedge,you make small gains

You should put these gains ina reserve fund, so that youwill be able to use the reservewhen the jump (i.e. a crash)occurs

−6 −4 −2 0 2 4 60

0.5

1

1.5

2

2.5

3

3.5

4

4.5

5

Normalized Profit and Loss

Pro

babi

lity

Den

sity

Probability Density of Profit and Loss: Jump Diffusion

InfrequentLarge Losses

FrequentSmall Gains

Current data suggests that crashes occur about once every tenyears.

32 / 42

Page 33: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

What actually happens?

If you ignore the tail risk inour toy example

The mean of the (tail-less)distribution is +.20

Most of the time you make aprofit.

−6 −4 −2 0 2 4 60

0.5

1

1.5

2

2.5

3

3.5

4

4.5

5

Normalized Profit and Loss

Pro

babi

lity

Den

sity

Probability Density of Profit and Loss: Jump Diffusion

InfrequentLarge Losses

FrequentSmall Gains

You use leverage (i.e. borrowing) to magnify these small gains.

Your boss is happy, your shareholders are happy, you get paid alarge bonus.

33 / 42

Page 34: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Everybody is happy: until . . .

This goes on for some time (onaverage, ten years in the aboveexample)

Then a crash occurs

You retire rich, shareholders andtaxpayers pay for the losses

Sounds like a perfect strategy! −5 −4 −3 −2 −1 0 10

0.05

0.1

0.15

0.2

0.25

Normalized Profit and Loss

Pro

babi

lity

Den

sity

Probability Density of Profit and Loss: Jump Diffusion

Zoom of P&LPlot ShowingTail Losses

Of course, you claim that the jump was a totally unforeseen event,should happen only once every 106 years, etc. (assuming GBM)

34 / 42

Page 35: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Technical Note: How can we hedge jumps?

In fact, a trading strategy can be devised which hedges againstcrashes.

Problems

1 We don’t know when a jump will occur

2 We don’t know how big the jump will be

Solution:

Design a hedging strategy which does not require goodestimates of jump frequency or jump size

Involves solving the HJB VI numerically, and solving anoptimization problem

35 / 42

Page 36: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Hedging the Jumps

See “Dynamic Hedging Under Jump Diffusion withTransaction Costs,” Kennedy, Forsyth, Vetzal, OperationsResearch Vol. 57 (2009) 541-559; “Calibration and hedgingunder jump diffusion,” He, Kennedy, Coleman, Forsyth, Li,Vetzal, Review of Derivatives Research Vol 9 (2006) 1-35.

This strategy is robust to bad estimates of jump frequencyand jump size distribution

But this would cost a bit more (price of options would beabout 10% higher).

This would cut into the (apparent) short term profits.

So, nobody does this

36 / 42

Page 37: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

The current problems

The recent large scale bailouts of financial firms were caused by

Poor hedging of credit derivatives

No allowance made for sudden changes in model parameters

→ i.e. no hedging of jumps!

Charles Prince, ex CEO of Citigroup2, explaining why Citigroupwas aggressively involved in credit derivatives (2007)

“As long as the music is playing, you’ve got to get upand dance.”

2Prince received a $105 Million exit payment. Citi shares have lost 80% oftheir value

37 / 42

Page 38: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Warning bells have been sounding for years

From a paper we wrote in 2002, about complex products sold byinsurance companies

“If one adopts the no-arbitrage perspective...in manycases these contracts appear to be significantlyunderpriced, in the sense that the current deferred feesbeing charged are insufficient to establish a dynamichedge for providing the guarantee...This finding mightraise concerns at institutions writing such contracts.”

Windcliff, Forsyth, LeRoux, Vetzal, North American Actuarial J., 6(2002) 107-125

38 / 42

Page 39: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

What Happened?

As described in a Globe and Mail article (Report on Business,December 2, 2008, “Manulife, in red, raises new equity,”), one ofthe large Canadian insurance companies, Manulife, posted a largemark-to-market writedown to account for losses associated withthese segregated fund guarantees. From the Globe and MailStreetwise Blog, November 7, 2008

“Concerns that the market selloff will translate intomassive future losses at Canada’s largest insurer sentManulife shares reeling last month. Those concerns werea result of Manulife’s strategy of not fully hedgingproducts3 such as annuities and segregated funds, whichpromise investors income no matter what markets do.”

3In 2004, CEO Dominic D’Alessandro decided not to hedge these products.The board of Manulife awarded him $25 Million in 2009 for extraordinaryperformance.

39 / 42

Page 40: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

And the pain continues...

Financial Post, August 6, 2010

“Two years after the market meltdown exposed a criticalweakness at Manulife Financial Corp., the life insurancegiant continues to be plagued by market gyrations thatcontributed to a record loss of $2.4-billion in the secondquarter. . .

Manulife is also increasing prices where possible, hedginga greater proportion of the variable annuity businesses asmarkets rise, and contemplating hedging interest rates,executives said yesterday.”

Globe and Mail, November 8, 2012

“...insurer took a $1-billion charge that stemmed largelyfrom a change in behaviour by its customers ...variableannuities...”

40 / 42

Page 41: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

Are Mathematicians/Computer Scientists to blame for themeltdown of 2008?

Black Scholes model, constant volatility (1973)

Jump diffusion (i.e. Black Swan) (1976)

Local volatility σ = σ(S , t) (1990)

Stochastic volatility plus jumps (1995)

Most common models used by banks: local volatility, maybestochastic volatility, no jumps

Why no jumps?

“Jump models are too hard to calibrate”“Jump models take too long to compute.”“Jump models give prices which are too high.”“It is too hard to hedge with jump models.”

Reality: ignoring jumps ⇒ bonus generating machine (disguisesrisk)

41 / 42

Page 42: Bankers, Bonuses and Bustspaforsyt/crisis.pdf · Construct the portfolio , by buying e(S;t = 0) units at price S, and depositing B in the money market account As t !t + dt, S !S +

What is going to stop another meltdown from happeningagain?

It is in the interests of bank executives and traders tounderestimate long term risks.

They get paid big dollars to be optimistic.

Did you know that Citigroup (under various names) has beenbailed out by the US government four times in the last eightyyears (New York Times, November 1, 2009).

It is easy to devise trading strategies which give distributionssimilar to that shown in our toy example.

One could argue that bankers are simply maximizing their ownwelfare by taking advantage of the Yellen Put.

We are likely to see another banking sector meltdown in5− 10 years.

42 / 42