Given $X$ is a random variable, how to calculate the covariance $\text{cov}(X,1_{\{X>\text{VaR}_{\alpha}(X)\}})$?
Here, the indicator function is defined as $$ 1_{\{X>\text{VaR}_{\alpha}(X)\}} = \begin{cases} 1& X>\text{VaR}_{\alpha}(X),\\ 0& \text{otherwise}. \end{cases} $$ And $\text{VaR}_{\alpha}(X)$ denotes value-at-risk of $X$ at a confidence level $1-\alpha$ where $0<\alpha<1$ defined as, $$ \text{VaR}_{\alpha}(X) = \inf{x: P(X>x) \leq \alpha}. $$