Serving the Quantitative Finance Community

 
User avatar
umvue
Topic Author
Posts: 0
Joined: July 1st, 2007, 7:17 am

A VaR question

August 29th, 2008, 11:15 am

In another forum, someone posted an interview question asking candidates how to compute 10-day VaR.The candidate replies with c*sqrt(10)*SD where c is the critical value (e.g. 2.33 for 99%) and SD is the standard deviation.The interviewer said that in practice, this formula works well with 1-day VaR but not 10-day VaR. Does anyone know why the interviewer say so? What book should I read to understand this (apparently not the Hull book)?Thanks in advance
 
User avatar
risk41
Posts: 0
Joined: November 13th, 2006, 8:45 am

A VaR question

August 29th, 2008, 12:09 pm

If you calculated 1-day V@R,formula works everytime well.Just control your last V@R values.Only take 1-Day V@R*sqrt(10 or any Holding Period)You Can read Implementing Value at Risk Philip Best or Paul Wilmott Quantitative Finance books.
 
User avatar
umvue
Topic Author
Posts: 0
Joined: July 1st, 2007, 7:17 am

A VaR question

August 29th, 2008, 2:56 pm

If you multiply the 1-day VaR by sqrt(10), then isn't it the same as the formula c*sqrt(10)*SD?Supposedly this is not the VaR value for 10 days according to that interviewer, why?
 
User avatar
pcaspers
Posts: 30
Joined: June 6th, 2005, 9:49 am
Location: Germany

A VaR question

August 30th, 2008, 5:57 pm

the sqrt-rule is valid if you assume independent p/l-distributions with identical stddev (then Variance(X1+X2+...+X10) = SUM Variance(Xi) = 10 * Variance(X1), so stddev(sum Xi) = sqrt(10)*stddev(X1)). Perhaps the interviewer is not happy with the independence assumption.
 
User avatar
umvue
Topic Author
Posts: 0
Joined: July 1st, 2007, 7:17 am

A VaR question

August 31st, 2008, 2:13 am

QuoteOriginally posted by: pcaspersthe sqrt-rule is valid if you assume independent p/l-distributions with identical stddev (then Variance(X1+X2+...+X10) = SUM Variance(Xi) = 10 * Variance(X1), so stddev(sum Xi) = sqrt(10)*stddev(X1)). Perhaps the interviewer is not happy with the independence assumption.I think that probably is what the interviewer thought. So usually what kind of volatility model people actually use to calculate VaR in practice?
 
User avatar
purbani
Posts: 10
Joined: July 14th, 2002, 3:00 am

A VaR question

August 31st, 2008, 10:40 pm

 
User avatar
purbani
Posts: 10
Joined: July 14th, 2002, 3:00 am

A VaR question

August 31st, 2008, 10:47 pm

The point about independence is one possible answer. However it is more likely that the interviewer wanted you to also scale the mean by 10 days to avoid overestimating the VaR as outlined in Kevin Dowd's book Measuring Market Risk. The original RiskMetrics papers all used the assumption of a 0 daily mean which is statistically defensible for equities but may nor be appropriate for other assets or longer time frames. Once you start to consider higher order statistics such as in the Cornish Fisher or 'Modified' VaR the time scaling of these higher moments also becomes a significant factor that is in general applied incorrectly.
 
User avatar
TraderJoe
Posts: 1
Joined: February 1st, 2005, 11:21 pm

A VaR question

August 31st, 2008, 11:28 pm

VaR is such a hack.
 
User avatar
Edwyn
Posts: 2
Joined: January 3rd, 2006, 10:12 am

A VaR question

September 2nd, 2008, 3:07 pm

Even for one-day var you don't calculate it as c*sd as the underlying Normality assumption is too naive. You have to take into account the tail behaviour.For 10-day var you need to study the rolling 10-day PnL vs. the underlying risk factors.However, given the exact one-day var but no further information, it is OK to scale it up by sqaure root of 10 to get the approximated 10-day var - this is equivalent to derive the "implied volality" from the one-day var and then assume indepdendent Normal: NOT the same as what the candidate has said.