(a) Choose a firm from the FTSE 100 and assess its background in terms of its most material sustainability risks. (20Marks)
(b)Assess who the organizations main stakeholders are using a theoretical model such as Stakeholder Salience (Mitchell, Agle and Wood, 1997) or Primary and Secondary stakeholders (Stake, 1991). (20Marks)
(c)Review the organizations reporting mechanisms including the annual and CSR report to assess how the material risks are addressed as well as stakeholders. (30Marks)
(d)To what extent do you believe internal and external factors to be impacting the way in which the information is reported? (20Marks)
(e)Provide a conclusion regarding how effective the accountability is and to what extent stakeholders of the information have been effectively identified. (10Marks)
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 });

