1,344 reputation
113
bio website researchgate.net/profile/…
location Vienna
age 31
visits member for 11 months
seen May 14 at 7:53
stats profile views 130

Risk Manager at Raiffeisen Capital Management

External Lecturer at Vienna University of Technology


Apr
15
comment Data Synchronization
The Kalman filter is a general framework and the HP-filter can be described by means of the Kalman filter (pls. look into my link). Concerning before/after modeling: the filter "is" the model. The filter gives you a model for the trend.
Apr
10
comment Value at Risk Monte-Carlo using Generalized Pareto Distribution(GPD)
dependence (at a first step: a covariance matrix) is more important in mm than fat tails ... for a portfolio.
Apr
9
comment Value at Risk Monte-Carlo using Generalized Pareto Distribution(GPD)
Hi, I added a link and the formula taken from wikipedia for the random number generation of GPD. If you have fitted the parameters then you just generated uniforms and apply this formula. But if you model fat tails then you probably want to model dependencies in your model as well. If equities fall/rise then bonds or currencies are usually not unaffected. Modelling dependencies is crucial in the portfolio context.
Apr
9
comment Value at Risk Monte-Carlo using Generalized Pareto Distribution(GPD)
@purnendumaity What do you mean by "Investment Performance Risk Analytics"? If you mean something like an ex-post risk analysis (what has happened in the past) then I think you don't have to model fat tails per-se. If you look backwards then you describe what has happened. But you do MC so you model risk ex-ante - meaning what will/can happen - right?
Apr
8
comment Fitting distributions to financial data using volatility model to estimate VaR
Yes, if you model losses - correct. Take care when fitting the t-distribution variance ( $\nu/(\nu-2)$ is the factor for the variance, not the standard deviation).
Apr
8
comment Fitting distributions to financial data using volatility model to estimate VaR
I think the question is a bit too long - maybe you ca split it up. I hesitate to answer because it is too long (and my answer probably incomplete).
Apr
8
comment Fitting distributions to financial data using volatility model to estimate VaR
When you match an estimate of $\sigma$ and the parameter of the t-distribution then be sure to use it for variance (and not volatility) - or take the square-root of $(\nu-2)/\nu$.
Apr
8
comment Fitting distributions to financial data using volatility model to estimate VaR
Up to where you write "First of all, is this correct?" - I'd say yes with 2 remarks: In the code you use the $0.975$ quantile. This number is positive. But if you use the formula $VaR = \mu + q_z \sigma$ then you need the $0.025$ quantile or in the case of a symmetric distribution you just put a minus sign. Furthermore, what I do is $quantile = q_z \sigma$ and $VaR = -q_z$ and then $VaR$ is a positive number (the risk is positive and the loss is negative).
Apr
5
comment Stochastic modelling of derivatives on dividends
one thing I have to admit: the link by JPM deals too much with stocks+dividends and not derivatives on dividends alone. I will delete the link and replace it later.
Apr
4
comment Stochastic modelling of derivatives on dividends
If I apply this scheme to a dividend process then it would mean that dividends pay dividends ... I can hardly imagine this. So this is off-topic - sorry.
Apr
4
comment Stochastic modelling of derivatives on dividends
sorry, but this is binomial pricing ... this does not directly help with futures on dividends what my question is about. I hope for a more specific answer to the question. Thanks for posting but this is too basic and too little related to my question.
Apr
4
comment Data Synchronization
I don't keep my promise, one more comment: you are right, that the calibration of $VAR(1)$ is more intuitive (it cna be done by a regression) than the calibration of $VMA(1)$. Our experiments in this context gave good results for the calibration of $VMA(1)$ too.
Apr
4
comment Obtaining a consistent covariance matrix for stochastic volatility processes
Very good question!
Apr
4
comment Data Synchronization
Just one more and last comment: if you look at the preprint above page 5 formula 1.6 then you see how the regression of returns on lagged returns is represented. This looks at first glance like $VAR(1)$ but when you analyze the residual then this can not be shown to be White Noise, which it should be for $VAR(1)$.
Apr
4
comment Stochastic modelling of derivatives on dividends
thank you for your detailed answer about options on dividend-paying assets. But my question is about derivatives (e.g. futures) on dividends. This is related but a totally different story ... it is about instruments like this: globalderivatives.nyx.com/stock-indices/nyse-liffe/…
Apr
3
comment Obtaining a consistent covariance matrix for stochastic volatility processes
If you are interested you can look at this question for requirements for a positive-definite covariance matrix.
Apr
3
comment Data Synchronization
The approach in the paper that you reference is indeed very interesting and close to our paper. However, they use a $VAR(1)$ mode, in which auto-correlations do not vanish but just decay. We chose a $VMA(1)$ model as there the autocorrelations vanish after one time step. If autocorrelation comes from non-contemporaneous trading then it should vanish after one day. In practice a $VMA(1)$ and a $VAR(1)$ model will give similar results in most applications.
Apr
3
comment Obtaining a consistent covariance matrix for stochastic volatility processes
A consistent resp. valid covariance matrix has to be positive-definite (in fact: non singular). Should I elaborate on that?
Apr
3
comment Stochastic modelling of derivatives on dividends
I have a newer version and quickly browsing it again I don't see anything on derivatives on dividends. I only see remarks on things like Black-Scholes for dividend paying assets - there might be connections (due to arbitrage, just guessing) but nothing directly related.
Apr
2
comment Stochastic modelling of derivatives on dividends
@JoshuaUlrich You are right - I will split the first 2 points and the second up. Thanks for this suggestion.