instructions
1. obtain current and relevant information (company accounts, organisational reports, press releases etc) and undertake a risk audit on British Airways.
2. regarding the above, identify and explain the nature of the following risks:
a. Internal Risks
– human resource risk
-information technology (IT) Risk
b. external risk
– economic recession
-environmental risk
3. as part of the audit, consider whether the risks identified above are critical or not to British airway’s financial survival.
4. suggest appropriate risk strategies to mitigate the risks you have identified above and critically evaluate their appropriateness to the organisation, company or mega event.
5. use at least two appropriate risk mapping models to underpin your answers.
6. a copy British airway’s latest annual report and snippets of key information used as part of the risk audit.
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 });

