> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meld.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MX to Meld Overall Mappings

<Note>
  You can always compare the raw responses from MX in the `serviceProviderDetails` section of a financial account.
</Note>

* [Financial Account Base Fields](#financial-account-base-fields)
* [Balances](/docs/bank-linking/partner-details/mx/mx-balances-mapping)
* [Identifiers](/docs/bank-linking/partner-details/mx/mx-identifiers-mapping)
* [Owners](/docs/bank-linking/partner-details/mx/mx-owners-mapping)
* [Transactions](/docs/bank-linking/partner-details/mx/mx-transactions-mapping)
* [Investment Holdings](/docs/bank-linking/partner-details/mx/mx-investment-holdings-mapping)
* [Investment Transactions](/docs/bank-linking/partner-details/mx/mx-investment-transactions-mapping)
* [Normalized Account Types and Subtypes](#normalized-account-types-and-subtypes)

## Financial Account Base Fields

This data comes from MX's [/users/\{user\_guid}/accounts](https://docs.mx.com/api#core_resources_accounts_list_accounts) endpoint and is returned from Meld's [/bank-linking/accounts](/api-reference/bank-linking/accounts/bank-linking-accounts-search) endpoint.

<Table align={["left","left","left"]}>
  <thead>
    <tr>
      <th>
        Meld Field
      </th>

      <th>
        Description
      </th>

      <th>
        MX Response Field
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        name
      </td>

      <td>
        The account name
      </td>

      <td>
        name
      </td>
    </tr>

    <tr>
      <td>
        truncatedAccount\
        Number
      </td>

      <td>
        The last 4 digits of the account number
      </td>

      <td>
        accountNumber
      </td>
    </tr>

    <tr>
      <td>
        status
      </td>

      <td>
        The real-time status of the account
      </td>

      <td>
        `INACTIVE` if MX fields\`\`\`

        is\_closed = TRUE
        \`\`\`or `is_hidden = TRUE`; Otherwise `ACTIVE`
      </td>
    </tr>

    <tr>
      <td>
        type
      </td>

      <td>
        The type of the account. Mapped to a Meld standardized type
      </td>

      <td>
        type
      </td>
    </tr>

    <tr>
      <td>
        subtype
      </td>

      <td>
        The subtype of the account. Mapped to a Meld standardized subtype
      </td>

      <td>
        subtype
      </td>
    </tr>
  </tbody>
</Table>

## Normalized Account Types and Subtypes
