Hi @David Harper CFA FRM
One doubt regarding the statement that is mentioned throughout Market Risk chapter "Lognormal VaR is always less than VaR" (e.g p12 of VitalSource notes, 707.3D). Can it be "less or equal"?
My question is the following: what would happen, if by any case, the coefficient of variation is the reciprocal of the cut-off quantile associated to the confidence level? e.g say z_{\alpha} = 1.645 and we have a coefficient of variation (meaning ratio sd/mean) equal to 1/1.645, it seems lognormal VaR will be equal to normal VaR, or am I missing something?
Here's an example of what I meant:
round(1 - math.exp(0.12 - 1.645*0.0729),5), round(-0.12 + 1.645*0.0729,5)
Out[119]: (-8e-05, -8e-05)
Thanks!
One doubt regarding the statement that is mentioned throughout Market Risk chapter "Lognormal VaR is always less than VaR" (e.g p12 of VitalSource notes, 707.3D). Can it be "less or equal"?
My question is the following: what would happen, if by any case, the coefficient of variation is the reciprocal of the cut-off quantile associated to the confidence level? e.g say z_{\alpha} = 1.645 and we have a coefficient of variation (meaning ratio sd/mean) equal to 1/1.645, it seems lognormal VaR will be equal to normal VaR, or am I missing something?
Here's an example of what I meant:
round(1 - math.exp(0.12 - 1.645*0.0729),5), round(-0.12 + 1.645*0.0729,5)
Out[119]: (-8e-05, -8e-05)
Thanks!