> ## 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.

# Salt Edge Partners Owners Mapping

This data comes from Salt Edge Partners' [api/partners/v1/holder\_info](https://docs.saltedge.com/partners/v1/#holder_info-show) endpoint and is returned from Meld's [/bank-linking/accounts](/api-reference/bank-linking/accounts/bank-linking-accounts-search) endpoint.

<Note>
  Example values: `names: ["Jane Doe"]`, `addresses.data: { street: "10 Downing St", city: "London", region: "Greater London", postalCode: "SW1A 2AA", country: "GB" }`, `emails.data: ["jane.doe@example.com"]`.
</Note>

<Warning>
  Salt Edge Partners does not indicate whether an address, email, or phone number is the owner's primary record. Meld defaults `addresses.primary`, `emails.primary`, and `phoneNumbers.primary` to `UNKNOWN`.
</Warning>

| Meld Field       | Description                                           | SaltEdge Partners Response Field                      |
| :--------------- | :---------------------------------------------------- | :---------------------------------------------------- |
| addresses        | The address(es) associated with this owner            | addresses                                             |
|    data          | The address data object                               |                                                       |
|       street     | The street and residence number                       | street                                                |
|       city       | The city                                              | city                                                  |
|       region     | The region/state                                      | state                                                 |
|       postalCode | The postal or zip code                                | post\_code                                            |
|       country    | The ISO 3166-1 alpha-2 country code                   | country\_code                                         |
|    primary       | Indicates if this is the owner's primary residence    | Does not provide.<br />Meld will default to `UNKNOWN` |
| emails           | The email(s) associated with this owner               | emails                                                |
|    data          | The email address                                     |                                                       |
|    primary       | Indicates if this is the owner's primary email        | Does not provide.<br />Meld will default to `UNKNOWN` |
| names            | The name(s) of this owner                             | names                                                 |
| phoneNumbers     | The phone number(s) associated with this owner        | phone\_numbers                                        |
|    data          | The phone number                                      |                                                       |
|    primary       | Indicates if this is the owner's primary phone number | Does not provide.<br />Meld will default to `UNKNOWN` |
