QUESTIONS:
1. We saw the major components of chief executive officer compensation. Apple’s ESG incentive focuses primarily on the bonus. In thinking about the (a) typical size of the bonus relative to total chief executive compensation and (b) taking into account the size of the ESQ “modifier” Apple will use (based on ESG performance), do you consider the incentive to achieve ESG goals to be too small, too large, or just about right? Explain.
2. In looking at the ESG incentive at Starbucks, is it about the same, stronger, or weaker than what Apple will use? Explain.Given Starbuck’s business strategy and its stakeholders, would it make sense for Starbucks to use the same, stronger, or weaker ESG incentives, especially in the diversity and inclusion area, compared to Apple?
3. Do you have any suggestions for either or both companies that might make their ESG incentives more effective?
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 });

