A1: (LR) 3000 words
There is a choice of two topics here (I and II below). If you choose topic I, you must complete the ‘empirical’ assignment for Seminar C1. If you choose topic II, you must complete the ‘literature review’ assignment for Seminar C1.
C1:Empirical Research 3000 words
If you choose to do this assessment you are required to design and carry out an event study that analyses the impact that the announcement of mergers and acquisitions (M&A) has on the share prices of acquirer and target companies. You will find the relevant M&A data using Thomson Banker, as instructed during the lecture.
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 });

