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
62 questions
4
votes
3
answers
3k
views
Replicate a Portfolio with Given Payoff
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$ ...
8
votes
4
answers
8k
views
Maximum Sharpe portfolio (no short selling restrictions)
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 ...
5
votes
1
answer
3k
views
CVAR alternatives for optimization
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 ...
4
votes
1
answer
1k
views
Monte Carlo (resampling) in m.v. portfolio optimization
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 ...
7
votes
2
answers
801
views
Maximum Certainty Equivalent Portfolio with Transaction Costs
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 ...
5
votes
1
answer
638
views
Quasi Random Monte Carlo in m.v. portfolio optimization
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 ...
4
votes
2
answers
6k
views
maximize Sharpe ratio in portfolio optimization
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}}$
...
2
votes
2
answers
388
views
name of this portfolio optimization strategy
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 ...
1
vote
1
answer
134
views
Why seperate portoflio between only risky and risky+risk-free asset
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 ...
23
votes
5
answers
17k
views
Portfolio optimisation with VaR or CVaR constraints using linear programming
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 ...
11
votes
1
answer
1k
views
The optimization problem of the equal risk contribution portfolio
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 ...
8
votes
2
answers
5k
views
Portfolio Optimization : Shrinkage of Covariance Matrix when data is available
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 ...
7
votes
1
answer
17k
views
Marginal Risk Contribution Formula
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. ...
5
votes
2
answers
1k
views
Risk Parity / Equal Risk Contribution with Tail Risk Measures
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 ...
5
votes
2
answers
2k
views
How to derive portfolio weights from risk budget
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 ...
4
votes
3
answers
591
views
Asset Allocation with near zero rates
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 ...
3
votes
2
answers
1k
views
How to perform portfolio optimization with user-defined expected return and variances using R?
I found some functions for Markowitz mean variance portfolio optimization in R such as portfolio.optim in tseries package.
...
3
votes
1
answer
444
views
Why does the likelihood of corner solutions in portfolios increase as the number of assets grows?
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 ...
2
votes
1
answer
403
views
Is quadratic programming used to maximize portfolio skewness and kurtosis?
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 ...
2
votes
0
answers
186
views
The Viability/Usefulness of Mean Standard Deviation Optimization?
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 ...
2
votes
3
answers
5k
views
Negative variance?
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 ...
2
votes
1
answer
4k
views
Turnover as a soft constraint for portfolio optimization
I am using cvxpy to do a simple portfolio optimization.
I implemented the following dummy code
...
2
votes
1
answer
1k
views
Minimize overall portfolio turnover under constraints
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 ...
2
votes
2
answers
7k
views
Calculating the efficient frontier from expected returns and SD
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 ...
2
votes
1
answer
219
views
How to measure the practicality of a market portfolio for long-term investment?
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 ...