Skip to main content

Questions tagged [portfolio-optimization]

Questions related to mathematical methods used for searching of optimal portfolio structures. Also related to questions on optimal structure of portfolios from both strategic and tactical point of view

Filter by
Sorted by
Tagged with
4 votes
3 answers
3k views

Looking for a convincing general strategy [not trial and error] to solve these kind of questions: Any help will be super helpful! Thanks a bunch! Replicate a portfolio on an underlying asset $S$ ...
user31052's user avatar
8 votes
4 answers
8k views

Suppose we have $n$ assets whose expected return vector is $r$ and is positive, and whose covariance matrix is $\Sigma$. Is there a closed form or quasi closed form (like the eigenvector of a matrix ...
Vim's user avatar
  • 933
5 votes
1 answer
3k views

Are there some alternatives to the CVaR measure for portfolio optimization, which are easier to implement for ex. with a linear program? They can be just approximations of CVaR or measures ...
user2974951's user avatar
4 votes
1 answer
1k views

The instability and high sensitivity of optimisation results can be augmented by adding another layer of quantitative methodology in the form of Monte Carlo Simulation. The name Monte Carlo alludes to ...
Nipper's user avatar
  • 359
7 votes
2 answers
801 views

Out of curiosity I tried to compute the portfolio weights of a maximum certainty equivalent allocation, however, by incorporating (quadratic) transaction costs. However, my result is not as intuitive ...
Stefan Voigt's user avatar
  • 1,486
5 votes
1 answer
638 views

Not specifying a correlation matrix for the Monte Carlo Simulation's random returns is equivalent to assuming no correlation or a correlation coefficient of zero, which will seriously and adversely ...
Nipper's user avatar
  • 359
4 votes
2 answers
6k views

I am trying to understand how to maximize Sharpe ratio in portfolio optimization. $\boxed{\begin{align}\max\>&\frac{r^Tx-r_f}{\sqrt{x^TQx}}\\ & \sum_i x_i = 1\\ & x_i\ge 0\end{align}}$ ...
JOHN's user avatar
  • 423
2 votes
2 answers
388 views

I have come across a portfolio selection strategy that buys in equal amounts the top decile of expected earners, and simultaneously short sells the lowest decile in a similar fashion. What is this ...
Taylor's user avatar
  • 574
1 vote
1 answer
134 views

I am currently studying basic portfolio theory. I observed that, for minimizing the variance of a portfolio, one usually does the case of $n$ risky assets, and then $n$ risky assets together with one ...
raisinsec's user avatar
  • 113
23 votes
5 answers
17k views

I would like to optimize a portfolio allocation (maximizing the exposure or the expected return), but with VaR or CVaR contraints. (some parts of my portfolio cannot exceed a certain VaR) How can I ...
RockScience's user avatar
  • 2,023
11 votes
1 answer
1k views

I try to understand the equal risk contribution (ERC) portfolio as described in On the Properties of Equally-Weighted Risk Contributions Portfolios by Teiletche and Roncalli. For a given covariance ...
Richi Wa's user avatar
  • 13.9k
8 votes
2 answers
5k views

It seems that shrinking the covariance matrix is especially useful if the number of individual stocks is greater than the number of data points. However is there any special gain if you're not ...
user1627466's user avatar
7 votes
1 answer
17k views

I am trying to understand and implement the standard 'marginal risk contribution' approach to portfolio risk and hoping to reconcile the formulae provided for its calculation in different sources. ...
user31516's user avatar
5 votes
2 answers
1k views

Risk Parity or (synonymous) Equal Risk Contribution is an approach to portfolio construction which could work in theory with a broad class of risk measures. Yet, all references I have found so far ...
g g's user avatar
  • 2,033
5 votes
2 answers
2k views

Goal: I'm trying to frame target volatility investments given some view on what asset to overweight. For example, starting with a risk-parity allocation, tweak the marginal risk contribution of each ...
Elrond's user avatar
  • 390
4 votes
3 answers
591 views

With central banks pegging interest rates to near zero rates, an argument could be made that the future distribution of interest rates and bond returns are not normally distributed. How has modern ...
AlRacoon's user avatar
  • 6,897
3 votes
2 answers
1k views

I found some functions for Markowitz mean variance portfolio optimization in R such as portfolio.optim in tseries package. ...
HasnainMamdani's user avatar
3 votes
1 answer
444 views

A three- asset portfolio doesn't seem prone to generating corner solutions, which are very high allocations to one of the assets and $0$ to the others. Instead, when the number of assets is low, these ...
develarist's user avatar
  • 3,140
2 votes
1 answer
403 views

Quadratic programming, a type of convex optimization, is used to solve the minimum variance portfolio weights $$w = \arg \min_w \sigma_P^2 = w^\top \Sigma w$$ because the objective function coincides ...
develarist's user avatar
  • 3,140
2 votes
0 answers
186 views

The classical Markowitz objective is: $$ f(w) = w^T \mu - \frac{\lambda}{2} w ^T \Sigma w = \mathbb{E}[r^Tw] - \frac{\lambda}{2} \sigma^2(r^Tw) $$ where $\mu$ is the vector of mean returns. This is a ...
rubikscube09's user avatar
2 votes
3 answers
5k views

Using the formula w*Cov*t(w) I can generate a negative portfolio variance. What are the implications of a negative variance? Should I just assume it's zero? A negative variance is troublesome ...
rmacey's user avatar
  • 196
2 votes
1 answer
4k views

I am using cvxpy to do a simple portfolio optimization. I implemented the following dummy code ...
ThatQuantDude's user avatar
2 votes
1 answer
1k views

Assume I have M portfolios, each of them can be represented as a T by N matrix, where N represents number of stocks traded and T represents number of days. For each portfolio matrix, each row is under ...
Warren's user avatar
  • 145
2 votes
2 answers
7k views

I'm trying to calculate the efficient frontier (and the optimal portfolio at the Sharpe ratio) given two vectors for a portfolio: (1) expected returns and (2) historical standard deviations. I would ...
itpetersen's user avatar
2 votes
1 answer
219 views

Do you believe that the composition of the market portfolio that you have found is a desirable or practical one as an investment? Explain why or why not, based on the positions of your stocks. I ...
Liam's user avatar
  • 21