Company Write-up #2
In the second assigned write-up, students will write about the dividend and share repurchase policy of
the company chosen. Students will be required to submit a written paper of 1-2 pages (1” margin, 11 pt
font, and double-spaced). The write-ups are to be submitted via Blackboard. This assignment is worth 100 points in total and late submissions will be accepted for half
credit only at my discretion. Consult the syllabus for a list of companies which may serve as a topic for
your write-up.
Topic
Dividends and share repurchase
Questions to be answered
1. Describe the company’s current policy regarding dividends and/or share repurchases.
2. Has the policy changed significantly over time?
3. Is this an appropriate policy for this business? Why or why not? Support your conclusions.
Suggested Resources
Company press releases
Annual report (Form 10-K)
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 });

