-Imagine you are the ESG (environmental, social and governance) team at a socially responsible mutual fund company and your task is to evaluate any governance, social or environmental issues that could pose investment riskWorking in your assigned team, you are looking at the company NIKE. Your goal as a team is to research and analyze the selected company in the key areas outlined below and make a recommendation to investment management whether or not they should invest in the company. Prepare a brief report with your findings 5 pages double space excluding charts, bibliography and appendices.Your project report should include the following: Assessment of the current business environment for your company and industry – what are the key governance, social and environmental risks and challenges that the company is facing? (think long term – 5-10 years)Assess the company’s current policies and actions in the following areas:Corporate governance (CEO and board compensation, directors and Chair independence, political contributions, fraudulent practices, lawsuits and violations; responsiveness to shareholder proposals)Then Recommend whether or not investment management should invest in this company based on your ESG analysis and findings.
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 });