# Subsidiary Mergers vs Asset Acquisitions

When migrating data in NetSuite, the key difference between **Subsidiary Mergers** and **Asset Acquisitions** is whether the **P\&L** is combined. In a merger, the P\&L is consolidated, while in an asset acquisition, only the **balance sheet** is affected.

**Subsidiary Merger (P\&L Consolidation)**

In a **subsidiary merger**, both entities’ P\&L must be merged, requiring full alignment of financials, including the chart of accounts and intercompany transactions. This is more complex, as the entire financial structure needs to be integrated.

**Asset Acquisition (Balance Sheet Only)**

An **asset acquisition** focuses solely on transferring assets, affecting only the balance sheet, with the P\&L of the acquired company remaining separate.

In either case as we are combining balance sheets, ensuring that foreign currency revaluations are correct can be challenging.   See separate cheat sheet article on approaches in this area.

**Key Takeaways:**

* **Mergers**: Involve combining both the P\&L and balance sheet, requiring more extensive financial integration and careful foreign currency handling across all accounts.
* **Acquisitions**: Focus on the balance sheet, making the process simpler, though foreign currency revaluation on asset accounts still requires attention.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://netsuite-data-migration-guide.fowlersconsulting.co.uk/netsuite-to-netsuite-migrations/subsidiary-mergers-vs-asset-acquisitions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
