Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Portfolio Omtimization, one is interested in optimally allocating a certain amount of money into a set of N assets ( stocks ) , where
In Portfolio Omtimization, one is interested in
optimally allocating a certain amount of
money into a set of assets stocks where
the portfolio usually denoted via is
the normalized money invested in each asset
such that the sum equals In
Modern Portfolio Theory known after Harry
Markowitz, the portfolio design is based on
maximizing the return while minimizing the
risk. This scheme, also known as Mean
Variance Portfolio MVP can be formulated
via the following optimization problem:
subject
where is the expected mean returns of the
stocks, and is the covariance matrix of the
stock returns. The term represents
the portfolio risk variance the square root of
which is called volatility. Hence, the objective
is to maximize the profit while minimizing the
risk, with the parameter controlling the
accepted level of risk.
Here, we have
a Find the eigenvalues of Is this matrix
Positive SemiDefinite PSD
b Argue whether this problem is convex or
not.
c Write a piece of code in Python using
CVXPY package to solve the above problem
given the values of
dots,
For each solution compute the following
quantities
PortfolioExpectedReturn
PortfolioVolatility
d We say the constraint is
active if equality holds. Find the values of
for which this constraint is active.
Hint: plot the value of risk versus
e Plot the diagram of
PortfolioExpectedReturn versus
PortfolioVolatility. For which value of
is the ratio of
PortfolioExpectedReturnPortfolioVolatility
known as Sharpe Ratio maximum?
f Plot a curve including all the elements of
versus
g Explain why the portfolio has this changing
pattern when increases; and what will
happen when is pretty large.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started