Answered step by step
Verified Expert Solution
Link Copied!

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 N assets (stocks), where
the portfolio usually denoted via winRN is
the normalized money invested in each asset
(such that the sum i=1Nwi equals 1). 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:
mamizew,wTT
subject tow0,wTT1=1,wTTw
where is the expected (mean) returns of the
stocks, and is the covariance matrix of the
stock returns. The term wTTw 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
=[1.00.02-0.011.0-0.1-0.11.0]
-0.01
-0.01
0.02
=[0.06,0.01,0.03]TT
(a) Find the eigenvalues of . Is this matrix
Positive Semi-Definite (PSD)?
(b) Argue whether this problem is convex or
not.
(c) Write a piece of code in Python using
CVXPY package ?-1 to solve the above problem
given the values of
={4,5,dots,13,14}10-1.
For each solution w***, compute the following
quantities
PortfolioExpectedReturn ()=w***TT
PortfolioVolatility ()=w***?TTw***2
(d) We say the constraint wTTw 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
PortfolioExpectedReturn/PortfolioVolatility
(known as Sharpe Ratio) maximum?
(f) Plot a curve including all the elements of
w*** versus .
(g) Explain why the portfolio has this changing
pattern when increases; and what will
happen when is pretty large.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Spatial And Temporal Databases 8th International Symposium Sstd 2003 Santorini Island Greece July 2003 Proceedings Lncs 2750

Authors: Thanasis Hadzilacos ,Yannis Manolopoulos ,John F. Roddick ,Yannis Theodoridis

2003rd Edition

3540405356, 978-3540405351

More Books

Students also viewed these Databases questions

Question

Distinguish between formal and informal reports.

Answered: 1 week ago