Portfolio HW
- How does your portfolio compare to your individual holdings? Was diversification helpful? Successful?
- What does your beta imply? What does your alpha imply?
- Knowing what you know, i.e. returns, risks, how would you change your allocation to improve your portfolio’s risk and return? Calculate summary and portfolio statistics with your changes incorporated.
- Did you change increase returns? Reduce risk? Are you comfortable with the results?
- If you expected the economy to slow what sectors would you emphasize and why? If you expected a robust economy what sectors would you emphasize and why?
- Does the correlation matrix help form any option on how weight your stocks or how you might want to change weight to change wright going forward?
- Download prices for the period Dec 1999 to December 2002. Calculate portfolio statistics. Apply the weights from the changes you recommended from 2 above. Are these the results you were expecting? Examine the correlation matrix. Does the matrix provide guidance as to weightings?
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

