using markov models in r to understand the lifecycle of exchange-traded...

Upload: gallo-solaris

Post on 03-Apr-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    1/37

    Using Markov Models in R to Understand theLifecycle of Exchange-traded Derivatives

    Grant Cavanaugh(Presenter)

    Ph.D. CandidateAgricultural EconomicsUniversity of [email protected]

    Michael PenickSenior Economist

    US Commodity Futures Trading Commission

    R/Finance Chicago: May 18 2013

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    2/37

    NOTE

    THIS PRESENTATION DOES NOT REFLECT THE OPINIONS

    OF THE CFTC THE ANALYSIS PRESENTED HERE IS BASED ON PUBLICLY AVAILABLE DATA

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    3/37

    My dissertation

    What is the chance that exchange-traded El Nino derivatives willtake off?

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    4/37

    Lets not neglect base rates

    What is the chance that any exchange-traded derivatives will takeoff?

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    5/37

    The basic methodology

    1. Get aggregate stats on annual trading volumes from aninstitutional database (futures, options, cleared swaps)

    2. Add in Mike Penicks work on futures going back to 1954(volumes for some of the contracts in the database cut outabruptly)

    3. Put volume in terms of levels (basically, log 10 rounded downwith separate level for 0 values)

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    6/37

  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    7/37

    The basic methodology cont.

    Now ask: given the state that a contract is in this year (year t),

    what is the probability that it will go to each of the other possiblestates (i.e. those state we see in the sample) next year (year t+1)?

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    8/37

    The basic methodology cont.

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    9/37

    The basic methodology cont.

    In more mathematical terms:

    Volume levelyear t+1 |Volume levelyear t Categorical()

    Dirichlet(x vol level 0, x vol level 1, . . . , x vol level 108 ) (1)

    I estimated this using the Bayesian Gibbs sampling programMartyn Plummers JAGS (using R package rjags )

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    10/37

    The basic methodology cont.

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    11/37

    The basic methodology cont.

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    12/37

    The basic methodology cont.

    If you run this routine on different grouping of contracts you cansee how the rise and fall of trading volumes varies:

    across timeacross exchanges*on individual exchanges across time*across product subgroup*

    *In full paper, not this presentation.

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    13/37

  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    14/37

    The traditional story

    Few contracts have/will ever take off.

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    15/37

    0.00

    0.25

    0.50

    0.75

    1.00

    0e+00 2e+08 4e+08 6e+08Annual volume

    E m p

    i r i c a

    l C D F

    http://goforward/http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    16/37

    0.5

    0.6

    0.7

    0.8

    0.9

    1.0

    0.5

    0.6

    0.7

    0.8

    0.9

    1.0

    0.5

    0.6

    0.7

    0.8

    0.9

    1.0

    0.5

    0.6

    0.7

    0.8

    0.9

    1.0

    0.5

    0.6

    0.7

    0.8

    0.9

    1.0

    0.5

    0.6

    0.7

    0.8

    0.9

    1.0

    0.5

    0.6

    0.7

    0.8

    0.9

    1.0

    1 9 5 0 ' s

    1 9

    6 0 ' s

    1 9 7 0 ' s

    1 9 8 0 ' s

    1 9 9 0 ' s

    2 0 0 0 ' s

    2 0 1 1

    0e+00 1e+06 2e+06 3e+06 4e+06 5e+06An n u a l vol ume

    E m p

    i r i c a l

    C D F

    1960

    1970

    1980

    1990

    2000

    2010Year

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    17/37

    ECDFs tell us. . .

    Trading volume grew steadily less concentrated between the 1950sand 1990s (perhaps with some retrenchment between the 1980s

    and 1990s.)That trend reversed sharply in the 2000s, with the annual ECDFsapproaching a right angle.

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    18/37

    One likely cause. . .

    Innovation exploded during the 2000s.

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    19/37

    0

    1000

    2000

    3000

    1960 1970 1980 1990 2000 2010Year

    D e r i v a

    t i v e s

    i n s a m p

    l e

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    20/37

    vol 0, year t+1 vol 1's, t+1 vol 10's, t+1 vol 100's, t+1 vol 1000's, t+1 vol 10^4's, t+1 vol 10^5's, t+1 vol 10^6's, t+1 vol 10^7's, t+1 vol 10^8's, t+1

  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    21/37

    q

    q

    q

    q

    q

    q

    q

    0.53

    0.6

    0.89

    0.93

    0.82

    0.7

    0.46

    q

    q

    q

    q

    q

    q

    q

    0.59

    0.46

    0.75

    0.45

    0.61

    0.48

    0.58

    q

    q

    q

    q

    q

    q

    q

    0.3

    0.55

    0.62

    0.58

    0.51

    0.32

    0.47

    q

    q

    q

    q

    q

    q

    q

    0.02

    0.13

    0.25

    0.29

    0.23

    0.16

    0.26

    q

    q

    q

    q

    q

    q

    q

    0

    0.03

    0.1

    0.15

    0.14

    0.1

    0.11

    q

    q

    q

    q

    q

    q

    q

    0.1

    0.13

    0.02

    0

    0.01

    0.03

    0.17

    q

    q

    q

    q

    q

    q

    q

    0.1

    0.28

    0.08

    0.09

    0.15

    0.14

    0.18

    q

    q

    q

    q

    q

    q

    q

    0.16

    0.06

    0.15

    0.05

    0.11

    0.08

    0.15

    q

    q

    q

    q

    q

    q

    q

    0.04

    0.05

    0.06

    0.11

    0.07

    0.02

    0.09

    q

    q

    q

    q

    q

    q

    q

    0.01

    0

    0.04

    0.02

    0.02

    0.01

    0.02

    q

    q

    q

    q

    q

    q

    q

    0.08

    0.13

    0

    0.03

    0.04

    0.13

    0.15

    q

    q

    q

    q

    q

    q

    q

    0.21

    0.09

    0.14

    0.03

    0.02

    0.2

    0.15

    q

    q

    q

    q

    q

    q

    q

    0.21

    0.29

    0.2

    0.12

    0.16

    0.22

    0.22

    q

    q

    q

    q

    q

    q

    q

    0.27

    0.24

    0.17

    0.12

    0.19

    0.13

    0.23

    q

    q

    q

    q

    q

    q

    q

    0

    0.05

    0.06

    0.14

    0.04

    0.04

    0.07

    q

    q

    q

    q

    q

    q

    q

    0.2

    0.06

    0.05

    0.01

    0.06

    0.08

    0.14

    q

    q

    q

    q

    q

    q

    q

    0.05

    0.09

    0

    0.1

    0.08

    0.12

    0.06

    q

    q

    q

    q

    q

    q

    q

    0.31

    0.08

    0

    0.05

    0.13

    0.27

    0.11

    q

    q

    q

    q

    q

    q

    q

    0.56

    0.49

    0.2

    0.09

    0.33

    0.43

    0.31

    q

    q

    q

    q

    q

    q

    q

    0.17

    0.25

    0.15

    0.08

    0.21

    0.18

    0.25

    q

    q

    q

    q

    q

    q

    q

    0

    0.04

    0

    0.01

    0.02

    0.04

    0.04

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0.02

    0.14

    0.08

    0.04

    0.02

    q

    q

    q

    q

    q

    q

    q

    0

    0.01

    0.01

    0.05

    0.03

    0.09

    0.04

    q

    q

    q

    q

    q

    q

    q

    0.09

    0.06

    0.29

    0.15

    0.12

    0.22

    0.1

    q

    q

    q

    q

    q

    q

    q

    0.7

    0.53

    0.5

    0.29

    0.4

    0.48

    0.45

    q

    q

    q

    q

    q

    q

    q

    0

    0.02

    0.02

    0

    0.03

    0

    0.03

    q

    q

    q

    q

    q

    q

    q

    0

    0.04

    0

    0.06

    0.02

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.1

    0.01

    0.02

    0.01

    q

    q

    q

    q

    q

    q

    q

    0

    0.01

    0.02

    0.13

    0.03

    0.05

    0.01

    q

    q

    q

    q

    q

    q

    q

    0.11

    0.11

    0.12

    0.14

    0.17

    0.18

    0.1

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.01

    0.01

    0

    0.01

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0.02

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.05

    0.02

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0.02

    0.03

    0.08

    0.01

    0.01

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.06

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0.01

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.03

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.08

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    1950

    1960

    1970

    1980

    1990

    20002010

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v o

    l 0 , y e a

    r t

    v o

    l 1 ' s

    , t

    v o

    l 1

    0 ' s

    , t

    v o

    l 1

    0 0

    ' s

    , t

    v o

    l 1

    0 0 0

    ' s , t

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    D e c a d e

    F 0 0

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    22/37

    From 0 to 0

    vol 0, year t+1

    q

    q

    q

    q

    q

    q

    q

    0.53

    0.6

    0.89

    0.93

    0.82

    0.7

    0.46

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v ol 0

    , y e a

    r t

    0.00 0.25 0.50 0.75 1.00

    Pr(yearonyear move)

    D e c a d e

    F i l di it t d bl di it

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    23/37

    From single digits to double digits

    vol 10's, t+1

    q

    q

    q

    q

    q

    q

    q

    0.21

    0.09

    0.14

    0.03

    0.02

    0.2

    0.15

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v o

    l 1 ' s

    , t

    0.00 0.25 0.50 0.75 1.00

    Pr(yearonyear move)

    D e c a d e

    F d bl digit t 100

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    24/37

    From double digits to 100s

    vol 100's, t+1

    q

    q

    q

    q

    q

    q

    q

    0.31

    0.08

    0

    0.05

    0.13

    0.27

    0.11

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v o

    l 1 0

    ' s , t

    0.00 0.25 0.50 0.75 1.00

    Pr(yearonyear move)

    D e c a d e

    From 100s to 1 000s

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    25/37

    From 100s to 1,000s

    vol 1000's, t+1

    q

    q

    q

    q

    q

    q

    q

    0.09

    0.06

    0.29

    0.15

    0.12

    0.22

    0.1

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v ol 1

    0 0

    ' s , t

    0.00 0.25 0.50 0.75 1.00

    Pr(yearonyear move)

    D e c a d e

    From 1 000s to 10 000s

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    26/37

    From 1,000 s to 10,000 s

    vol 10^4's, t+1

    q

    q

    q

    q

    q

    q

    q

    0.11

    0.11

    0.12

    0.14

    0.17

    0.18

    0.1

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v o

    l 1 0 0 0

    ' s , t

    0.00 0.25 0.50 0.75 1.00

    Pr(yearonyear move)

    D e c a d e

    What should we take from this?

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    27/37

    What should we take from this?

    Contracts at low levels of trading are more exible than in the past.

    More readily move up to trading in the thousands.Low trading is no longer the death sentence it once was.

    vol 0, year t+1 vol 1's, t+1 vol 10's, t+1 vol 100's, t+1 vol 1000's, t+1 vol 10^4's, t+1 vol 10^5's, t+1 vol 10^6's, t+1 vol 10^7's, t+1 vol 10^8's, t+1

    q

    0 05q

    0q

    0 01q

    0 04q

    0 25q

    0 56q

    0 1q

    0q

    0q

    02010

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    28/37

    q

    q

    q

    q

    q

    q

    0.01

    0.01

    0.03

    0.05

    0.05

    0.04

    0.05

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.01

    0.01

    0.01

    0.01

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.01

    0.01

    0.01

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0.03

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.01

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0

    0

    0.01

    0.02

    0.01

    0.01

    0.01

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0

    0.01

    0.04

    0.04

    0.02

    0.04

    0.04

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.01

    0.01

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.01

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.01

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0.09

    0.13

    0.09

    0.13

    0.13

    0.21

    0.25

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0.01

    0.04

    0.02

    0.02

    0.01

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.02

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0.85

    0.7

    0.58

    0.61

    0.71

    0.61

    0.56

    q

    q

    q

    q

    q

    q

    q

    0.12

    0.11

    0.05

    0.07

    0.09

    0.17

    0.22

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.02

    0

    0.01

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0.05

    0.15

    0.24

    0.1

    0.07

    0.09

    0.1

    q

    q

    q

    q

    q

    q

    q

    0.84

    0.83

    0.84

    0.7

    0.81

    0.72

    0.67

    q

    q

    q

    q

    q

    q

    q

    0.77

    0.15

    0.04

    0.08

    0.05

    0.08

    0.19

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0.04

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0.03

    0.06

    0.1

    0.14

    0.06

    0.07

    0.09

    q

    q

    q

    q

    q

    q

    q

    0.15

    0.83

    0.94

    0.8

    0.91

    0.81

    0.78

    q

    q

    q

    q

    q

    q

    q

    0.02

    0.02

    0.02

    0.17

    0.02

    0.02

    0.07

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0.02

    0.05

    0.02

    0.09

    0.02

    q

    q

    q

    q

    q

    q

    q

    0.74

    0.74

    0.74

    0.81

    0.91

    0.92

    0.93

    q

    q

    q

    q

    q

    q

    q

    0.02

    0.02

    0.02

    0.02

    0.84

    0.08

    0.06

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0

    0

    0

    0

    0

    0

    0

    q

    q

    q

    q

    q

    q

    q

    0.01

    0.01

    0.01

    0

    0.04

    0.04

    0

    q

    q

    q

    q

    q

    q

    q

    0.92

    0.92

    0.92

    0.92

    0.14

    0.92

    0.94

    1950

    1960

    1970

    1980

    1990

    2000

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    1950

    1960

    1970

    19801990

    2000

    2010

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v o

    l 1

    0 ^ 4 ' s

    , t

    v o

    l 1

    0 ^

    5 ' s

    , t

    v o

    l 1

    0 ^

    6 ' s

    , t

    v o

    l 1

    0 ^ 7 ' s

    , t

    v o

    l 1

    0 ^

    8 ' s

    , t

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    0 . 0 0

    0 . 2 5

    0 . 5 0

    0 . 7 5

    1 . 0 0

    D e c a d e

    What should we take from this?

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    29/37

    What should we take from this?

    The additional exibility for low volume contracts coincided with

    some erosion of the probability of progressing to higher volumelevels.

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    30/37

    vol 0, year t+1

    q

    q

    q

    q

    q

    q

    q

    0.01

    0.01

    0.03

    0.05

    0.05

    0.04

    0.05

    1950

    1960

    1970

    1980

    1990

    2000

    2010

    v o

    l 1 0

    ^ 4 ' s

    , t

    0.00 0.25 0.50 0.75 1.00Pr(yearonyear move)

    D e c a d e

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    31/37

    Netting out the changes

  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    32/37

    Netting out the changes

    What is more important from the standpoint of a new contract?The substantially increased exibility from low levels of

    volume?The smaller fall in the probability of progressing to higherlevels of volume?

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    33/37

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    34/37

    q

    q

    q

    q

    q

    q

    q

    1960

    1980

    2000

    1e+05 1e+06Expec te d volume a fter 10 years

    D e c a d e

    Conclusions

    http://find/http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    35/37

    Markets have become more concentrated in any given year.But, contracts are more likely to rise up from low levels of trading.On balance, expected trading level after ten years remained inthe middle of the historical range.So, despite remarkable rates of innovation, the prospects forthe marginal innovation have not eroded.

    Conclusions - from the full article

    http://find/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    36/37

    Based on our reading of the NYMEX:this decadal changes in derivative lifecycles were driven by theswitch to electronic trading rather than exchange consolidation

    In general:variations in expected year ten trading volumes were largerdecade to decade than from exchange to exchange or producttype to product type

    Final thought - the iTune-ization of derivatives markets?

    http://find/http://goback/
  • 7/28/2019 Using Markov Models in R to Understand the Lifecycle of Exchange-Traded Derivatives_Cavanaugh_2013_Slides

    37/37

    g

    Paradigm shift in marginal cost structure of a good withelastic demand. (Supply effect)New technologies allow for ubiquitous access to that good.

    (Demand effect)The market rewards specialty products more than in the past;and, blockbusters are as large/larger than theyve ever beenbefore. . . but some of this change came at the expense of babyblockbusters.

    http://find/http://goback/