SlideShare a Scribd company logo
1 of 26
Download to read offline
VaR analysis for Mutual Funds
Siddharth Chakravarty
Page 2
Morningstar Rating process
§ Introduced in 1985
§ Rating based on a scale of 1-5 stars
§ Evaluates how the fund has performed
adjusting for risk and cost compared to funds
in the same category
§ Separate ratings for 3,5 and 10 years which
combined into an overall rating
§ Ratings are graded on a curve
ü Top 10% 5 stars
ü Bottom 10% 1 star
§ Based entirely on a mathematical evaluation
of past performance
§ Publishes Analyst rating which is forward
looking
Page 3
KEY POINTS – Measures of Risk
• There is no general agreement, however, about how best to measure and compare fund
performance and on what information funds should disclose to investors.
• Firms face many different kinds of risks, including market risks, credit risks, liquidity risks,
operational risks and legal risks.
• VaR is perhaps the most well-known risk measure. It is a single estimate of the amount by which
an institution’s position in a risk category could decline because of general market movements
during a given holding period
• A VAR statistic has three components:
1. A time period
2. A confidence level
3. Loss amount (or loss percentage).
Keep these three parts in mind as we give some examples of variations of the question that
VAR answers:
Page 4
Risk approaches
• Traditional
• Mean variance – monthly data – 10/31/2017 ( 5 year)
1. Sharpe ratio – risk adjusted return compared risk/reward per unit of risk
2. Alpha – Excess return
3. Beta – Market risk
• VaR
1. Normal – assumes normal distribution
2. Historical VaR
3. Extreme Value Var (General pareto distribution)
Ø Block Maxima approach
Ø Peak over threshold
4. Monte Carlo Simulation VaR
Page 5
FUND SELECTION
Page 6
FUND SELECTION
Page 7
FUND SELECTION
Page 8
Import	data
Measurement	
of	Risk
Sharpe
Alpha
Beta
VaR
Historical	VaR
Gaussian	VaR
EVT	VaR
Block	
Approach
Point	Over	
threshold
Our Methodology
• Key Packages used for analysis
• library(xts)
• library(timeSeries)
• library(tseries)
• library(TTR)
• library(quantmod)
• library(PerformanceAnalytics)
• library(extRemes)
• library(fExtremes)
• library(evd)
• library(ismev)
• library(evir)
• library(POT)
Page 9
Historical returns
OPGIX PRGFXFSELX
Page 10
Return Distribution
OPGIX FSELX PRGFX
Annualized return 19% 31.53% 18.16%
Sharpe
(Rf=1.2%, p=95%)
1.25 1.45 1.5
Alpha 10.8 14.71 4.42
Beta 0.85 1.12 0.69
OPGIX PRGFXFSELX
OPGIX FSELX PRGFX
Kurtosis 2.55 2.27 2.21
Skew -0.51 -0.34 -0.47
Std. Dev 0.010 0.012 0.009
Mean 0.0007 0.0011 0.0007
Page 11
Tail Distribution at 99% & 95%
OPGIX PRGFXFSELX
99%
95%
Page 12
VaR Analysis
• Value at risk (VaR) is a statistical technique used to measure and quantify the level of financial
risk within a firm or investment portfolio over a specific time frame.
• Example:
vWhat is the most I can - with a 95% or 99% level of confidence - expect to lose in dollars over
the next month?
vWhat is the maximum percentage I can - with 95% or 99% confidence - expect to lose over
the next year?
• Different methodologies
v Variance/ Covariace
v Monte Carlo simulation
v Historical simulation
Page 13
VaR Sensitivity
OPGIXOPGIX
PRGFX
FSELX
Page 14
Simulation of Risk and Expected shortfall analysis
ES is the expected loss of $10,000 investment after a catastrophic event.
Page 15
QQplot – for normality check
The normal distribution seems to be rather poor, especially in the tails
OPGIX PRGFX FSELX
OPGIX PRGFX
FSELX
QQ plots along the tail
Page 16
Introduction to EVT
• Standard VaR methods, such as variance-covariance method or historical simulation, can fail when
the return distribution is fat tailed.
• This problem is aggravated when long-term VaR forecasts are desired.
• Extreme Value Theory (EVT) is proposed to overcome these problems
• A main objective of the EVT is to make inferences
about sample extrema (maxima or minima) .
• In this context the so called Generalized Extreme
Value distribution (GEV) and General Pareto
distribution play a central role (GPD).
Shape Parameter
ξ>0 giving the heavy-tailed (Frechet) case
ξ=0 giving the light-tailed (Gumbel) case
ξ<0 giving the bounded-tailed (Weibull) case
GEV GPD
Page 17
Block Maxima
• Block Maxima approach divides the sample into subsamples and applies the EVT to
the subsamples . For daily returns, n = 21 corresponds approximately to the number
of trading days in a month and n = 63 denotes the number of trading days in a
quarter.
Select the length of
the sub period n
Obtain the maximum
likelihood estimates
of μ, σ, and ξ
Check the adequacy
of the fitted extreme
value model
Apply equation to
calculate VaR.
The distribution contains three parameters.
1. Shape parameter ξ
2. Location parameter μ
3. Scale σ.
Child Distribution
of the blocks
OPGIX returns
Page 18
Fitting to GEV distribution
OPGIX PRGFX FSELX
QQ PLOTS
DENSITY
OPGIX PRGFX FSELX
Page 19
BLOCK MAXIMA APPROACH
Parameter -shape parameter ξ, the location parameter µ, and the scale σ
Page 20
VaR Sensitivity
OPGIX
FSELX
VaR Sensitivity for Gaussian, Historical and Block approaches
PRGFX
Page 21
Peaks over threshold
• The traditional EVT approach to risk calculation encounters some difficulties in the choice of sub-
period length n is not clearly defined
• POT approach focuses on exceedances of the loss over some high threshold and the times at
which the exceedances occur. Different choices of the threshold leads to different estimates of the
shape parameter ξ . The choice of threshold depends on the observed returns.
v For a stable return series, η = 2.5% may fare well for a long position.
v For a volatile return series (e.g., daily returns of a dot-com stock), η may be as high as 10%.
Select the threshold
Obtain the estimates
of ψ(η) and ξ
Check the adequacy
of the fitted extreme
value model
Child Distribution
of POTs
OPGIX returns
Page 22
Fitting to GPD distribution - OPGIX
Threshold = 0.03 , N =2
Threshold = 0.02 , N =33
Threshold = 0.01 , N =187
Page 23
Model fit for different threshold values
Threshold 0.008
Threshold 0.005
Threshold 0.02
Threshold 0.01
Threshold 0.01
Threshold 0.01
Threshold 0.04
Threshold 0.02
OPGIXPRGFXFSELX
Threshold 0.026
Threshold 0.03
Page 24
VaR Sensitivity
OPGIX
POT VaR
Comparing- Gaussian, Historical, Block and POT VaR
PRGFX FSELX
Page 25
Expected Shortfall
FSELX
OPGIX PRGFX
FSELX
Page 26
Conclusion
• Pros:
• VaR models can be used to estimate the loss of capital due to market risk
• It can measure the risk of stocks and bonds, commodities, foreign exchange, and structured prod- ucts such as
asset-backed securities and collateralized mortgage obligations (CMOs), as well as off-balance- sheet
derivatives such as futures, forwards, swaps, and options.
• It is particularly useful for a multi-asset-class portfolio and needs to measure its exposure to a variety of risk
factors.
• VaR is useful to plan sponsors who have their portfolios managed by a variety of external asset managers and
need to compare their performance on a risk-adjusted basis.
• Cons:
• The concept of VaR is very simple but this is also one of the main sources of critique.
• It underestimates the frequency of “extreme events,” such as outcomes several standard deviations away from
the mean
• All VaR approaches cannot be applied directly
• For EVT VaR either the threshold or block values need to be calculated
• VaR has also problems in estimating risk figures accurately for longer time horizons as the results quickly
deteriorate when moving e.g. from monthly to annual measures.
VaR estimates should therefore always be accompanied by other risk management techniques, such as stress testing,
sensitivity analysis and scenario analysis in order to obtain a wider view of surrounding risks.

More Related Content

What's hot (8)

MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
 
Portfolios, mutual funds class
Portfolios, mutual funds  classPortfolios, mutual funds  class
Portfolios, mutual funds class
 
Markowitz model
Markowitz modelMarkowitz model
Markowitz model
 
Capital market theory
Capital market theoryCapital market theory
Capital market theory
 
Option Based Portfolio Management
Option Based Portfolio ManagementOption Based Portfolio Management
Option Based Portfolio Management
 
Diversification and portfolio analysis@ bec doms
Diversification and portfolio analysis@ bec domsDiversification and portfolio analysis@ bec doms
Diversification and portfolio analysis@ bec doms
 
Sharpe Single Index Model
Sharpe Single Index ModelSharpe Single Index Model
Sharpe Single Index Model
 
Volatility arbitrage
Volatility arbitrageVolatility arbitrage
Volatility arbitrage
 

Similar to VaR analysis for Mutual funds

Financial Modeling of the Equity Market
Financial Modeling of the Equity MarketFinancial Modeling of the Equity Market
Financial Modeling of the Equity Market
Eileen Rodriguez
 
2008 implementation of va r in financial institutions
2008   implementation of va r in financial institutions2008   implementation of va r in financial institutions
2008 implementation of va r in financial institutions
crmbasel
 
A decade of CDO pricing
A decade of CDO pricingA decade of CDO pricing
A decade of CDO pricing
financedude
 
VAR_Models__1705848850 e value at risk presentation
VAR_Models__1705848850 e value at risk presentationVAR_Models__1705848850 e value at risk presentation
VAR_Models__1705848850 e value at risk presentation
nhvrmw5mtj
 
BlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification TechniquesBlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification Techniques
bluebookacademy
 

Similar to VaR analysis for Mutual funds (20)

Financial Modeling of the Equity Market
Financial Modeling of the Equity MarketFinancial Modeling of the Equity Market
Financial Modeling of the Equity Market
 
2. Module II (1) FRM.pdf
2. Module II (1) FRM.pdf2. Module II (1) FRM.pdf
2. Module II (1) FRM.pdf
 
Risk Measurement in practice
Risk Measurement in practiceRisk Measurement in practice
Risk Measurement in practice
 
Value At Risk Sep 22
Value At Risk Sep 22Value At Risk Sep 22
Value At Risk Sep 22
 
2008 implementation of va r in financial institutions
2008   implementation of va r in financial institutions2008   implementation of va r in financial institutions
2008 implementation of va r in financial institutions
 
Value at Risk Engine
Value at Risk EngineValue at Risk Engine
Value at Risk Engine
 
C6
C6C6
C6
 
A decade of CDO pricing
A decade of CDO pricingA decade of CDO pricing
A decade of CDO pricing
 
Value at risk
Value at risk Value at risk
Value at risk
 
VAR_Models__1705848850 e value at risk presentation
VAR_Models__1705848850 e value at risk presentationVAR_Models__1705848850 e value at risk presentation
VAR_Models__1705848850 e value at risk presentation
 
FParaschiv_Davos
FParaschiv_DavosFParaschiv_Davos
FParaschiv_Davos
 
Pertemuan 3 portfolio efisien
Pertemuan 3 portfolio efisienPertemuan 3 portfolio efisien
Pertemuan 3 portfolio efisien
 
Using SkLearn to Improve Existing Risk Models
Using SkLearn to Improve Existing Risk ModelsUsing SkLearn to Improve Existing Risk Models
Using SkLearn to Improve Existing Risk Models
 
Long horizon simulations for counterparty risk
Long horizon simulations for counterparty risk Long horizon simulations for counterparty risk
Long horizon simulations for counterparty risk
 
The Original Draft Copy of VaR and VaR Derivatives
The Original Draft Copy of VaR and VaR DerivativesThe Original Draft Copy of VaR and VaR Derivatives
The Original Draft Copy of VaR and VaR Derivatives
 
Volatility as an Asset Class
Volatility as an Asset ClassVolatility as an Asset Class
Volatility as an Asset Class
 
Summary jpx-wpenno2
Summary jpx-wpenno2Summary jpx-wpenno2
Summary jpx-wpenno2
 
Chapter11 projectriskanalysis
Chapter11 projectriskanalysisChapter11 projectriskanalysis
Chapter11 projectriskanalysis
 
BlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification TechniquesBlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification Techniques
 
Research Presentation
Research PresentationResearch Presentation
Research Presentation
 

More from Siddharth Chakravarty (7)

au·ton·o·mous Trends | Tech | Future
au·ton·o·mous Trends | Tech | Futureau·ton·o·mous Trends | Tech | Future
au·ton·o·mous Trends | Tech | Future
 
Yelp Valuation
Yelp ValuationYelp Valuation
Yelp Valuation
 
Stock pitch NVIDIA
Stock pitch NVIDIA Stock pitch NVIDIA
Stock pitch NVIDIA
 
Money Laundering
Money Laundering Money Laundering
Money Laundering
 
ETFs- A new investment frontier
ETFs- A new investment frontierETFs- A new investment frontier
ETFs- A new investment frontier
 
Holt Challenge 2017 - Adidas vs. Puma
Holt Challenge 2017 - Adidas vs. PumaHolt Challenge 2017 - Adidas vs. Puma
Holt Challenge 2017 - Adidas vs. Puma
 
Machine learning algorithm for classification of activity of daily life’s
Machine learning algorithm for classification of activity of daily life’sMachine learning algorithm for classification of activity of daily life’s
Machine learning algorithm for classification of activity of daily life’s
 

Recently uploaded

Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
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
 
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
ahmedjiabur940
 
Abortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
Abortion pills in Doha {{ QATAR }} +966572737505) Get CytotecAbortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
Abortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
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
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
gajnagarg
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
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
 

Recently uploaded (20)

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
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
 
Introduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptxIntroduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptx
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
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 ...
 
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
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
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
 
Abortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
Abortion pills in Doha {{ QATAR }} +966572737505) Get CytotecAbortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
Abortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
Predictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesPredictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting Techniques
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
 
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...
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbers
 
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
 
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
 
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...
 
Call Girls In GOA North Goa +91-8588052666 Direct Cash Escorts Service
Call Girls In GOA North Goa +91-8588052666 Direct Cash Escorts ServiceCall Girls In GOA North Goa +91-8588052666 Direct Cash Escorts Service
Call Girls In GOA North Goa +91-8588052666 Direct Cash Escorts Service
 

VaR analysis for Mutual funds

  • 1. VaR analysis for Mutual Funds Siddharth Chakravarty
  • 2. Page 2 Morningstar Rating process § Introduced in 1985 § Rating based on a scale of 1-5 stars § Evaluates how the fund has performed adjusting for risk and cost compared to funds in the same category § Separate ratings for 3,5 and 10 years which combined into an overall rating § Ratings are graded on a curve ü Top 10% 5 stars ü Bottom 10% 1 star § Based entirely on a mathematical evaluation of past performance § Publishes Analyst rating which is forward looking
  • 3. Page 3 KEY POINTS – Measures of Risk • There is no general agreement, however, about how best to measure and compare fund performance and on what information funds should disclose to investors. • Firms face many different kinds of risks, including market risks, credit risks, liquidity risks, operational risks and legal risks. • VaR is perhaps the most well-known risk measure. It is a single estimate of the amount by which an institution’s position in a risk category could decline because of general market movements during a given holding period • A VAR statistic has three components: 1. A time period 2. A confidence level 3. Loss amount (or loss percentage). Keep these three parts in mind as we give some examples of variations of the question that VAR answers:
  • 4. Page 4 Risk approaches • Traditional • Mean variance – monthly data – 10/31/2017 ( 5 year) 1. Sharpe ratio – risk adjusted return compared risk/reward per unit of risk 2. Alpha – Excess return 3. Beta – Market risk • VaR 1. Normal – assumes normal distribution 2. Historical VaR 3. Extreme Value Var (General pareto distribution) Ø Block Maxima approach Ø Peak over threshold 4. Monte Carlo Simulation VaR
  • 8. Page 8 Import data Measurement of Risk Sharpe Alpha Beta VaR Historical VaR Gaussian VaR EVT VaR Block Approach Point Over threshold Our Methodology • Key Packages used for analysis • library(xts) • library(timeSeries) • library(tseries) • library(TTR) • library(quantmod) • library(PerformanceAnalytics) • library(extRemes) • library(fExtremes) • library(evd) • library(ismev) • library(evir) • library(POT)
  • 10. Page 10 Return Distribution OPGIX FSELX PRGFX Annualized return 19% 31.53% 18.16% Sharpe (Rf=1.2%, p=95%) 1.25 1.45 1.5 Alpha 10.8 14.71 4.42 Beta 0.85 1.12 0.69 OPGIX PRGFXFSELX OPGIX FSELX PRGFX Kurtosis 2.55 2.27 2.21 Skew -0.51 -0.34 -0.47 Std. Dev 0.010 0.012 0.009 Mean 0.0007 0.0011 0.0007
  • 11. Page 11 Tail Distribution at 99% & 95% OPGIX PRGFXFSELX 99% 95%
  • 12. Page 12 VaR Analysis • Value at risk (VaR) is a statistical technique used to measure and quantify the level of financial risk within a firm or investment portfolio over a specific time frame. • Example: vWhat is the most I can - with a 95% or 99% level of confidence - expect to lose in dollars over the next month? vWhat is the maximum percentage I can - with 95% or 99% confidence - expect to lose over the next year? • Different methodologies v Variance/ Covariace v Monte Carlo simulation v Historical simulation
  • 14. Page 14 Simulation of Risk and Expected shortfall analysis ES is the expected loss of $10,000 investment after a catastrophic event.
  • 15. Page 15 QQplot – for normality check The normal distribution seems to be rather poor, especially in the tails OPGIX PRGFX FSELX OPGIX PRGFX FSELX QQ plots along the tail
  • 16. Page 16 Introduction to EVT • Standard VaR methods, such as variance-covariance method or historical simulation, can fail when the return distribution is fat tailed. • This problem is aggravated when long-term VaR forecasts are desired. • Extreme Value Theory (EVT) is proposed to overcome these problems • A main objective of the EVT is to make inferences about sample extrema (maxima or minima) . • In this context the so called Generalized Extreme Value distribution (GEV) and General Pareto distribution play a central role (GPD). Shape Parameter ξ>0 giving the heavy-tailed (Frechet) case ξ=0 giving the light-tailed (Gumbel) case ξ<0 giving the bounded-tailed (Weibull) case GEV GPD
  • 17. Page 17 Block Maxima • Block Maxima approach divides the sample into subsamples and applies the EVT to the subsamples . For daily returns, n = 21 corresponds approximately to the number of trading days in a month and n = 63 denotes the number of trading days in a quarter. Select the length of the sub period n Obtain the maximum likelihood estimates of μ, σ, and ξ Check the adequacy of the fitted extreme value model Apply equation to calculate VaR. The distribution contains three parameters. 1. Shape parameter ξ 2. Location parameter μ 3. Scale σ. Child Distribution of the blocks OPGIX returns
  • 18. Page 18 Fitting to GEV distribution OPGIX PRGFX FSELX QQ PLOTS DENSITY OPGIX PRGFX FSELX
  • 19. Page 19 BLOCK MAXIMA APPROACH Parameter -shape parameter ξ, the location parameter µ, and the scale σ
  • 20. Page 20 VaR Sensitivity OPGIX FSELX VaR Sensitivity for Gaussian, Historical and Block approaches PRGFX
  • 21. Page 21 Peaks over threshold • The traditional EVT approach to risk calculation encounters some difficulties in the choice of sub- period length n is not clearly defined • POT approach focuses on exceedances of the loss over some high threshold and the times at which the exceedances occur. Different choices of the threshold leads to different estimates of the shape parameter ξ . The choice of threshold depends on the observed returns. v For a stable return series, η = 2.5% may fare well for a long position. v For a volatile return series (e.g., daily returns of a dot-com stock), η may be as high as 10%. Select the threshold Obtain the estimates of ψ(η) and ξ Check the adequacy of the fitted extreme value model Child Distribution of POTs OPGIX returns
  • 22. Page 22 Fitting to GPD distribution - OPGIX Threshold = 0.03 , N =2 Threshold = 0.02 , N =33 Threshold = 0.01 , N =187
  • 23. Page 23 Model fit for different threshold values Threshold 0.008 Threshold 0.005 Threshold 0.02 Threshold 0.01 Threshold 0.01 Threshold 0.01 Threshold 0.04 Threshold 0.02 OPGIXPRGFXFSELX Threshold 0.026 Threshold 0.03
  • 24. Page 24 VaR Sensitivity OPGIX POT VaR Comparing- Gaussian, Historical, Block and POT VaR PRGFX FSELX
  • 26. Page 26 Conclusion • Pros: • VaR models can be used to estimate the loss of capital due to market risk • It can measure the risk of stocks and bonds, commodities, foreign exchange, and structured prod- ucts such as asset-backed securities and collateralized mortgage obligations (CMOs), as well as off-balance- sheet derivatives such as futures, forwards, swaps, and options. • It is particularly useful for a multi-asset-class portfolio and needs to measure its exposure to a variety of risk factors. • VaR is useful to plan sponsors who have their portfolios managed by a variety of external asset managers and need to compare their performance on a risk-adjusted basis. • Cons: • The concept of VaR is very simple but this is also one of the main sources of critique. • It underestimates the frequency of “extreme events,” such as outcomes several standard deviations away from the mean • All VaR approaches cannot be applied directly • For EVT VaR either the threshold or block values need to be calculated • VaR has also problems in estimating risk figures accurately for longer time horizons as the results quickly deteriorate when moving e.g. from monthly to annual measures. VaR estimates should therefore always be accompanied by other risk management techniques, such as stress testing, sensitivity analysis and scenario analysis in order to obtain a wider view of surrounding risks.