Use the Internet or Strayer Library to research instances of whistleblowing in publicly traded companies within the last 12 months. January 11, 2016
Write a two to three (2-3) page paper in which you:
1- Describe the key characteristics of a whistleblower, and briefly summarize one (1) researched instance of whistleblowing in one (1) publicly traded company within the last 12 months. Include the details of the issue that the whistleblower reported and the effect of the whistleblower’s actions on both the whistleblower himself and the company.
2- Decide whether or not the whistleblower was justified in reporting the company’s actions. Provide a rationale for your response.
3- Examine the extent to which the whistleblower would be protected under the Sarbanes-Oxley Act. Justify your response.
Use at least two (2) quality resources in this assignment. Note: Wikipedia is not an acceptable reference and proprietary Websites do not qualify as academic resources
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 });

