| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | May 14 at 5:35 | |
| stats | profile views | 146 |
|
Aug 14 |
comment |
portfolio optimisation with VaR (or CVaR) constraints Thank you very much, this is very insightful |
|
Aug 14 |
comment |
portfolio optimisation with VaR (or CVaR) constraints it seems that even though CVXOPT is open source, it only contains interfaces to the solvers in MOSEK, which is not open source. |
|
Aug 14 |
comment |
portfolio optimisation with VaR (or CVaR) constraints Thanks for your input, makes sense. What about $r_{ij}$ ? The return of asset $i$ in simulation $j$ ? Do you really have to simulate them or can you take simply the past ones? i would like to avoid modelling the returns, as it could create errors (bad tail correlation estimation etc.) Now if you need 10,000 of them I understand you have to simulate. But is it not dangerous? |
|
Aug 14 |
comment |
portfolio optimisation with VaR (or CVaR) constraints If I am not wrong these $m$ are the Monte Carlo simulations that @David Nehme is mentioning in his answer. I guess $m$ has to be high enough. 1000? 2000? Do you have an idea? |
|
Aug 13 |
comment |
portfolio optimisation with VaR (or CVaR) constraints The second link seems very interesting, thanks. I have read carefully the paper. however, I truggle to understand how they replace the expectancy that is in formula (9) page 8, with a sum over $j$. What are these $r_{ij}$ and what is $m$? Apart from that, the solution is quite elegant... Can be solved with a very standard optimizer. |
|
Aug 13 |
comment |
portfolio optimisation with VaR (or CVaR) constraints +Alexey, do you have this ebook "Portfolio Optimization with R/Rmetrics"? On the google preview at page 333 it seems that I read that quadratic constraints are treated in the other ebook "Advanced Portfolio Optimization with R/Rmetrics" If you have the book, can you confirm if there are such examples? books.google.com.sg/… |
|
Aug 13 |
comment |
How to normalize different instruments by volatility? not sure what your discussion on quants really brings to Freewind's question. Sounds like a useless digression. |
|
Aug 10 |
comment |
portfolio optimisation with VaR (or CVaR) constraints indeed. I need quadratic constraints. The objective function is linear but the VaR constraint is definitely quadratic. Will have a look at your link. Thanks |
|
Aug 10 |
comment |
portfolio optimisation with VaR (or CVaR) constraints @BobJansen I have several VaR constraints on several groups of assets in my portfolio. I cannot manually adjust every day the expected returns of all my assets to ensure the VaR constraints. Ideally I would have to model the constraint in the optimization problem. |
|
Apr 18 |
comment |
Why is the first principal component a proxy for the market portfolio, and what other proxies exist? Thank you for enhancing your answer, I appreciate reading it a lot. |
|
Apr 18 |
comment |
Why is the first principal component a proxy for the market portfolio, and what other proxies exist? When you say "Why is this the market factor? If you examine the weights (factor loadings) of the first eigenvector in a histogram you will find they are generally all of the same sign whereas this is not the case for any of the subsequent eigenvectors", I am not convinced by this argument. I agree that the among all PCA components, the first one is the most representative of the market, but maybe there is another set of weights that is better than this one. |
|
Feb 10 |
comment |
How to compute performance attribution between daily rebalanced strategies? interesting idea |
|
Feb 10 |
comment |
Why is the first principal component a proxy for the market portfolio, and what other proxies exist? I still think it is very accurate to say that "PCA is maximizing the variance". PCA weights can be found by formulating the problem as a max of the variance under constaint |
|
Feb 1 |
comment |
How to hedge against lack of volatility some trading strategies perform better when there is high volatility. Hence hedging against low volatility can makes sense. |
|
Jan 11 |
comment |
Has high frequency trading (HFT) been a net benefit or cost to society? It definitely has been a benefit for exhanges, that have made millions in trading fees |
|
Jan 3 |
comment |
Why a self-financing replicating portfolio should always exist? in theory, yes, but then you need to readjust your position dynamically intraday and very often the cost and slippage of this replication will be so high that in practice it doesn't work. |
|
Jan 2 |
comment |
What is the intuition behind cointegration? @user40 A Drunk, Her Dog and A Boyfriend econ.canterbury.ac.nz/downloads/amstat.pdf |
|
Nov 8 |
comment |
time series management system what about building your own framework? It is not so complex. A relational database with different field per time serie revision will do the last trick |
|
Oct 25 |
comment |
Should cointegration be tested using close or adjusted close prices? @Freewind investopedia.com/terms/t/totalreturn.asp#axzz1bmKQrATU |
|
Oct 13 |
comment |
How to detect regime change when estimating asset correlation from historical time series? of course, garch is implemented in several R packages |