Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Efficient Frontier/Mean-Variance Optimization

Does anybody out there happen to have a Markowitz mean-variance optimizer for
producing an efficient frontier analysis of alternative asset classes -- that
runs in Excel VBA? I need one for an asset-liability study that I'm doing.
Even a simple version would help get me started.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 126
Default Efficient Frontier/Mean-Variance Optimization

For two assets:

Suppose the asset mean returns are in B3 and C3 respectively.
Similarly, the standard deviations are in B4 and C4 respectively. The
correlation between the two assets is in D4.

Finally, suppose the fraction of asset 1 in the portfolio is in B5.

Then, obviously, the formula in C5 is =1-B5

Let the portfolio mean be in E3 and the portfolio standard deviation in
E4. Then, the formula in E3 is =SUMPRODUCT(B3:C3,B5:C5) and the formula
in E4 is =SQRT((B5*B4)^2+(C5*C4)^2+2*B4*C4*B5*C5*D4)

Now, create a table of values. In E9 through E19 enter the values 0,
0.1, 0.2, etc. In F8 enter =E4 and in G8 enter =E3. Select E8:G19 then
select Data | Table... In the resulting dialog box, click in the column
input cell field then click B5. Click OK. Plot F9:G19 in a XY Scatter
chart.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Multi-disciplinary business expertise
+ Technology skills
= Optimal solution to your business problem
Recipient Microsoft MVP award 2000-2005

In article ,
says...
Does anybody out there happen to have a Markowitz mean-variance optimizer for
producing an efficient frontier analysis of alternative asset classes -- that
runs in Excel VBA? I need one for an asset-liability study that I'm doing.
Even a simple version would help get me started.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
production frontier kckar Excel Worksheet Functions 0 February 15th 06 09:34 PM
Pivot Tables - Variance and Variance % PJS Excel Discussion (Misc queries) 2 January 18th 06 03:12 AM
how to plot efficient frontier Sandy Excel Discussion (Misc queries) 0 April 17th 05 02:26 AM
How do you graph a PPF (Production Possibilities Frontier) chart . tominindy Charts and Charting in Excel 0 January 29th 05 07:51 PM
Pivot Tables - Variance and % Variance fields CraigS Excel Discussion (Misc queries) 5 January 6th 05 12:22 AM


All times are GMT +1. The time now is 11:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"