DocsAPI Reference
Log In
Docs

Yodlee to Meld Mappings

Note: You can always compare the raw responses from Yodlee in the serviceProviderDetails section of a financial account.

Financial Account Base Fields

Identifiers

Balances

Owners

Transactions

Normalized Account Types and Subtypes

Financial Account Base Fields

This data comes from Yodlee's /accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.

Meld FieldDescriptionYodlee Response Field
nameThe account nameAccount.accountName
truncatedAccountNumberThe last 4 digits of the account numberAccount.accountNumber
statusThe real-time status of the accountAccount.accountStatus
Possible Yodlee values:
  - ACTIVE
  - INACTIVE
  - TO_BE_CLOSED
  - CLOSED
typeThe type of the account. Mapped to a Meld standardized typeAccount.container
subtypeThe subtype of the account. Mapped to a Meld standardized subtypeAccount.accountType

Product: Identifiers

This data comes from Yodlee's /accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.

Meld Field

Description

Yodlee Response Field

ach

ACH data object

   accountNumber

The account number

Account.fullAccountNumberList
.unmaskedAccountNumber

   routingNumber

The account routing number. Reference Routing number

Account.fullAccountNumberList
.paymentAccountNumber

eft

EFT data object

   accountNumber

The account number

None

   institutionNumber

The account institution number

None

   branchNumber

The institution branch number

None

international

International data object

   iban

The International Bank Account Number (IBAN) for the financial account

None

   bic

The Bank Identifier Code (BIC) for the financial account

None

bacs

The BACS data object

   accountNumber

BACS account number

None

   sortCode

BACS sort code

None

Product: Balances

This data comes from Yodlee's /accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.

Meld FieldDescriptionYodlee Response Field
currencyThe currency of the account balanceAccount.balance.currency
currentAmountThe current amount in the accountAccount.balance.amount
availableAmountThe available amount in the accountAccount.availableBalance.amount
updatedAtThe last time balances were updatedAccount.lastUpdated

Product: Owners

This data comes from Yodlee's /accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.

Meld Field

Description

Yodlee Response Field

addresses

The address(es) associated with this owner

   data

The address data object

      street

The street and residence number

Account.address.street

      city

The city

Account.address.city

      region

The region/state

Account.address.state

      postalCode

The postal or zip code

Account.address.zip

      country

The ISO 3166-1 alpha-2 country code

Account.address.country

   primary

Indicates if this is the owner's primary residence

Account.address.type

emails

The email(s) associated with this owner

   data

The email address

Account.profile.email.value

   primary

Indicates if this is the owner's primary email

Account.profile.email.type

names

The name(s) of this owner

Account.holders.holder
.name.fullName

phoneNumbers

The phone number(s) associated with this owner

   data

The phone number

Account.profile.phoneNumbers
.phoneNumber.value

   primary

Indicates if this is the owner's primary phone number

Does not provide.
Meld will
default to Primary.UNKNOWN

Product: Transactions

This data comes from Yodlee's /transactions endpoint and is returned from Meld's /bank-linking/transactions endpoint.

MeldDescriptionYodlee
amountThe amount of the transactionTransaction.amount.amount
currencyThe currency used in the transactionTransaction.amount.currency
payeeThe recipient of the transactionTransaction.merchant.name
statusThe status of the transactionTransaction.status
  - If returns POSTED, Meld will populate the value as POSTED
  - If returns PENDING, Meld will populate the value as PENDING
  - Anything else is returned as SHADOW
transactionDateThe date and time the transaction was madeTransaction.date
postedDateThe date and time the transaction was postedTransaction.postDate

Product: Investment Holdings

This data comes From Yodlee's /holdings endpoint and is returned from Meld's /bank-linking/investments/holdings endpoint.

Meld FieldDescriptionYodlee Response Field
symbolThe symbol of the securityHolding.symbol
quantityThe number of shares of the securityHolding.quantity
currentValueThe total current value of the holdingHolding.value.amount
costBasisThe purchase price of the holding, per shareHolding.costBasis.amount
currencyCodeThe ISO currency code that was used to purchase the holdingHolding.value.currency
updatedAtThe last time the details of this holding were updatedHolding.lastUpdated
descriptionA description of the holdingHolding.holding.description
closePriceThe price of the security at last market close(Holding.value.amount) / (Holding.quantity)
isinThe global ISO number for an individual security.Holding.isin
cusipA shortened version of the isin used for North American securities.Holding.cusipNumber
typeThe type of holding (ex: stock, etf). This is normalized across providers.Holding.holdingType

Product: Investment Transactions

This data comes From Yodlee's /transactions endpoint and is returned from Meld's /bank-linking/investments/transactions endpoint.

Meld FieldDescriptionYodlee Response Field
symbolThe symbol of the securityTransaction.symbol
quantityThe number of shares of the securityTransaction.quantity
costBasisThe purchase price of the holding, per shareTransaction.price.amount
cashBalanceThe cash balance of the account after the transactionNot Available
accountIdThe Id of the financial accountTransaction.accountId
amountThe total currency involved in the transactionTransaction.amount.amount
currencyThe ISO currency code that was used to purchase the holdingTransaction.amount.currency
descriptionA description of the transactionTransaction.holdingDescription
statusThe status of the transactionTransaction.status
transactionDateThe date the transaction was initiatedTransaction.createdDate
postedDateThe date the transaction was finalizedTransaction.postDate

Normalized Account Types and Subtypes