VAR Calculations

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

VAR Calculations

Arva Williams-Clarke
Hi
I am new to quatllib and VAR
I am trying to understand the VAR function in QuantlibXL i.e:
qlValueAtRisk(percentile,mean,variance)
This notation seems to be a little bit different
Mean of what?
How come variance instead of standard deviation?
Is there any reference book/paper I can use to get a better handle on
terminology etc. used in Quantlib VAR?
Thanks for your patience
Regards
Chris Clarke



Reply | Threaded
Open this post in threaded view
|

Re: VAR Calculations

Ferdinando M. Ametrano-3
At 05:39 AM 10/8/2003 -0400, Arva Williams-Clarke wrote:
>I am trying to understand the VAR function in QuantlibXL i.e:
>qlValueAtRisk(percentile,mean,variance)
>This notation seems to be a little bit different
>Mean of what?
>How come variance instead of standard deviation?

You might be referring to the wrong cell label "variance" in an example
spreadsheet. The function actually requires standard deviation as input, as
correctly specified by the function wizard.

Mean and standard deviation refer to a gaussian distribution of returns,
which is the underlying assumption for the QuantLibXL risk measures
currently available.
QuantLib C++ also includes the same risk measures for generic empirical
(non-guassian) distribution, but such measures are not exported to Excel yet.

I will fix the examples and try to export more function in the next
QuantLibXL release.

ciao -- Nando