TERM 2 SPRING 2015
Summative Assessment: Part 2
You have now completed and submitted the first element, which was a financial analysis of the Starren Group plc examining and assessing its profitability, liquidity and financing through the five years 1988 – 1992.
For this, the second element of the summative assessment, you are required to determine how you would value the equity of the Starren Group plc at 1 February 1992, or shortly thereafter.
Note that for this exercise the Market Value of the ordinary equity shares at 1 February 1992 is wholly inappropriate.
You will justify your chosen basis for this valuation – profit-based, dividend-based, or asset-based – over the two alternative bases, explaining how it is most relevant and to whom it is most relevant.
Your justification and explanations will be not less than 500 words (approximately one side of A4 single spaced 12-point printing), but not excessively more (750 words at the absolute maximum).
You may submit this assignment either within your existing sub-group with one or more members of your sub-group, or individually: I.e. if you were a member of a 4-person sub-group for the first element you may submit this second part as either the complete 4-person sub-group, as three or two of that sub-group, or as an individual.
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 });