Assignment Question
Construct your own ESG quality index (which areas will you cover and why exactly?; how would you measure each area and why?; how would you compute your index?). Then, on its basis, you should evaluate at least two existing companies and compare their stock market and financial performance over the period of at least 2-3 years in order to answer the question if better governed companies are performing better or worse?
Minimum requirements: – use official TalTech student paper template – write at least 20-25 pages of plain text (excluding tables, graphs, figures etc.) – justify the selection of companies used – properly justify each area covered in your index with scientific references (at least 15 studies should be used in total) – show detailed measurement of each area and ensure its objectivism and replicability – justify the way in which you will compute your ESG quality index and the eventual weights that you will use – use at least 4 different measures of corporate financial and stock market performance – provide properly formulated conclusions at the end of the work
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 });

