Consolidation with a Non-controlling Interest
Select a publicly traded company involved in a merger or acquisition transaction that occurred in the last five years that publishes consolidated financial statements. Consolidated financial statements present information on a Parent corporation and all wholly owned subsidiaries. Submit the selection to the instructor for approval – each student must research a different company. Once the instructor has approved the company selection, obtain the Annual Report (Form 10K) and Proxy Statement (Form DEF 14A) of the company for the immediate three prior years using the U.S. Securities and Exchange Commission (SEC) EDGAR System (http://sec.gov/edgar/searchedgar/companysearch.html). Review these documents in addition to Earnings Releases and other financial information available on the company’s Investor Relations Web site to evaluate the following items.
Business Combination
- Identify entities involved in the merger or acquisition.
- Identify key factors involved in the determination of the transaction price and payment terms.
- Explain the method used to account for the business combination for financial statement purposes.
- Evaluate the valuation of assets, including goodwill, and liabilities acquired in the business combination.
- Discuss the calculation of the investment in the subsidiary on the parent company’s books at the date of acquisition.
Inter company Transactions
- Discuss methods used to account for investments in a consolidated financial statement. Explain journal entries on the parent’s books to account for an investment using the cost method, the partial equity method, and the complete equity method.
- Explain the financial reporting objectives for inter company sales of inventory and determine the amount of inter company profit, if any, eliminated from the consolidated statements.
Prepare a 10-12 page research paper (excluding title page, abstract, references page, and appendices containing financial analysis) in APA format that presents the findings of your analysis of the company’s SEC filings. Your paper should also discuss the following:
- Accounting theory governing business combinations in US GAAP and IFRS.
- Strategic objectives achieved as a result of the business combination.
- Purpose of due diligence in mergers and acquisitions.
- Role of the public accountant in supporting business combinations.
- Use of computer assisted auditing techniques.
- GAAS, GAAP, PCAOB, and COSO requirements for audits of consolidated financial statements of publicly traded companies.
In addition to the SEC Forms, a minimum of five (5) peer-reviewed academic or professional references must be used in the paper.
This assignment will be assessed using additional criteria provided here.
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 });

