Boards of directors are at the apex of organisations’ decision-making structures (Fama& Jensen, 1983), and are generally considered to be the most important internal governance mechanism.
However, several corporate scandals and the recent financial crisis have re-ignited a debate on the role of boards and their effectiveness.
Your task is to review the theoretical and empirical literature on board structure and firm performance, focusing specifically on board leadership structure (i.e. whether or not to have CEO duality). Your report should include the following:
a) An introduction to the domain of corporate governance and within it the role of boards.
b) A critical review of different theoretical perspectives on board leadership structure (whether or not to combine roles of CEO and chair).
c) A review of the empirical literature on the effects of board leadership structure. This should include a summary of findings regarding the impact of CEO duality on firm performance, and a discussion about the extent to which board leadership structures differ internationally.
d) A conclusion in which you put forward recommendations on board leadership.
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 });

