SlideShare a Scribd company logo
1 of 39
FINANCIAL RISK MGT – FRM
Lecture by;
Dr. Syed
Muhammad Ali
Tirmizi
1
2
TOPICS OF CHAPTER NO. 9
 In this lecture, we will cover the following topics:
9. Modelling Dependence
i. Overview
ii. Correlation, Dependence, and Distributions
iii. Copulae
a. Motivation
b. Correlations and Dependence Revisited
c. Classification of Copulae
iv. Synopsis of R packages
a. The package BLCOP
b. The package copula
c. The package fCopulae
d. The package gumbel
e. The package QRM
3
TOPICS OF CHAPTER NO. 9
v. Empirical Applications of Copulae
a. GARCH – copula model
b. Motivation
c. Description
d. Application (R Codes)
vi. Mixed Copula Approaches
e. Application (R Codes)
f. Results and Discussion
4
CHAPTER OVERVIEW
 In this chapter the topic of financial risk modelling
in the context of multiple financial instruments is
addressed.
 Discussion is on the correlation coefficient between
two assets and investigates its appropriateness as a
measure of dependence between two assets.
 We further discusses alternative measures of
dependence, namely the use of rank correlations and
the concept of the copula.
5
CHAPTER OVERVIEW
 Discussion is further extended to the synopsis of the
R packages that specifically include copula
modelling.
 Finally, we will learn how copula models can be
fruitfully combined with the techniques outlined in
Chapters 6, 7 & 8.
 In particular, a copula-GARCH model is proposed
for measuring the market risk of a portfolio.
6
CORRELATION, DEPENDENCE,
AND DISTRIBUTIONS
 The computation and usage of Pearson’s correlation
coefficient is quite pervasive in the quantitative
analysis of financial markets.
 However, applied quantitative researchers are often
unaware of the pitfalls involved in careless application
and usage of correlations as a measure of risk.
 It is therefore appropriate to investigate this
dependence concept in some detail and point out the
shortcomings of this measure.
7
CORRELATION, DEPENDENCE,
AND DISTRIBUTIONS
8
CORRELATION, DEPENDENCE,
AND DISTRIBUTIONS
 The implication for multivariate risk modelling is that only
in the case of jointly elliptically distributed risk factors can
the dependence between these be captured adequately by
the linear correlation coefficient.
 Given the stylized facts of financial market returns this
assumption is barely met.
 It should be pointed out at this point that with respect to
risk modelling one is usually more concerned with the
dependence structure in the tail of a multivariate loss
distribution than with an assessment of the overall
dependence.
9
CORRELATION, DEPENDENCE,
AND DISTRIBUTIONS
Ellipses are common
in physics, astronomy and engineering.
For example, the orbit of each planet in
the solar system is approximately an
ellipse with the Sun at one focus point
(more precisely, the focus is
the barycenter of the Sun planet pair).
The same is true for moons orbiting
planets and all other systems of two
astronomical bodies.
10
CORRELATION, DEPENDENCE,
AND DISTRIBUTIONS
 To highlight the fact that the correlation coefficient
depends on the marginal distributions of the random
variables in question and the possibility that the
correlation coefficient cannot take all values in the
interval −1 ≤ 𝜌 ≤ 1 if one views the multivariate
distribution of these random variables.
11
CORRELATION, DEPENDENCE,
AND DISTRIBUTIONS
12
CORRELATION, DEPENDENCE,
AND DISTRIBUTIONS
 The dependence between financial instruments can
only be depicted correctly with the linear correlation
coefficient if these are jointly elliptically distributed.
 It was also shown that the value of the correlation
coefficient depends on the marginal distributions
and that not all values in the range [−1, 1] are
attainable.
13
COPULAE
 Motivation: The copula approach was introduced by
Sklar (1959). Detailed textbook expositions can be
found in Schweizer and Sklar (1983), Nelsen
(2006), Joe (1997), and McNeil et al. (2005).
 However, only since the mid-1990s have copulae
been used as a tool for modelling dependencies
between assets in empirical finance.
 The word “copula” derives from the Latin verb
copulare and means to “bond” or “tie.”
14
COPULAE
 The marginal distributions of jointly distributed random
variables as well as their dependence are contained in
their joint distribution function, which is as follows;
 This measure may take values less than 1 even if there is
perfect dependence between the two random variables.
 Hence, it is necessary to separate the marginal
distributions from the dependence structure between the
random variables.
 This separation can be achieved by means of a copula.
15
COPULAE
16
COPULAE
 Hence, a copula is the distribution function in ℝ𝑑
space of a d-element random vector with standard
uniform marginal distributions U(0, 1).
 Alternatively, a copula can be interpreted as a function
that maps from the d-dimensional space [0, 1]d into
the unit interval:
 In this interpretation further conditions must be met
by the function C in order to qualify as a copula.
 The dependence structure of the random vector X is
embodied in th copula.
17
CORRELATIONS AND DEPENDENCE REVISITED
 The linear correlation coefficient does not capture
dependencies well in the case of non-elliptically
distributed random variables.
 Furthermore, while this measure depicts the overall
dependence, in the assessment of the riskiness of a
portfolio what matters most is the dependence in the
tail of the joint distribution.
 Hence, in this subsection two further concepts for
capturing the dependence between risk factors are
introduced, namely, concordance and tail dependence.
18
CORRELATIONS AND DEPENDENCE REVISITED
19
CLASSIFICATION OF COPULAE
20
CORRELATIONS AND DEPENDENCE REVISITED
 Two uniformly distributed random variables U1 and
U2 are assumed. Between these two variables three
extreme cases of dependence can be distinguished:
concordance, independence, and discordance.
 First, the case of perfect positive dependence will be
investigated (e.g., U1 = U2). The copula for this case
could then be written as;
21
CORRELATIONS AND DEPENDENCE REVISITED
 The copula would also be valid if a monotone
transformation is applied to the random variables.
 As an intermediate step between this case and that of
discordant random variables, independence will be
investigated next.
 The copula is then the product of the two random
variables:
22
CORRELATIONS AND DEPENDENCE REVISITED
 The joint density function of independent random
variables is the product of the respective marginal
distributions, which equals the independence copula:
23
CORRELATIONS AND DEPENDENCE REVISITED
 We will now classify copulae into two broad
categories, namely Archimedean copulae on the one
hand and distribution-based copulae on the other.
 Within the latter group of copulae the dependence
between the random variables will be captured
implicitly by a distribution parameter.
 For instance, the bivariate case of a Gauss copula is
defined and expressed in the next slide.
24
CORRELATIONS AND DEPENDENCE REVISITED
25
CORRELATIONS AND DEPENDENCE REVISITED
 We will now focus on the Student’s t copula, which is
defined as;
26
CORRELATIONS AND DEPENDENCE REVISITED
27
CORRELATIONS AND DEPENDENCE REVISITED
28
CORRELATIONS AND DEPENDENCE REVISITED
29
CORRELATIONS AND DEPENDENCE REVISITED
 In principle, the unknown parameters of a copula can be
estimated in two ways.
 The first procedure is fully parametric. Because for
multivariate distribution models derived from a copula of
higher dimensions this procedure can be quite burdensome,
Joe and Xu (1996) and Shih and Louis (1995) proposed a
two-step estimation.
 Here, the unknown parameters for the assumed models of
the marginal distributions are estimated first. Based upon
these fitted models, the pseudo-uniform variables are
retrieved from the inverse distribution functions.
 These can then be used for maximizing the likelihood
(copula).
 This approach is, for obvious reasons, often termed
inference functions for margins.
30
CORRELATIONS AND DEPENDENCE REVISITED
 The second procedure is based upon a semi-parametric
approach.
 In contrast to the first procedure, no models are assumed for
the marginals, but rather the empirical distribution functions
are employed to retrieve the pseudo-uniform variables.
 These are then used for maximizing the pseudo-likelihood.
 The parameters of the copula are determined by means of
numerical optimization techniques.
 For the case of a Student’s t copula a simplification results if
Kendall’s tau is calculated first and then the pseudo-
likelihood has to be maximized only with respect to the
degrees of freedom parameter 𝜈.
31
SYNOPSIS FOR R PACKAGES
 The package BLCOP: The package BLCOP (see
Gochez et al. 2015) implements the Black–Litterman
approach (see Black and Litterman 1990) to portfolio
optimization and the framework of copula opinion
pooling (see Meucci 2006a,b, 2010).
 The package depends on the packages methods, MASS
(see Venables and Ripley 2002), and quadprog the latter
is a non-standard package and will be installed
automatically if not found in the search path.
32
SYNOPSIS FOR R PACKAGES
 The package copula: In the package copula the copula
concept is implemented in a broad and self-contained
manner (see Hofert and Mächler 2011; Hofert et al.
2015; Kojadinovic and Yan 2010; Yan 2007).
 The package is considered to be a core package of the
CRAN “Distributions” Task View and is also listed in
the “Finance” and “Multivariate” Task Views. S4 classes
and methods not only for elliptical and Archimedean but
also for extreme value copulae are defined, enabling the
user to estimate copulae and conduct statistical tests with
respect to the appropriateness of a chosen copula.
33
SYNOPSIS FOR R PACKAGES
 The package fCopulae: Similar to the package
copula, the package fCopulae offers a unified
treatment of copulae (see Würtz and Setz 2014).
 The package is part of the Rmetrics suite of
packages and is considered a core package in the
CRAN “Distributions” and “Finance” Task Views.
 It employs S4 as well as S3 classes and methods.
34
SYNOPSIS FOR R PACKAGES
 The package gumbel: The package gumbel is
dedicated solely to the Gumbel copula (see Dutang
2015).
 It is contained in the CRAN “Distribution” Task
View.
 In addition to the density and distribution function
and the generation of random variates, the
generating function of the Gumbel copula and its
inverse are available.
35
SYNOPSIS FOR R PACKAGES
 The package QRM: The package QRM contains
functions for the Frank, Gumbel, Clayton, normal,
and Student’s t copulae.
 Here, the densities and the generation of random
variates are implemented.
 The fitting of Archimedean copulae is conducted
with the function fit.AC().
 Numerical maximization of the likelihood is
accomplished by nlminb().
36
EMPIRICALAPPLICATIONS OF COPULAE
 GARCH–copula model – Motivation
 In particular, it was stated that the assumptions of an iid
and normal return process are generally not met in
practice.
 The stylized facts regarding “fat tails” and “volatility
clustering” can be viewed as the flip side of these
violated assumptions.
 As should be evident from this chapter the appropriate
determination of the dependence between the financial
instruments in a portfolio is of pivotal importance.
37
EMPIRICALAPPLICATIONS OF COPULAE
 GARCH–copula model – Motivation
 The question of the kind of model to employ in
simultaneously addressing the univariate and
multivariate stylized facts for market returns in the
portfolio context arises.
 We are now in a position to put together the pieces
from the previous chapters of this part of the book,
that is, to combine GARCH and copula models.
38
EMPIRICALAPPLICATIONS OF COPULAE
 GARCH–copula model – Motivation
1. GARCH models possess a higher kurtosis than the normal
distribution, hence the higher probability of witnessing
extreme returns can be captured with these volatility
models.
2. Risk measures based on the variance-covariance approach
are unconditional in nature and therefore imply an iid
process. It is therefore impossible to model volatility
clusters. The GARCH models specifically capture this
empirical artifact and allow the computation of
conditional risk measures.
END OF LECTURE NO. 10
39

More Related Content

What's hot

Properties of an ideal risk measure
Properties of an ideal risk measureProperties of an ideal risk measure
Properties of an ideal risk measurePeter Urbani
 
Alocaton Of Risk Capital
Alocaton Of Risk CapitalAlocaton Of Risk Capital
Alocaton Of Risk Capitalguestbc5824d
 
Matt Fagan MSM Analysis
Matt Fagan MSM AnalysisMatt Fagan MSM Analysis
Matt Fagan MSM AnalysisMatt Fagan
 
Dividend portfolio – multi-period performance of portfolio selection based so...
Dividend portfolio – multi-period performance of portfolio selection based so...Dividend portfolio – multi-period performance of portfolio selection based so...
Dividend portfolio – multi-period performance of portfolio selection based so...Bogusz Jelinski
 
Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...
Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...
Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...tarta
 
An Analysis of Poverty in Italy through a fuzzy regression model
An Analysis of Poverty in Italy through a fuzzy regression modelAn Analysis of Poverty in Italy through a fuzzy regression model
An Analysis of Poverty in Italy through a fuzzy regression modelBeniamino Murgante
 
Capm theory portfolio management
Capm theory   portfolio managementCapm theory   portfolio management
Capm theory portfolio managementBhaskar T
 
Chapter 05
Chapter 05Chapter 05
Chapter 05bmcfad01
 

What's hot (13)

Properties of an ideal risk measure
Properties of an ideal risk measureProperties of an ideal risk measure
Properties of an ideal risk measure
 
Chapter 04
Chapter 04 Chapter 04
Chapter 04
 
Alocaton Of Risk Capital
Alocaton Of Risk CapitalAlocaton Of Risk Capital
Alocaton Of Risk Capital
 
Team 1 post-challenge final report
Team 1 post-challenge final reportTeam 1 post-challenge final report
Team 1 post-challenge final report
 
Matt Fagan MSM Analysis
Matt Fagan MSM AnalysisMatt Fagan MSM Analysis
Matt Fagan MSM Analysis
 
Dividend portfolio – multi-period performance of portfolio selection based so...
Dividend portfolio – multi-period performance of portfolio selection based so...Dividend portfolio – multi-period performance of portfolio selection based so...
Dividend portfolio – multi-period performance of portfolio selection based so...
 
Econometrics: Basic
Econometrics: BasicEconometrics: Basic
Econometrics: Basic
 
Schema econ
Schema econSchema econ
Schema econ
 
Chapter 05
Chapter 05 Chapter 05
Chapter 05
 
Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...
Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...
Statistical Techniques in Business & Economics (McGRAV-HILL) 12 Edt. Chapter ...
 
An Analysis of Poverty in Italy through a fuzzy regression model
An Analysis of Poverty in Italy through a fuzzy regression modelAn Analysis of Poverty in Italy through a fuzzy regression model
An Analysis of Poverty in Italy through a fuzzy regression model
 
Capm theory portfolio management
Capm theory   portfolio managementCapm theory   portfolio management
Capm theory portfolio management
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 

Similar to Financial Risk Mgt - Lec 10 by Dr. Syed Muhammad Ali Tirmizi

Multicollinearity1
Multicollinearity1Multicollinearity1
Multicollinearity1Muhammad Ali
 
Risk Aggregation Inanoglu Jacobs 6 09 V1
Risk Aggregation Inanoglu Jacobs 6 09 V1Risk Aggregation Inanoglu Jacobs 6 09 V1
Risk Aggregation Inanoglu Jacobs 6 09 V1Michael Jacobs, Jr.
 
Pricing: CDS, CDO, Copula funtion
Pricing: CDS, CDO, Copula funtionPricing: CDS, CDO, Copula funtion
Pricing: CDS, CDO, Copula funtionGiulio Laudani
 
Multinomial Logistic Regression.pdf
Multinomial Logistic Regression.pdfMultinomial Logistic Regression.pdf
Multinomial Logistic Regression.pdfAlemAyahu
 
A researcher in attempting to run a regression model noticed a neg.docx
A researcher in attempting to run a regression model noticed a neg.docxA researcher in attempting to run a regression model noticed a neg.docx
A researcher in attempting to run a regression model noticed a neg.docxevonnehoggarth79783
 
Real time clustering of time series
Real time clustering of time seriesReal time clustering of time series
Real time clustering of time seriescsandit
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression AnalysisSalim Azad
 
Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...
Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...
Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...CSCJournals
 
Xue paper-01-13-12
Xue paper-01-13-12Xue paper-01-13-12
Xue paper-01-13-12Yuhong Xue
 
Applications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationshipApplications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationshipRithish Kumar
 
A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.
A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.
A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.inventionjournals
 
Historical Simulation with Component Weight and Ghosted Scenarios
Historical Simulation with Component Weight and Ghosted ScenariosHistorical Simulation with Component Weight and Ghosted Scenarios
Historical Simulation with Component Weight and Ghosted Scenariossimonliuxinyi
 

Similar to Financial Risk Mgt - Lec 10 by Dr. Syed Muhammad Ali Tirmizi (20)

gamdependence_revision1
gamdependence_revision1gamdependence_revision1
gamdependence_revision1
 
Multicollinearity1
Multicollinearity1Multicollinearity1
Multicollinearity1
 
Dissertation (2)
Dissertation (2)Dissertation (2)
Dissertation (2)
 
Risk Aggregation Inanoglu Jacobs 6 09 V1
Risk Aggregation Inanoglu Jacobs 6 09 V1Risk Aggregation Inanoglu Jacobs 6 09 V1
Risk Aggregation Inanoglu Jacobs 6 09 V1
 
Pricing: CDS, CDO, Copula funtion
Pricing: CDS, CDO, Copula funtionPricing: CDS, CDO, Copula funtion
Pricing: CDS, CDO, Copula funtion
 
Multinomial Logistic Regression.pdf
Multinomial Logistic Regression.pdfMultinomial Logistic Regression.pdf
Multinomial Logistic Regression.pdf
 
A researcher in attempting to run a regression model noticed a neg.docx
A researcher in attempting to run a regression model noticed a neg.docxA researcher in attempting to run a regression model noticed a neg.docx
A researcher in attempting to run a regression model noticed a neg.docx
 
LEC11 (1).pptx
LEC11 (1).pptxLEC11 (1).pptx
LEC11 (1).pptx
 
Real time clustering of time series
Real time clustering of time seriesReal time clustering of time series
Real time clustering of time series
 
Modelo Generalizado
Modelo GeneralizadoModelo Generalizado
Modelo Generalizado
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...
Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...
Life Expectancy Estimate with Bivariate Weibull Distribution using Archimedea...
 
Xue paper-01-13-12
Xue paper-01-13-12Xue paper-01-13-12
Xue paper-01-13-12
 
Applications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationshipApplications of regression analysis - Measurement of validity of relationship
Applications of regression analysis - Measurement of validity of relationship
 
StatsModelling
StatsModellingStatsModelling
StatsModelling
 
Multicollinearity PPT
Multicollinearity PPTMulticollinearity PPT
Multicollinearity PPT
 
A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.
A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.
A Fuzzy Mean-Variance-Skewness Portfolioselection Problem.
 
Historical Simulation with Component Weight and Ghosted Scenarios
Historical Simulation with Component Weight and Ghosted ScenariosHistorical Simulation with Component Weight and Ghosted Scenarios
Historical Simulation with Component Weight and Ghosted Scenarios
 
Notes s8811 structuralequations2004
Notes s8811 structuralequations2004Notes s8811 structuralequations2004
Notes s8811 structuralequations2004
 
Arthur Weglein 1999
Arthur Weglein 1999Arthur Weglein 1999
Arthur Weglein 1999
 

More from Dr. Muhammad Ali Tirmizi., Ph.D.

Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali TirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmiziFinancial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmiziDr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4Dr. Muhammad Ali Tirmizi., Ph.D.
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3Dr. Muhammad Ali Tirmizi., Ph.D.
 

More from Dr. Muhammad Ali Tirmizi., Ph.D. (15)

Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 14 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 13 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 9 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 8 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 7 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
 
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmiziFinancial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
Financial Risk Mgt - Lec 1 by dr. syed muhammad ali tirmizi
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 5
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 5
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 4
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 4
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 3
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 3
 
Special topics in finance lecture 2
Special topics in finance   lecture 2Special topics in finance   lecture 2
Special topics in finance lecture 2
 
Special topics in finance lec 1
Special topics in finance   lec 1Special topics in finance   lec 1
Special topics in finance lec 1
 

Recently uploaded

Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangeThinkInnovation
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
 
Giridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime Giridih
Giridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime GiridihGiridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime Giridih
Giridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime Giridihmeghakumariji156
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...HyderabadDolls
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNKTimothy Spann
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...HyderabadDolls
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.pptibrahimabdi22
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxchadhar227
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...nirzagarg
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabiaahmedjiabur940
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...gajnagarg
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?RemarkSemacio
 

Recently uploaded (20)

Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
 
Giridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime Giridih
Giridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime GiridihGiridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime Giridih
Giridih Escorts Service Girl ^ 9332606886, WhatsApp Anytime Giridih
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?
 

Financial Risk Mgt - Lec 10 by Dr. Syed Muhammad Ali Tirmizi

  • 1. FINANCIAL RISK MGT – FRM Lecture by; Dr. Syed Muhammad Ali Tirmizi 1
  • 2. 2 TOPICS OF CHAPTER NO. 9  In this lecture, we will cover the following topics: 9. Modelling Dependence i. Overview ii. Correlation, Dependence, and Distributions iii. Copulae a. Motivation b. Correlations and Dependence Revisited c. Classification of Copulae iv. Synopsis of R packages a. The package BLCOP b. The package copula c. The package fCopulae d. The package gumbel e. The package QRM
  • 3. 3 TOPICS OF CHAPTER NO. 9 v. Empirical Applications of Copulae a. GARCH – copula model b. Motivation c. Description d. Application (R Codes) vi. Mixed Copula Approaches e. Application (R Codes) f. Results and Discussion
  • 4. 4 CHAPTER OVERVIEW  In this chapter the topic of financial risk modelling in the context of multiple financial instruments is addressed.  Discussion is on the correlation coefficient between two assets and investigates its appropriateness as a measure of dependence between two assets.  We further discusses alternative measures of dependence, namely the use of rank correlations and the concept of the copula.
  • 5. 5 CHAPTER OVERVIEW  Discussion is further extended to the synopsis of the R packages that specifically include copula modelling.  Finally, we will learn how copula models can be fruitfully combined with the techniques outlined in Chapters 6, 7 & 8.  In particular, a copula-GARCH model is proposed for measuring the market risk of a portfolio.
  • 6. 6 CORRELATION, DEPENDENCE, AND DISTRIBUTIONS  The computation and usage of Pearson’s correlation coefficient is quite pervasive in the quantitative analysis of financial markets.  However, applied quantitative researchers are often unaware of the pitfalls involved in careless application and usage of correlations as a measure of risk.  It is therefore appropriate to investigate this dependence concept in some detail and point out the shortcomings of this measure.
  • 8. 8 CORRELATION, DEPENDENCE, AND DISTRIBUTIONS  The implication for multivariate risk modelling is that only in the case of jointly elliptically distributed risk factors can the dependence between these be captured adequately by the linear correlation coefficient.  Given the stylized facts of financial market returns this assumption is barely met.  It should be pointed out at this point that with respect to risk modelling one is usually more concerned with the dependence structure in the tail of a multivariate loss distribution than with an assessment of the overall dependence.
  • 9. 9 CORRELATION, DEPENDENCE, AND DISTRIBUTIONS Ellipses are common in physics, astronomy and engineering. For example, the orbit of each planet in the solar system is approximately an ellipse with the Sun at one focus point (more precisely, the focus is the barycenter of the Sun planet pair). The same is true for moons orbiting planets and all other systems of two astronomical bodies.
  • 10. 10 CORRELATION, DEPENDENCE, AND DISTRIBUTIONS  To highlight the fact that the correlation coefficient depends on the marginal distributions of the random variables in question and the possibility that the correlation coefficient cannot take all values in the interval −1 ≤ 𝜌 ≤ 1 if one views the multivariate distribution of these random variables.
  • 12. 12 CORRELATION, DEPENDENCE, AND DISTRIBUTIONS  The dependence between financial instruments can only be depicted correctly with the linear correlation coefficient if these are jointly elliptically distributed.  It was also shown that the value of the correlation coefficient depends on the marginal distributions and that not all values in the range [−1, 1] are attainable.
  • 13. 13 COPULAE  Motivation: The copula approach was introduced by Sklar (1959). Detailed textbook expositions can be found in Schweizer and Sklar (1983), Nelsen (2006), Joe (1997), and McNeil et al. (2005).  However, only since the mid-1990s have copulae been used as a tool for modelling dependencies between assets in empirical finance.  The word “copula” derives from the Latin verb copulare and means to “bond” or “tie.”
  • 14. 14 COPULAE  The marginal distributions of jointly distributed random variables as well as their dependence are contained in their joint distribution function, which is as follows;  This measure may take values less than 1 even if there is perfect dependence between the two random variables.  Hence, it is necessary to separate the marginal distributions from the dependence structure between the random variables.  This separation can be achieved by means of a copula.
  • 16. 16 COPULAE  Hence, a copula is the distribution function in ℝ𝑑 space of a d-element random vector with standard uniform marginal distributions U(0, 1).  Alternatively, a copula can be interpreted as a function that maps from the d-dimensional space [0, 1]d into the unit interval:  In this interpretation further conditions must be met by the function C in order to qualify as a copula.  The dependence structure of the random vector X is embodied in th copula.
  • 17. 17 CORRELATIONS AND DEPENDENCE REVISITED  The linear correlation coefficient does not capture dependencies well in the case of non-elliptically distributed random variables.  Furthermore, while this measure depicts the overall dependence, in the assessment of the riskiness of a portfolio what matters most is the dependence in the tail of the joint distribution.  Hence, in this subsection two further concepts for capturing the dependence between risk factors are introduced, namely, concordance and tail dependence.
  • 20. 20 CORRELATIONS AND DEPENDENCE REVISITED  Two uniformly distributed random variables U1 and U2 are assumed. Between these two variables three extreme cases of dependence can be distinguished: concordance, independence, and discordance.  First, the case of perfect positive dependence will be investigated (e.g., U1 = U2). The copula for this case could then be written as;
  • 21. 21 CORRELATIONS AND DEPENDENCE REVISITED  The copula would also be valid if a monotone transformation is applied to the random variables.  As an intermediate step between this case and that of discordant random variables, independence will be investigated next.  The copula is then the product of the two random variables:
  • 22. 22 CORRELATIONS AND DEPENDENCE REVISITED  The joint density function of independent random variables is the product of the respective marginal distributions, which equals the independence copula:
  • 23. 23 CORRELATIONS AND DEPENDENCE REVISITED  We will now classify copulae into two broad categories, namely Archimedean copulae on the one hand and distribution-based copulae on the other.  Within the latter group of copulae the dependence between the random variables will be captured implicitly by a distribution parameter.  For instance, the bivariate case of a Gauss copula is defined and expressed in the next slide.
  • 25. 25 CORRELATIONS AND DEPENDENCE REVISITED  We will now focus on the Student’s t copula, which is defined as;
  • 29. 29 CORRELATIONS AND DEPENDENCE REVISITED  In principle, the unknown parameters of a copula can be estimated in two ways.  The first procedure is fully parametric. Because for multivariate distribution models derived from a copula of higher dimensions this procedure can be quite burdensome, Joe and Xu (1996) and Shih and Louis (1995) proposed a two-step estimation.  Here, the unknown parameters for the assumed models of the marginal distributions are estimated first. Based upon these fitted models, the pseudo-uniform variables are retrieved from the inverse distribution functions.  These can then be used for maximizing the likelihood (copula).  This approach is, for obvious reasons, often termed inference functions for margins.
  • 30. 30 CORRELATIONS AND DEPENDENCE REVISITED  The second procedure is based upon a semi-parametric approach.  In contrast to the first procedure, no models are assumed for the marginals, but rather the empirical distribution functions are employed to retrieve the pseudo-uniform variables.  These are then used for maximizing the pseudo-likelihood.  The parameters of the copula are determined by means of numerical optimization techniques.  For the case of a Student’s t copula a simplification results if Kendall’s tau is calculated first and then the pseudo- likelihood has to be maximized only with respect to the degrees of freedom parameter 𝜈.
  • 31. 31 SYNOPSIS FOR R PACKAGES  The package BLCOP: The package BLCOP (see Gochez et al. 2015) implements the Black–Litterman approach (see Black and Litterman 1990) to portfolio optimization and the framework of copula opinion pooling (see Meucci 2006a,b, 2010).  The package depends on the packages methods, MASS (see Venables and Ripley 2002), and quadprog the latter is a non-standard package and will be installed automatically if not found in the search path.
  • 32. 32 SYNOPSIS FOR R PACKAGES  The package copula: In the package copula the copula concept is implemented in a broad and self-contained manner (see Hofert and Mächler 2011; Hofert et al. 2015; Kojadinovic and Yan 2010; Yan 2007).  The package is considered to be a core package of the CRAN “Distributions” Task View and is also listed in the “Finance” and “Multivariate” Task Views. S4 classes and methods not only for elliptical and Archimedean but also for extreme value copulae are defined, enabling the user to estimate copulae and conduct statistical tests with respect to the appropriateness of a chosen copula.
  • 33. 33 SYNOPSIS FOR R PACKAGES  The package fCopulae: Similar to the package copula, the package fCopulae offers a unified treatment of copulae (see Würtz and Setz 2014).  The package is part of the Rmetrics suite of packages and is considered a core package in the CRAN “Distributions” and “Finance” Task Views.  It employs S4 as well as S3 classes and methods.
  • 34. 34 SYNOPSIS FOR R PACKAGES  The package gumbel: The package gumbel is dedicated solely to the Gumbel copula (see Dutang 2015).  It is contained in the CRAN “Distribution” Task View.  In addition to the density and distribution function and the generation of random variates, the generating function of the Gumbel copula and its inverse are available.
  • 35. 35 SYNOPSIS FOR R PACKAGES  The package QRM: The package QRM contains functions for the Frank, Gumbel, Clayton, normal, and Student’s t copulae.  Here, the densities and the generation of random variates are implemented.  The fitting of Archimedean copulae is conducted with the function fit.AC().  Numerical maximization of the likelihood is accomplished by nlminb().
  • 36. 36 EMPIRICALAPPLICATIONS OF COPULAE  GARCH–copula model – Motivation  In particular, it was stated that the assumptions of an iid and normal return process are generally not met in practice.  The stylized facts regarding “fat tails” and “volatility clustering” can be viewed as the flip side of these violated assumptions.  As should be evident from this chapter the appropriate determination of the dependence between the financial instruments in a portfolio is of pivotal importance.
  • 37. 37 EMPIRICALAPPLICATIONS OF COPULAE  GARCH–copula model – Motivation  The question of the kind of model to employ in simultaneously addressing the univariate and multivariate stylized facts for market returns in the portfolio context arises.  We are now in a position to put together the pieces from the previous chapters of this part of the book, that is, to combine GARCH and copula models.
  • 38. 38 EMPIRICALAPPLICATIONS OF COPULAE  GARCH–copula model – Motivation 1. GARCH models possess a higher kurtosis than the normal distribution, hence the higher probability of witnessing extreme returns can be captured with these volatility models. 2. Risk measures based on the variance-covariance approach are unconditional in nature and therefore imply an iid process. It is therefore impossible to model volatility clusters. The GARCH models specifically capture this empirical artifact and allow the computation of conditional risk measures.
  • 39. END OF LECTURE NO. 10 39