SlideShare a Scribd company logo
Application of “Square Root of
Time” Scaling
Created: Annamária Laki
Supervisor: Áron Varga (Morgan Stanley, Model Risk Management)
Sometimes regulators request market risk measures (eg. VaR) on a
relatively long time horizon. The computations involving this length of
time are meaningless, as there is no available good quality data. Imagine
for example that a 2 week 99% VaR is requested. Even if we had 4 years of
coherent data, we would have only 1 sample point for the 99% quantile.
This is not sufficient. Therefore time-scaling techniques are used. This
means that 1 day VaR is computed and it is multiplied by a scaling factor.
Of course the sample will demonstrate a level of auto-correlation and will
not have constant volatility, so this is theoretically incorrect. The question
arises, how big of a mistake do we make if we use the square-root of time
scaling. Can we convince ourselves and our audience (i.e. the regulators)
that this approximation is acceptable? Can we present visually tangible /
tractable diagrams to this effect? Can we at least say something about the
tails of the distribution; say at 95% or 99%?
Value at Risk Definition
In financial mathematics and financial risk management, value at risk (VaR) is a widely
used risk measure of the risk of loss on a specific portfolio of financial exposures. For a
given portfolio, time horizon, and probability p, the p VaR is defined as a threshold
loss value, such that the probability that the loss on the portfolio over the given time
horizon exceeds this value is p. This assumes mark-to-market pricing, and no trading
in the portfolio. For example, if a portfolio of stocks has a one-day 5% VaR of $1
million, there is a 0.05 probability that the portfolio will fall in value by more than $1
million over a one day period if there is no trading. Informally, a loss of $1 million or
more on this portfolio is expected on 1 day out of 20 days (because of 5% probability).
VaR has four main uses in finance: risk management, financial control, financial
reporting and computing regulatory capital. VaR is sometimes used in non-financial
applications as well.
We need
 Portfolio eg.(S&P500)
 Initial capital : eg. $1mill
 Time-horizon : eg. 2013-2015 → number of days ( 2 years ≈ 500 days )
 Confidence level: eg. 1% ↔ 99%. The confidence level shows us where is the
minimum or maximum VaR takes place ( eg. 1% of 2 years → 5th place )
 Important assumption on strategy: This is a constant portfolio.
Mathematical definition
Given a confidence level between 0,1 the VaR of the portfolio at the confidence level α
is given by the smallest number ℓ such that the probability that the loss L exceeds ℓ is
at most (1- a). Mathematically, if L is the loss of a portfolio, then VaRα (L) is the level α-
quantile i.e.:
How we can compute 1 day VaR?
 1 day P&L: : 𝑉𝑡+1 − 𝑉𝑡
 VaR is a quantile of the P&L distribution
 Ordered P&L ( from min. to max.)
Example: Excel snapshot 1-day VaR
We have 1-day VaR, but our task is to computing 10-day VaR as a request of
regulatory capital.
BUT! We Do not have enough data, because there are 250 trading days means only 25
observation in a year. 4 years we have 100 observations, so we can not get a good 1%
evaluation. So we must use 1-day var to compute 10-day VaR.
10 day VaR
10 day VaR is requested by regulators, which comes from Basel Committee on Banking
Supervision .
Link: http://www.bis.org/publ/bcbs158.htm
Where the 𝐧 (square root of time) comes
from?
If Xi I.I.D → Ϭ( Xi )= 𝑛 Ϭ(Xi )
Sum P&L’s:
𝐷2
𝑋 + 𝑌 = 𝐸(𝑋 + 𝑌)2
−(𝐸(𝑋 + 𝑌))2
= 𝐸 𝑋 2
+ 2𝐸𝑋𝑌 + 𝐸 𝑌 2
− 𝐸𝑋 + 𝐸𝑌 2
= 𝐸𝑋2
+ 𝐸𝑌2
+ 2𝐸𝑋𝑌 − 𝐸𝑋 2
− 2 𝐸𝑋 𝐸𝑌 − 𝐸𝑌 2
= 𝐸𝑋2
− 𝐸𝑋 2
+ 𝐸𝑌2
− 𝐸𝑌 2
+ 2𝐸𝑋𝑌 − 2 𝐸𝑋 𝐸𝑌 .
Now X,Y are independent, so: EXY = (EX)(EY).
→ 2(𝐸𝑋2
− (𝐸𝑋)2
) → D(X + Y) = 2𝐷𝑋
Notice: Same procedure for D(PnL1+…+PnLn) = 𝑛𝐷(𝑃𝑛𝐿)
If P&L is I.I.D.:
 Weekly VaR = 𝑉𝑎𝑅 𝑑𝑎𝑖𝑙𝑦* 5
 Bi-weekly VaR = 𝐕𝐚𝐑 𝐝𝐚𝐢𝐥𝐲* 𝟏𝟎
 Monthly VaR = 𝑉𝑎𝑅 𝑑𝑎𝑖𝑙𝑦* 20
VaR-model in MatLab
We made a VaR-model in Matlab and run it for S&P500. In this code, we can change:
 Time-horizon
 Confidence level
 The days of VaR (n)
Each point in the figure is a ratio Var n / Var 1 day for a 2 year period.
Conclusion
 Computing VaR with the historical method could be the simplest way. In this work I
tried to introduce the meaning of VaR and after some definition computed with the
chosen historical method, which uses observed P&L. After we got 1-day VaR we
wanted to see 10-day VaR, as a regulatory capital. For this case we wrote a
program in MatLab. Where we can see nowadays 10 is acceptably conservative
but it necessarily true in all market conditions. ( As we see , there are breaches in
some cases ).

More Related Content

Similar to Application of square root of time scaling

Application of square root of time – third
Application of square root of time – thirdApplication of square root of time – third
Application of square root of time – third
Ann Laki
 
Application of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling IIApplication of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling II
Ann Laki
 
Application of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling IIApplication of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling II
Annamaria Laki
 
Estimating Market Risk Measures: An Introduction and Overview
Estimating Market Risk Measures: An Introduction and OverviewEstimating Market Risk Measures: An Introduction and Overview
Estimating Market Risk Measures: An Introduction and Overview
Namrata Das, MBA, FRM
 
Page 1 of 9 This material is only for the use of stud.docx
Page 1 of 9  This material is only for the use of stud.docxPage 1 of 9  This material is only for the use of stud.docx
Page 1 of 9 This material is only for the use of stud.docx
karlhennesey
 
CH&Cie white paper value-at-risk in tuburlent times_VaR
CH&Cie white paper value-at-risk in tuburlent times_VaRCH&Cie white paper value-at-risk in tuburlent times_VaR
CH&Cie white paper value-at-risk in tuburlent times_VaRThibault Le Pomellec
 
PORTFOLIO DEFENDER
PORTFOLIO DEFENDERPORTFOLIO DEFENDER
PORTFOLIO DEFENDERAnuj Gopal
 
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 institutionscrmbasel
 
Portfolio Risk & Return Part 1.pptx
Portfolio Risk & Return Part 1.pptxPortfolio Risk & Return Part 1.pptx
Portfolio Risk & Return Part 1.pptx
Rahul das
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
Rupak Roy
 
Backtesting var
Backtesting varBacktesting var
Backtesting var
eguno_12
 
Value-at-Risk in Turbulence Time
Value-at-Risk in Turbulence TimeValue-at-Risk in Turbulence Time
Value-at-Risk in Turbulence Time
GRATeam
 
bài giảng về qtrrtc chương 12 risk management and financial institution
bài giảng về qtrrtc chương 12 risk management and financial institutionbài giảng về qtrrtc chương 12 risk management and financial institution
bài giảng về qtrrtc chương 12 risk management and financial institution
PhngUyn130600
 
Bloomberg va r
Bloomberg va rBloomberg va r
Bloomberg va r
rohanharsh
 
Goal-based_wealth_management_benchmarks_-_20230312.pdf
Goal-based_wealth_management_benchmarks_-_20230312.pdfGoal-based_wealth_management_benchmarks_-_20230312.pdf
Goal-based_wealth_management_benchmarks_-_20230312.pdf
Karén Chaltikian
 

Similar to Application of square root of time scaling (20)

Application of square root of time – third
Application of square root of time – thirdApplication of square root of time – third
Application of square root of time – third
 
Application of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling IIApplication of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling II
 
Application of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling IIApplication of "Square Root of Time" Scaling II
Application of "Square Root of Time" Scaling II
 
Estimating Market Risk Measures: An Introduction and Overview
Estimating Market Risk Measures: An Introduction and OverviewEstimating Market Risk Measures: An Introduction and Overview
Estimating Market Risk Measures: An Introduction and Overview
 
Page 1 of 9 This material is only for the use of stud.docx
Page 1 of 9  This material is only for the use of stud.docxPage 1 of 9  This material is only for the use of stud.docx
Page 1 of 9 This material is only for the use of stud.docx
 
Market Risk Paper
Market Risk PaperMarket Risk Paper
Market Risk Paper
 
VaR DAX
VaR DAXVaR DAX
VaR DAX
 
CH&Cie white paper value-at-risk in tuburlent times_VaR
CH&Cie white paper value-at-risk in tuburlent times_VaRCH&Cie white paper value-at-risk in tuburlent times_VaR
CH&Cie white paper value-at-risk in tuburlent times_VaR
 
PORTFOLIO DEFENDER
PORTFOLIO DEFENDERPORTFOLIO DEFENDER
PORTFOLIO DEFENDER
 
Value at Risk
Value at RiskValue at Risk
Value at Risk
 
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
 
Roberts montes khandate
Roberts montes khandateRoberts montes khandate
Roberts montes khandate
 
Portfolio Risk & Return Part 1.pptx
Portfolio Risk & Return Part 1.pptxPortfolio Risk & Return Part 1.pptx
Portfolio Risk & Return Part 1.pptx
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Backtesting var
Backtesting varBacktesting var
Backtesting var
 
Chap 18
Chap 18Chap 18
Chap 18
 
Value-at-Risk in Turbulence Time
Value-at-Risk in Turbulence TimeValue-at-Risk in Turbulence Time
Value-at-Risk in Turbulence Time
 
bài giảng về qtrrtc chương 12 risk management and financial institution
bài giảng về qtrrtc chương 12 risk management and financial institutionbài giảng về qtrrtc chương 12 risk management and financial institution
bài giảng về qtrrtc chương 12 risk management and financial institution
 
Bloomberg va r
Bloomberg va rBloomberg va r
Bloomberg va r
 
Goal-based_wealth_management_benchmarks_-_20230312.pdf
Goal-based_wealth_management_benchmarks_-_20230312.pdfGoal-based_wealth_management_benchmarks_-_20230312.pdf
Goal-based_wealth_management_benchmarks_-_20230312.pdf
 

Recently uploaded

how can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYChow can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYC
DOT TECH
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
DOT TECH
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
shetivia
 
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptxSWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
Godwin Emmanuel Oyedokun MBA MSc ACA ACIB FCTI FCFIP CFE
 
Webinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont BraunWebinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont Braun
FinTech Belgium
 
Transkredit Finance Company Products Presentation (1).pptx
Transkredit Finance Company Products Presentation (1).pptxTranskredit Finance Company Products Presentation (1).pptx
Transkredit Finance Company Products Presentation (1).pptx
jenomjaneh
 
Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...
Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...
Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...
Godwin Emmanuel Oyedokun MBA MSc ACA ACIB FCTI FCFIP CFE
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
DOT TECH
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
Commercial Bank of Ceylon PLC
 
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdfPensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Henry Tapper
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
DOT TECH
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
Falcon Invoice Discounting
 
This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...
lamluanvan.net Viết thuê luận văn
 
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
bbeucd
 
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdfWhich Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Kezex (KZX)
 
how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.
DOT TECH
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
DOT TECH
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spirit
egoetzinger
 
The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)
nickysharmasucks
 
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
beulahfernandes8
 

Recently uploaded (20)

how can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYChow can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYC
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
 
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptxSWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
 
Webinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont BraunWebinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont Braun
 
Transkredit Finance Company Products Presentation (1).pptx
Transkredit Finance Company Products Presentation (1).pptxTranskredit Finance Company Products Presentation (1).pptx
Transkredit Finance Company Products Presentation (1).pptx
 
Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...
Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...
Tax System, Behaviour, Justice, and Voluntary Compliance Culture in Nigeria -...
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
 
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdfPensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
 
This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...
 
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
 
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdfWhich Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
 
how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spirit
 
The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)
 
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
 

Application of square root of time scaling

  • 1. Application of “Square Root of Time” Scaling Created: Annamária Laki Supervisor: Áron Varga (Morgan Stanley, Model Risk Management)
  • 2. Sometimes regulators request market risk measures (eg. VaR) on a relatively long time horizon. The computations involving this length of time are meaningless, as there is no available good quality data. Imagine for example that a 2 week 99% VaR is requested. Even if we had 4 years of coherent data, we would have only 1 sample point for the 99% quantile. This is not sufficient. Therefore time-scaling techniques are used. This means that 1 day VaR is computed and it is multiplied by a scaling factor. Of course the sample will demonstrate a level of auto-correlation and will not have constant volatility, so this is theoretically incorrect. The question arises, how big of a mistake do we make if we use the square-root of time scaling. Can we convince ourselves and our audience (i.e. the regulators) that this approximation is acceptable? Can we present visually tangible / tractable diagrams to this effect? Can we at least say something about the tails of the distribution; say at 95% or 99%?
  • 3. Value at Risk Definition In financial mathematics and financial risk management, value at risk (VaR) is a widely used risk measure of the risk of loss on a specific portfolio of financial exposures. For a given portfolio, time horizon, and probability p, the p VaR is defined as a threshold loss value, such that the probability that the loss on the portfolio over the given time horizon exceeds this value is p. This assumes mark-to-market pricing, and no trading in the portfolio. For example, if a portfolio of stocks has a one-day 5% VaR of $1 million, there is a 0.05 probability that the portfolio will fall in value by more than $1 million over a one day period if there is no trading. Informally, a loss of $1 million or more on this portfolio is expected on 1 day out of 20 days (because of 5% probability). VaR has four main uses in finance: risk management, financial control, financial reporting and computing regulatory capital. VaR is sometimes used in non-financial applications as well.
  • 4. We need  Portfolio eg.(S&P500)  Initial capital : eg. $1mill  Time-horizon : eg. 2013-2015 → number of days ( 2 years ≈ 500 days )  Confidence level: eg. 1% ↔ 99%. The confidence level shows us where is the minimum or maximum VaR takes place ( eg. 1% of 2 years → 5th place )  Important assumption on strategy: This is a constant portfolio.
  • 5. Mathematical definition Given a confidence level between 0,1 the VaR of the portfolio at the confidence level α is given by the smallest number ℓ such that the probability that the loss L exceeds ℓ is at most (1- a). Mathematically, if L is the loss of a portfolio, then VaRα (L) is the level α- quantile i.e.:
  • 6. How we can compute 1 day VaR?  1 day P&L: : 𝑉𝑡+1 − 𝑉𝑡  VaR is a quantile of the P&L distribution  Ordered P&L ( from min. to max.)
  • 8. We have 1-day VaR, but our task is to computing 10-day VaR as a request of regulatory capital. BUT! We Do not have enough data, because there are 250 trading days means only 25 observation in a year. 4 years we have 100 observations, so we can not get a good 1% evaluation. So we must use 1-day var to compute 10-day VaR. 10 day VaR 10 day VaR is requested by regulators, which comes from Basel Committee on Banking Supervision . Link: http://www.bis.org/publ/bcbs158.htm
  • 9. Where the 𝐧 (square root of time) comes from? If Xi I.I.D → Ϭ( Xi )= 𝑛 Ϭ(Xi ) Sum P&L’s: 𝐷2 𝑋 + 𝑌 = 𝐸(𝑋 + 𝑌)2 −(𝐸(𝑋 + 𝑌))2 = 𝐸 𝑋 2 + 2𝐸𝑋𝑌 + 𝐸 𝑌 2 − 𝐸𝑋 + 𝐸𝑌 2 = 𝐸𝑋2 + 𝐸𝑌2 + 2𝐸𝑋𝑌 − 𝐸𝑋 2 − 2 𝐸𝑋 𝐸𝑌 − 𝐸𝑌 2 = 𝐸𝑋2 − 𝐸𝑋 2 + 𝐸𝑌2 − 𝐸𝑌 2 + 2𝐸𝑋𝑌 − 2 𝐸𝑋 𝐸𝑌 . Now X,Y are independent, so: EXY = (EX)(EY). → 2(𝐸𝑋2 − (𝐸𝑋)2 ) → D(X + Y) = 2𝐷𝑋 Notice: Same procedure for D(PnL1+…+PnLn) = 𝑛𝐷(𝑃𝑛𝐿) If P&L is I.I.D.:  Weekly VaR = 𝑉𝑎𝑅 𝑑𝑎𝑖𝑙𝑦* 5  Bi-weekly VaR = 𝐕𝐚𝐑 𝐝𝐚𝐢𝐥𝐲* 𝟏𝟎  Monthly VaR = 𝑉𝑎𝑅 𝑑𝑎𝑖𝑙𝑦* 20
  • 10. VaR-model in MatLab We made a VaR-model in Matlab and run it for S&P500. In this code, we can change:  Time-horizon  Confidence level  The days of VaR (n) Each point in the figure is a ratio Var n / Var 1 day for a 2 year period.
  • 11.
  • 12. Conclusion  Computing VaR with the historical method could be the simplest way. In this work I tried to introduce the meaning of VaR and after some definition computed with the chosen historical method, which uses observed P&L. After we got 1-day VaR we wanted to see 10-day VaR, as a regulatory capital. For this case we wrote a program in MatLab. Where we can see nowadays 10 is acceptably conservative but it necessarily true in all market conditions. ( As we see , there are breaches in some cases ).