proof that value at risk VaR is monotonic

3.7k Views Asked by At

I want to show that if $X$ and $Y$ are the two loss variables such that $X\leq Y$, then $\text{VaR}_\delta(X)\leq\text{VaR}_\delta(Y)$.

1

There are 1 best solutions below

0
On BEST ANSWER

From the link given by whuber, we have $$ {\rm VaR}_\alpha (L) = \inf \lbrace l \in \mathbb{R}:{\rm P}(L > l) \le 1 - \alpha \rbrace. $$ If $X$ and $Y$ are random variables such that $X \leq Y$, then obviously ${\rm P}(X > l) \leq {\rm P}(Y > l)$ for any $l \in \mathbb{R}$. So, if $l$ belongs to the set $\lbrace l \in \mathbb{R}:{\rm P}(Y > l) \le 1 - \alpha \rbrace$, then $l$ belongs also to the set $\lbrace l \in \mathbb{R}:{\rm P}(X > l) \le 1 - \alpha \rbrace$. Hence, in particular, $$ \inf \lbrace l \in \mathbb{R}:{\rm P}(X > l) \le 1 - \alpha \rbrace \leq \inf \lbrace l \in \mathbb{R}:{\rm P}(Y > l) \le 1 - \alpha \rbrace, $$ that is ${\rm VaR}_\alpha (X) \leq {\rm VaR}_\alpha (Y)$. Of course, nothing changes if the $\leq$ in $X \leq Y$ refers to stochastic dominance.