Tagged Questions
6
votes
0answers
201 views
Calculating VaR/CVaR on high frequency data and returns
As we converge on the minute time scale and below for our unit time interval, the return distributions tend to be leptokurtotic and more discretized (due to fixed values such as minimum price ...
3
votes
1answer
121 views
How do I model risks for specific short-term short calls in a portfolio with limited data?
I'm trying to do some risk analysis on a portfolio of bonds, currency, stocks and short calls. The short calls expire in approximately 15-30 days and I've only got around 20 days of pricing data on ...
5
votes
3answers
99 views
Which lags or percentiles should be run in a batch when calculating Value-at-Risk?
Are there any "standard" VaR calculations run in a batch?
For example, testing a VaR calculation with a lag of 1,2, 5 or 10 days over 2 years?
Same question for the percentile, 1%, 2.5%, 5% etc.
3
votes
2answers
606 views
Covariance for arbitrarily large portfolios
I am implementing a method in Java to calculate the variance, covariance, and value at risk for a portfolio, which should be flexible for use with any number of assets in a portfolio. I am struggling ...
17
votes
2answers
476 views
How are distributions for tail risk measures estimated in practice?
Let's say you want to calculate a VaR for a portfolio of 1000 stocks. You're really only interested in the left tail, so do you use the whole set of returns to estimate mean, variance, skew, and shape ...
10
votes
1answer
259 views
What approaches are there for stress testing a portfolio?
Wikipedia lists three of them:
Extreme event: hypothesize the portfolio's return given the recurrence of a historical event. Current positions and risk exposures are combined with the historical ...
22
votes
2answers
2k views
What is the difference between the methods for calculating VaR?
There are three different commonly used Value at Risk (VaR) methods:
Historical method
Variance-Covariance Method
Monte Carlo
What is the difference between these approaches, and under what ...