Data Type
The Envestnet | Yodlee data types page explains the exhaustive list of data type attributes that are returned in the API services. This helps you define the entities to read the payload returned by our services. Here you can view the supported list of data types.
Basic Data Types
Data Types | Details |
---|---|
boolean | Boolean values - true or false |
integer | Number values without decimals (integer) |
long | Number values without decimals (long) |
string | String values |
decimal | Number values with two decimal places |
date | All the date fields will be returned as strings. They follow YYYY-MM-DD format |
dateTime | All the date fields will be returned as strings. They follow ISO 8601 format. The dateTime attributes will be expressed in UTC. For details, refer to https://www.w3.org/TR/NOTE-datetime, https://en.wikipedia.org/wiki/ISO_8601 |
term | All the term fields will be returned as strings. They follow ISO 8601 format. The term attributes will be represented by the format P[n]Y[n]M[n]DT[n]H[n]M[n]S For details, refer to https://en.wikipedia.org/wiki/ISO_8601 |
Composite Data Types
Name | Fields | Basic Data Type | Valid Values | ||||||
---|---|---|---|---|---|---|---|---|---|
money | amount | decimal | |||||||
currency Note: Currency should be a valid three-letter ISO Code. | string | ||||||||
address | address1 | string | |||||||
address2 | string | ||||||||
address3 | string | ||||||||
street | string | ||||||||
fullAddress | string | ||||||||
state | string | ||||||||
city | string | ||||||||
ZIP | string | ||||||||
type | string | BUSINESS, WORK, HOME, PAYMENT, PAYOFF | |||||||
sourceType | string | ||||||||
country Note: Country input should be a two-letter valid ISO code. | string | ||||||||
name | first | string | |||||||
last | string | ||||||||
middle | string | ||||||||
displayed | string | ||||||||
fullName | string | ||||||||
phoneNumber | type | string | home, work, landline, mobile | ||||||
value | string | ||||||||
identifier | type | string |
| ||||||
value | string | ||||||||
type | string | primary, secondary, personal, work, others | |||||||
value | string | ||||||||
coordinates | latitude | bigDecimal | |||||||
longitude | bigDecimal | ||||||||
contact | phone | string | |||||||
string | |||||||||
logoURLs | url | string | |||||||
type | string | SVG, PNG |