PART A: OPTIMAL CAPITAL ALLOCATION (50%, 2,000 WORDS)
Objective: Examine your practical understanding of the key financial ideas, concepts, debates, issues and tools presented in the module with an emphasis on modern portfolio theory.
Description: You are an investment analyst in a large financial institution. A client enquires about a potential investment in two stocks. Her investment budget is $1,000,000 and her utility has the form:
π = πΈπ₯ππππ‘ππ π
ππ‘π’ππ β 1οΌ2οΌπ
ππ π π΄π£πππ πππ ππππ‘ππ β ππππππππ
Using a profile investment questionnaire you determine that the client is conservative with respect to risk since her risk-aversion factor (A) is equal to 10. You are required to undertake a thorough investment analysis in order to propose the optimal capital allocation for the client. Your analysis, along with your final recommendation, should be presented in a comprehensive report.
PART B: SHORT-SELLING (50%, 2,000 WORDS)
Title: Should short-selling be prohibited in times of financial distress?
Objective: Examine your ability to critically discuss the advantages and disadvantages of a popular financial practice presented in the module.
Description: During the recent financial crisis of 2008, a number of countries worldwide decided to prohibit short-selling. You are required to critically analyze the underlying rationale for this decision and discuss whether you agree or disagree with it.
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 });

