1.All of you have to set up your portfolio and make sure it will not exceed QR30000.
2.Discuss your strategies of asset allocation carefully, your analysis should consider the following points
a.What would be your preferred portfolio mix? Why? Explain briefly./ just explain how we chose this portfolio?
b.Calculate the correlation and co-variance matrix for the selected securities / you already done
c.Use Markowitz model to calculate the return and risk for alternative weights of the portfolio / as explained in class using EXCEL
d.Develop your optimal portfolio with different target risk and return
e.You can create the efficient frontier and select your choice and weights
f. When you find the weights allocate these 30000 on the securities sent to you, based on the weights you found.
g.What is your plan next? Clearly state what is your re-balancing strategy
– All the figures and tables should be numbered and sourced.
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 });

