{"info":{"_postman_id":"99843c05-9ba9-41bf-877c-bbafb2a6914b","name":"Yodlee APIs: Comprehensive Collection","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>The APIs that are included in this collection cover the most common customer API calls.</p>\n<p>You can test all available calls <a href=\"https://developer.yodlee.com/apidocs/index.php\">here.</a></p>\n<p>Calls that cannot be tested using a sandbox environment (developer account) are marked with an asterisk.</p>\n<p>We recommend our <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Data_Model\">Data Model</a> to understand the entities supported by Yodlee.</p>\n<h1 id=\"api-flow\">API Flow</h1>\n<p>Our <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/API_Flow\">API Flow</a> may help you implement API requests efficiently.</p>\n<h1 id=\"integration-steps\">Integration Steps</h1>\n<p>The <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Integration_Guide\">Integration Guide</a> may help you use the API.</p>\n<h1 id=\"best-practices\">Best Practices</h1>\n<p><a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Best_Practices\">Best practices</a> to effectively integrate our API with your system.</p>\n<h1 id=\"test-accounts\">Test Accounts</h1>\n<p>Yodlee provides <a href=\"https://developer.yodlee.com/Aggregation_API/Aggregation_Services_Guide/Sample_Data/Yodlee_Dummy_Account_Generator\">Dummy Accounts</a> that mimic real bank accounts so you can test various scenarios.</p>\n<p>For immediate testing, use the following test account</p>\n<p>Provider(Bank) Name: DAG Site</p>\n<p>Provider Id: 16441</p>\n<p>Username: sampleapp.site16441.1</p>\n<p>Password: site16441.1</p>\n<h1 id=\"environments\">Environments</h1>\n<p>We have three environment types</p>\n<ol>\n<li><p><b>Developer</b>: Used to evaluate our API. This comes with a 45 day trial.</p>\n</li>\n<li><p><b>Stage</b>: Used for completing API implementation.</p>\n</li>\n</ol>\n<p>3)<b> Production</b>: Used to go live with Yodlee and is IP restricted.</p>\n<p>Please note: Users/accounts cannot be migrated from one environment to another.\nStage and production environment will be shared after a contract is signed with Yodlee.</p>\n<h1 id=\"statuserror-codes\">Status/error Codes</h1>\n<ol>\n<li><p>Error codes are the API response codes. For more information, see <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/API_Error_Codes\"></a>.</p>\n</li>\n<li><p>If you are using Fastlink 3.0 please refer to these <a href=\"https://developer.yodlee.com/Yodlee_API/API_Error_Codes\">Error Codes</a> for  clarification.</p>\n</li>\n</ol>\n<h1 id=\"api-limit\">API limit</h1>\n<ol>\n<li><p>We recommend that customers make no more than three API calls per second.</p>\n</li>\n<li><p>Batch jobs are discouraged as this will increase the load on the Yodlee server.</p>\n</li>\n</ol>\n<h1 id=\"interested\">Interested?</h1>\n<p>Contact Sales for setting up a dedicated environment: <a href=\"tel:1866-374-0948\">1-866-374-0948</a></p>\n<h1 id=\"apis\">APIs</h1>\n<p>1) Environment used here: <i><a href=\"https://developer.yodlee.com/api-dashboard\">Developer Portal</a></i>\n<br>\n2) url:\n<i>https://developer.api.yodlee.com/ysl/restserver</i>\n<br>\n3) cobrandToken:\n<i>cobSession token from the API response</i>\n<br>\n4) userToken:\n<i>userSession token from the API response</i>\n<br>\n6) cobrandLogin:\n<i>from the developer dashboard</i>\n<br>\n7) cobrandPassword:\n<i>from the developer dashboard</i>\n<br>\n8) userName:\n<i>from the developer dashboard (one of five)</i>\n<br>\n9) userPassword:\n<i>from the developer dashboard (one of five)</i></p></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"API Flow","slug":"api-flow"},{"content":"Integration Steps","slug":"integration-steps"},{"content":"Best Practices","slug":"best-practices"},{"content":"Test Accounts","slug":"test-accounts"},{"content":"Environments","slug":"environments"},{"content":"Status/error Codes","slug":"statuserror-codes"},{"content":"API limit","slug":"api-limit"},{"content":"Interested?","slug":"interested"},{"content":"APIs","slug":"apis"}],"owner":"4955060","collectionId":"99843c05-9ba9-41bf-877c-bbafb2a6914b","publishedId":"RWaC3s6g","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-08-30T17:12:17.000Z"},"item":[{"name":"Cobrand","item":[{"name":"Cobrand Login","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    pm.globals.set(\"cobrandToken\", data.session.cobSession);","    console.log(\"Cobrand Login successful.\");","} else if (data.errorMessage == \"Invalid loginName/password\") {","    console.log(\"Your cobrand login and/or passoword are not correct!\");","    if (pm.environment.get(\"cobrandLogin\") == \"cobrand_login_goes_here\") {","        console.log(\"You did not set your cobrand login! Go to the collection environment and set 'cobrandLogin'!\");","    } else if (pm.environment.get(\"cobrandPassword\") == \"cobrand_password_goes_here\") {","        console.log(\"You did not set your cobrand password! Go to the collection environment and set 'cobrandPassword'!\");","    }","} else if (data.errorMessage == \"loginName and password required\") {","    console.log(\"You seem to be missing your body input! Go to: \" + pm.environment.get(\"link\") + \" to view the body input!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"e1f55b70-24ff-461d-9b7b-c564cba27cc0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cobrand\":{\r\n        \"cobrandLogin\":\"{{cobrandLogin}}\",\r\n        \"cobrandPassword\":\"{{cobrandPassword}}\"\r\n    }\r\n}"},"url":"{{url}}/cobrand/login","description":"<p>Implementation Notes:</p>\n<p>The cobrand login service authenticates a cobrand (customer).</p>\n<p>The cobrand session in the response includes the cobrand session token (cobSession), \nwhich is used in subsequent API calls like registering or signing in the user. </p>\n<p>The cobrand session token expires every 100 minutes. This service can be \ninvoked to create a new cobrand session token. </p>\n<p>Query parameters cobrandLogin and cobrandPassword are not supported; \nsupport for these is only available through body parameters. </p>\n<p>Note: The content type has to be passed as application/json for the body parameter.</p>\n","urlObject":{"path":["cobrand","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7cc46508-bdb2-414b-902e-dfa5bbf5f52e","name":"Cobrand Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cobrand\":{\r\n        \"cobrandLogin\":\"{{cobrandLogin}}\",\r\n        \"cobrandPassword\":\"{{cobrandPassword}}\"\r\n    }\r\n}"},"url":"{{url}}/cobrand/login","description":"Implementation Notes:\r\n\r\nThe cobrand login service authenticates a cobrand (customer).\r\n\r\nThe cobrand session in the response includes the cobrand session token (cobSession), \r\nwhich is used in subsequent API calls like registering or signing in the user. \r\n\r\nThe cobrand session token expires every 100 minutes. This service can be \r\ninvoked to create a new cobrand session token. \r\n\r\nQuery parameters cobrandLogin and cobrandPassword are not supported; \r\nsupport for these is only available through body parameters. \r\n\r\nNote: The content type has to be passed as application/json for the body parameter."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 16:22:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Set-Cookie","value":"JSESSIONID=TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25; path=/ysl; secure; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"yodlee-ref-id","value":"x1527092563780F4u26V000000NLhYv","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":"{\n  \"cobrandId\" : 10010352,\n  \"applicationId\" : \"3A4CAE9B71A1CCD7FF41F51006E9ED00\",\n  \"locale\" : \"en_US\",\n  \"session\" : {\n    \"cobSession\" : \"08062013_1:3564b2300b044f5268fcec489a78ec30a5973ab72ddd556b2541a4ba0e58bbf3cab60b73884ff1123364e71febba94939f28a1cfa174737b1d5c9f80e6140831\"\n  }\n}"}],"_postman_id":"e1f55b70-24ff-461d-9b7b-c564cba27cc0"},{"name":"Get Public Key*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","if (responseCode.code != 200) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 200) {","    console.log(\"Get Public Key successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"90475c6c-acea-4965-bfaa-b8716b157157","request":{"method":"GET","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"cobSession={{cobrandToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/publicKey","description":"<p>Implementation Notes:</p>\n<p>The get public key service gives the customer the public key that should be used to encrypt user credentials before sending the credentials to Yodlee.</p>\n","urlObject":{"path":["cobrand","publicKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"745d21c2-7775-448d-ae17-e77d4f59f989","name":"Get Public Key","originalRequest":{"method":"GET","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"cobSession={{cobrandToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/publicKey","description":"Implementation Notes:\r\n\r\nThe get public key service gives the customer the public key that should be used to encrypt user credentials before sending the credentials to Yodlee."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\"keyAlias\":\"03072_9\",\r\n\"keyAsPemString\":\"-----BEGIN PUBLIC KEY-----\\nMIIBIjANBgkqhkiG9w0BAQEFAAOC\\n-----END PUBLIC KEY-----\\n\"\r\n}"}],"_postman_id":"90475c6c-acea-4965-bfaa-b8716b157157"},{"name":"Subscribe Event*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","if (responseCode.code != 201) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 201) {","    console.log(\"Subscribe Event successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"3839e370-48fa-43d7-ad17-212683eef7a2","request":{"method":"POST","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"event\": {\r\n    \"callbackUrl\": \"http://yslrocks.com/notify\"\r\n  }\r\n}"},"url":"{{url}}cobrand/config/notifications/events/REFRESH","description":"<p>Implementation Notes:</p>\n<p>The subscribe service is used to subscribe to an event to receive notifications.</p>\n<p>The callback URL, where the notification will be posted, should be provided to this service.</p>\n<p>Customers can subscribe to REFRESH and DATA_UPDATES events.</p>\n<p>Note: The content type has to be passed as application/json for the body parameter.</p>\n","urlObject":{"path":["config","notifications","events","REFRESH"],"host":["{{url}}cobrand"],"query":[],"variable":[]}},"response":[{"id":"147b71e5-32d4-45ef-a627-3afa994ddf1b","name":"Subscribe Event","originalRequest":{"method":"POST","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"event\": {\r\n    \"callbackUrl\": \"http://yslrocks.com/notify\"\r\n  }\r\n}"},"url":"{{url}}cobrand/config/notifications/events/REFRESH","description":"Implementation Notes:\r\n\r\nThe subscribe service is used to subscribe to an event to receive notifications.\r\n\r\nThe callback URL, where the notification will be posted, should be provided to this service.\r\n\r\nCustomers can subscribe to REFRESH and DATA_UPDATES events.\r\n\r\nNote: The content type has to be passed as application/json for the body parameter."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 20:26:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"I1527798391165I28k106Q000000NLPYt","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":""}],"_postman_id":"3839e370-48fa-43d7-ad17-212683eef7a2"},{"name":"Get Subscribed Events*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","    ","if (responseCode.code == 200) {","    console.log(\"Get Subscribed Events successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"884b12fb-99e1-4930-83ff-a573104c8583","request":{"method":"GET","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/config/notifications/events?eventName=REFRESH","description":"<p>Implementation Notes:</p>\n<p>The update events service is used to update the callback URL.</p>\n<p>Note: The content type has to be passed as application/json for the body parameter.</p>\n","urlObject":{"path":["cobrand","config","notifications","events"],"host":["{{url}}"],"query":[{"key":"eventName","value":"REFRESH"}],"variable":[]}},"response":[{"id":"c3f1aade-53ae-4569-af41-4d9d1221a910","name":"Get Subscribed Events","originalRequest":{"method":"GET","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/cobrand/config/notifications/events?eventName=REFRESH","host":["{{url}}"],"path":["cobrand","config","notifications","events"],"query":[{"key":"eventName","value":"REFRESH"}]},"description":"Implementation Notes:\r\n\r\nThe update events service is used to update the callback URL.\r\n\r\nNote: The content type has to be passed as application/json for the body parameter."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"73","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 20:27:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"g1527798430598B28k106g000000NLLYJ","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"event\":[{\"name\":\"REFRESH\",\"callbackUrl\":\"http://yslrocks.com/notify\"}]}"}],"_postman_id":"884b12fb-99e1-4930-83ff-a573104c8583"},{"name":"Update Subscription*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Update Subscription successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"574444a7-6877-49d1-a69d-19e60a6fa625","request":{"method":"PUT","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"event\": {\r\n    \"callbackUrl\": \"http://yslrocks.com/notify\"\r\n  }\r\n}  "},"url":"{{url}}/cobrand/config/notifications/events/REFRESH","description":"<p>Implementation Notes:</p>\n<p>The get events service provides the list of events to which consumers subscribed for notifications.</p>\n","urlObject":{"path":["cobrand","config","notifications","events","REFRESH"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e92be15d-154d-4c66-828e-4ace47b781a9","name":"Update Subscription","originalRequest":{"method":"PUT","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"event\": {\r\n    \"callbackUrl\": \"http://yslrocks.com/notify\"\r\n  }\r\n}  "},"url":"{{url}}/cobrand/config/notifications/events/REFRESH","description":"Implementation Notes:\r\n\r\nThe get events service provides the list of events to which consumers subscribed for notifications."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 20:28:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"U1527798512200C3C31S000000NLQYm","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":""}],"_postman_id":"574444a7-6877-49d1-a69d-19e60a6fa625"},{"name":"Delete Subscription*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Delete Subscription successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"55220902-8532-4a3e-ade5-b406ef230c03","request":{"method":"DELETE","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/config/notifications/events/REFRESH","description":"<p>Implementation Notes</p>\n<p>The delete events service is used to unsubscribe from an event.</p>\n","urlObject":{"path":["cobrand","config","notifications","events","REFRESH"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e3d0ce5f-90b8-40ae-896f-2770e1b9fa89","name":"Delete Subscription","originalRequest":{"method":"DELETE","header":[{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/config/notifications/events/REFRESH","description":"Implementation Notes\r\n\r\nThe delete events service is used to unsubscribe from an event."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 20:11:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"U1527797476906g28j106R000000NLFYc","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":""}],"_postman_id":"55220902-8532-4a3e-ade5-b406ef230c03"},{"name":"Cobrand Logout","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"User Logout successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"d419d63b-6412-441e-a727-e4421330ce81","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"applications/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/logout","description":"<p>Implementation Notes:</p>\n<p>The cobrand logout service is used to log out a cobrand. </p>\n<p>This service does not return a response. The HTTP response code is 204 (Success with no content).</p>\n","urlObject":{"path":["cobrand","logout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"246aa92f-6ab0-418e-b851-98a68ee47c13","name":"Cobrand Logout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"applications/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/logout","description":"Implementation Notes:\r\n\r\nThe cobrand logout service is used to log out a cobrand. \r\n\r\nThis service does not return a response. The HTTP response code is 204 (Success with no content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 20:49:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"b1527108579957s4G26L000000NLYYU","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"d419d63b-6412-441e-a727-e4421330ce81"}],"id":"b898b7f8-a7d4-4ce4-8a8f-c590faba9676","_postman_id":"b898b7f8-a7d4-4ce4-8a8f-c590faba9676","description":""},{"name":"User","item":[{"name":"User Login","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    pm.globals.set(\"userToken\", data.user.session.userSession);","    console.log(\"User Login successful.\");","} else if (data.errorMessage == \"Invalid loginName/password\") {","    console.log(\"Your user login and/or passoword are not correct!\");","    if (pm.environment.get(\"userName\") == \"cobrand_login_goes_here\") {","        console.log(\"You did not set your user name! Go to the collection environment and set 'userName'!\");","    } else if (pm.environment.get(\"userPassword\") == \"cobrand_password_goes_here\") {","        console.log(\"You did not set your user password! Go to the collection environment and set 'userPassword'!\");","    }","} else if (data.errorMessage == \"loginName and password required\") {","    console.log(\"You seem to be missing your body input! Go to: \" + pm.environment.get(\"link\") + \" to view the body input!\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'cobSession={{cobrandToken}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"79f80dd6-175b-4f9f-87b3-03197d21e61f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"loginName\":\"{{userName}}\",\r\n        \"password\":\"{{userPassword}}\",\r\n        \"locale\":\"en_US\"\r\n    }\r\n}"},"url":"{{url}}/user/login","description":"<p>Implementation Notes:</p>\n<p>The user login service allows the registered user to log in to the application.</p>\n<p>The user session token expires every 30 minutes and can be regenerated using this service.\nuserParam JSON body parameter is accepted as an input that has the following fields: </p>\n<p>  a. locale </p>\n<p>  b. loginName </p>\n<p>  c. password </p>\n<p>Note: The content type has to be passed as application/json for the body parameter.</p>\n","urlObject":{"path":["user","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fefa9e57-56a7-449b-a440-5e9ee3d332b3","name":"User Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"loginName\":\"{{userName}}\",\r\n        \"password\":\"{{userPassword}}\",\r\n        \"locale\":\"en_US\"\r\n    }\r\n}"},"url":"{{url}}/user/login","description":"Implementation Notes:\r\n\r\nThe user login service allows the registered user to log in to the application.\r\n\r\nThe user session token expires every 30 minutes and can be regenerated using this service.\r\nuserParam JSON body parameter is accepted as an input that has the following fields: \r\n\r\n  a. locale \r\n  \r\n  b. loginName \r\n  \r\n  c. password \r\n\r\nNote: The content type has to be passed as application/json for the body parameter."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"373","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:13:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"x1527718412401w28J106X000000NLlYa","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"user\":{\"id\":39111308,\"loginName\":\"corbin1\",\"name\":{\"first\":\"corbin\",\"last\":\"peters\"},\"roleType\":\"INDIVIDUAL\",\"session\":{\"userSession\":\"09142017_1:354a872e60134315df8fdb1566dfc86938c173e4ce85fcc126cced1b88754efa8ff42b7d855011fd1d78ca22dff69f92c6e819989165f8c357228add227c3371\"},\"preferences\":{\"currency\":\"USD\",\"timeZone\":\"PST\",\"dateFormat\":\"MM/dd/yyyy\",\"locale\":\"en_US\"}}}"}],"_postman_id":"79f80dd6-175b-4f9f-87b3-03197d21e61f"},{"name":"Register User*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Register User successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"New password should not be same as old password\") {","    console.log(\"The new password is the same as the old one!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"98582c25-7bc8-45a7-b4b1-62e2966917d2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"loginName\":\"corbin1\",\r\n        \"password\":\"TEST@123\",\r\n        \"email\":\"corbin@test.com\",\r\n        \"name\":{\r\n            \"first\":\"corbin\",\r\n            \"last\":\"peters\"\r\n        },\r\n        \"address\":{\r\n            \"address1\":\"200LincolnAve\",\r\n            \"state\":\"CA\",\r\n            \"city\":\"Salinas\",\r\n            \"zip\":\"93901\",\r\n            \"country\":\"US\"\r\n        },\r\n        \"preferences\":{\r\n            \"currency\":\"USD\",\r\n            \"timeZone\":\"PST\",\r\n            \"dateFormat\":\"MM/dd/yyyy\",\r\n            \"locale\":\"en_US\"\r\n        }\r\n    }\r\n}"},"url":"{{url}}/user/register","description":"<p>Implementation Notes:</p>\n<p>The register user service is used to register a user in Yodlee.</p>\n<p>The loginName cannot include spaces and must be between 3 and 150 characters.</p>\n<p>The password must be at least 8 characters long and contain at least one upper case letter, one number, and any of these special characters !@#$%^&amp;*() </p>\n<p>The password should not be same as the loginName and should not contain more than two recurring characters(e.g., aaa123 is an invalid password)</p>\n<p>The permitted maximum length for a password is 50.</p>\n<p>The locale passed must be a customer-supported locale. </p>\n<p>The currency provided in the input will be respected in the derived services. The amount fields in the response will be provided in the preferred currency.</p>\n<p>userParam is accepted as a body parameter. </p>\n<p>Note: The content type has to be passed as application/json for the body parameter.</p>\n","urlObject":{"path":["user","register"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ffe63d59-8c09-4e28-8dcf-695a209090d2","name":"Register User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"loginName\":\"corbin1\",\r\n        \"password\":\"TEST@123\",\r\n        \"email\":\"corbin@test.com\",\r\n        \"name\":{\r\n            \"first\":\"corbin\",\r\n            \"last\":\"peters\"\r\n        },\r\n        \"address\":{\r\n            \"address1\":\"200LincolnAve\",\r\n            \"state\":\"CA\",\r\n            \"city\":\"Salinas\",\r\n            \"zip\":\"93901\",\r\n            \"country\":\"US\"\r\n        },\r\n        \"preferences\":{\r\n            \"currency\":\"USD\",\r\n            \"timeZone\":\"PST\",\r\n            \"dateFormat\":\"MM/dd/yyyy\",\r\n            \"locale\":\"en_US\"\r\n        }\r\n    }\r\n}"},"url":"{{url}}/user/register","description":"Implementation Notes:\r\n\r\nThe register user service is used to register a user in Yodlee.\r\n\r\nThe loginName cannot include spaces and must be between 3 and 150 characters.\r\n\r\nThe password must be at least 8 characters long and contain at least one upper case letter, one number, and any of these special characters !@#$%^&*() \r\n\r\nThe password should not be same as the loginName and should not contain more than two recurring characters(e.g., aaa123 is an invalid password)\r\n\r\nThe permitted maximum length for a password is 50.\r\n\r\nThe locale passed must be a customer-supported locale. \r\n\r\nThe currency provided in the input will be respected in the derived services. The amount fields in the response will be provided in the preferred currency.\r\n\r\nuserParam is accepted as a body parameter. \r\n\r\nNote: The content type has to be passed as application/json for the body parameter."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"373","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:09:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"q1527718150122L3d31l000000NLTYo","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 39111308,\n        \"loginName\": \"corbin1\",\n        \"name\": {\n            \"first\": \"corbin\",\n            \"last\": \"last\"\n        },\n        \"roleType\": \"INDIVIDUAL\",\n        \"session\": {\n            \"userSession\": \"09142017_0:99ab6c36ad309dbe080ff408ed4dfadb9818b41c5dfe35d6de92f516a4305c6f630ff209ebddacf95b5960144f5e42a6e504c0bf891edfe3eaa65ea3908cdabb\"\n        },\n        \"preferences\": {\n            \"currency\": \"USD\",\n            \"timeZone\": \"PST\",\n            \"dateFormat\": \"MM/dd/yyyy\",\n            \"locale\": \"en_US\"\n        }\n    }\n}"}],"_postman_id":"98582c25-7bc8-45a7-b4b1-62e2966917d2"},{"name":"Get User Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get User Details successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"e662bfc5-0df9-4326-8ac6-9444d59cd14a","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user","description":"<p>Implementation Notes:</p>\n<p>The get user details service is used to get the user profile information and sets the application preferences at the time of user registration.</p>\n","urlObject":{"path":["user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"39d552bd-352c-4697-b40e-ada0d216563d","name":"Get User Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user","description":"Implementation Notes:\r\n\r\nThe get user details service is used to get the user profile information and sets the application preferences at the time of user registration."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"329","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:12:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"S1527718363959W28S106C000000NLjYI","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"user\":{\"id\":39111308,\"loginName\":\"corbin1\",\"email\":\"corbin@test.com\",\"name\":{\"first\":\"corbin\",\"last\":\"peters\"},\"roleType\":\"INDIVIDUAL\",\"preferences\":{\"currency\":\"USD\",\"timeZone\":\"PST\",\"dateFormat\":\"MM/dd/yyyy\",\"locale\":\"en_US\"},\"address\":{\"address1\":\"200LincolnAve\",\"state\":\"CA\",\"city\":\"Salinas\",\"zip\":\"93901\",\"country\":\"US\"}}}"}],"_postman_id":"e662bfc5-0df9-4326-8ac6-9444d59cd14a"},{"name":"Update User Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Update User Details successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Internal Core Error has occurred\") {","    console.log(\"An internal core error has ocurred!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"ae5fe06e-e621-440c-8417-5149bac4d633","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"email\":\"corbin1@yodlee.com\",\r\n        \"name\":{\r\n            \"first\":\"Corbin\",\r\n            \"middle\":\"Middle\",\r\n            \"last\":\"Last\"\r\n        },\r\n        \"address\":{\r\n            \"address1\":\"200\",\r\n            \"address2\":\"200\",\r\n            \"state\":\"CA\",\r\n            \"city\":\"Salinas\",\r\n            \"zip\":\"93901\",\r\n            \"country\":\"US\"\r\n        },\r\n        \"preferences\":{\r\n            \"currency\":\"USD\",\r\n            \"timeZone\":\"PST\",\r\n            \"dateFormat\":\"MM/dd/yyyy\",\r\n            \"locale\":\"en_US\"\r\n        }\r\n    }\r\n}"},"url":"{{url}}/user","description":"<p>Implementation Notes:</p>\n<p>The update user details service is used to update details like user name, address, currency preference, etc. </p>\n<p>The currency provided in the input will be respected in the derived services. The amount fields in the response will be provided in the preferred currency.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e52d6882-29f8-426c-91a5-90f87f819390","name":"Update User Details","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"email\":\"corbin1@yodlee.com\",\r\n        \"name\":{\r\n            \"first\":\"Corbin\",\r\n            \"middle\":\"Middle\",\r\n            \"last\":\"Last\"\r\n        },\r\n        \"address\":{\r\n            \"address1\":\"200\",\r\n            \"address2\":\"200\",\r\n            \"state\":\"CA\",\r\n            \"city\":\"Salinas\",\r\n            \"zip\":\"93901\",\r\n            \"country\":\"US\"\r\n        },\r\n        \"preferences\":{\r\n            \"currency\":\"USD\",\r\n            \"timeZone\":\"PST\",\r\n            \"dateFormat\":\"MM/dd/yyyy\",\r\n            \"locale\":\"en_US\"\r\n        }\r\n    }\r\n}"},"url":"{{url}}/user","description":"Implementation Notes:\r\n\r\nThe update user details service is used to update details like user name, address, currency preference, etc. \r\n\r\nThe currency provided in the input will be respected in the derived services. The amount fields in the response will be provided in the preferred currency.\r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:14:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"F1527718459751V28U106S000000NLlYf","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":""}],"_postman_id":"ae5fe06e-e621-440c-8417-5149bac4d633"},{"name":"Get Token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Token successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"515c61cd-45e5-4302-983e-cbaefebfa343","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user/credentials/token?loginName={{userName}}","description":"<p>Implementation Notes:</p>\n<p>The get token service is used to generate a token to reset a user's password. This token should be used to verify the user through email or mobile verification to establish that the request to reset the password was initiated by the user. The same token can then be used as a parameter to reset the password.</p>\n","urlObject":{"path":["user","credentials","token"],"host":["{{url}}"],"query":[{"key":"loginName","value":"{{userName}}"}],"variable":[]}},"response":[{"id":"f689971e-53ff-4853-a543-4a8a1006233a","name":"Get Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/user/credentials/token?loginName={{userName}}","host":["{{url}}"],"path":["user","credentials","token"],"query":[{"key":"loginName","value":"{{userName}}"}]},"description":"Implementation Notes:\r\n\r\nThe get token service is used to generate a token to reset a user's password. This token should be used to verify the user through email or mobile verification to establish that the request to reset the password was initiated by the user. The same token can then be used as a parameter to reset the password."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"102","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:15:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"m1527718547968k28H106S000000NLNYv","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"validUntil\":\"2018-06-06T22:15:48Z\",\"loginName\":\"corbin1\",\"token\":\"b9ed408f00002ac0ab5e91a6831b7b66\"}"}],"_postman_id":"515c61cd-45e5-4302-983e-cbaefebfa343"},{"name":"Get Access Tokens","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Access Tokens successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Required String parameter 'appIds' is not present\") {","    console.log(\"You seem to be missing your app identification! One of the parameters should be 'appIds':'{{appId}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"45e1021d-9c35-4b7e-a299-770c7e2f227d","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\n    \"user\":      {\n      \"loginName\": \"{{userName}}\",\n      \"password\": \"{{userPassword}}\",\n      \"locale\": \"en_US\"\n     }\n}"},"url":"{{url}}/user/accessTokens?appIds={{appId}}","description":"<p>Implementation Notes:</p>\n<p>The Get Access Tokens service is used to retrieve the access tokens for the application id(s) provided.</p>\n<p>The URL in the response can be used to launch the application for which the token has been requested.</p>\n","urlObject":{"path":["user","accessTokens"],"host":["{{url}}"],"query":[{"key":"appIds","value":"{{appId}}"}],"variable":[]}},"response":[{"id":"5db6fef2-95c2-4608-8921-3b9466d8251a","name":"Get Access Tokens","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\n    \"user\":      {\n      \"loginName\": \"{{userName}}\",\n      \"password\": \"{{userPassword}}\",\n      \"locale\": \"en_US\"\n     }\n}"},"url":{"raw":"{{url}}/user/accessTokens?appIds={{appId}}","host":["{{url}}"],"path":["user","accessTokens"],"query":[{"key":"appIds","value":"{{appId}}"}]},"description":"Implementation Notes:\r\n\r\nThe Get Access Tokens service is used to retrieve the access tokens for the application id(s) provided.\r\n\r\nThe URL in the response can be used to launch the application for which the token has been requested."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"181","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:16:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"s1527718572192v28w106N000000NLGYU","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"user\":{\"accessTokens\":[{\"appId\":\"10003600\",\"value\":\"594e58ee3f28730995c99a58594df31aee4a6990956b90a0ba13f7172be2216b\",\"url\":\"https://192.168.57.139:7100/authenticate/nodesmb/\"}]}}"}],"_postman_id":"45e1021d-9c35-4b7e-a299-770c7e2f227d"},{"name":"Update Password","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Update Password successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"New password should not be same as old password\") {","    console.log(\"The new password is the same as the old one!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"3498a68b-6e96-47e9-a761-88672fff5b65","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"loginName\":\"{{userName}}\",\r\n        \"oldPassword\":\"{{userPassword}}\",\r\n        \"newPassword\":\"This1sATest!\"\r\n    }\r\n}"},"url":"{{url}}/user/credentials","description":"<p>Implementation Notes:</p>\n<p>The update password service is used to change or reset a user's password. To reset a password when the user does not have access to the old password, a token needs to be generated using the Get Token API.</p>\n<p>A password must be at least 8 characters long and contain at least one upper case letter, one number, and any of these special characters !@#$%^&amp;*()</p>\n<p>The password should not be same as the loginName and should not contain more than two recurring characters (e.g., aaa123 is an invalid password).</p>\n<p>The permitted maximum length for a password is 50.</p>\n<p>Support for the password is only available through body parameters </p>\n<p>Note: The content type has to be passed as application/json for the body parameter. </p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["user","credentials"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb58acaf-612c-4775-bc79-1e4ec009f560","name":"Update Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":{\r\n        \"loginName\":\"{{userName}}\",\r\n        \"oldPassword\":\"{{userPassword}}\",\r\n        \"newPassword\":\"This1sATest!\"\r\n    }\r\n}"},"url":"{{url}}/user/credentials","description":"Implementation Notes:\r\n\r\nThe update password service is used to change or reset a user's password. To reset a password when the user does not have access to the old password, a token needs to be generated using the Get Token API.\r\n\r\nA password must be at least 8 characters long and contain at least one upper case letter, one number, and any of these special characters !@#$%^&*()\r\n\r\nThe password should not be same as the loginName and should not contain more than two recurring characters (e.g., aaa123 is an invalid password).\r\n\r\nThe permitted maximum length for a password is 50.\r\n\r\nSupport for the password is only available through body parameters \r\n\r\nNote: The content type has to be passed as application/json for the body parameter. \r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:17:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"E1527718623764P28r106f000000NLoYW","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":""}],"_postman_id":"3498a68b-6e96-47e9-a761-88672fff5b65"},{"name":"User Logout","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"User Logout successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"8f8544f1-734a-4ec0-8d6c-5416b876a78f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user/logout","description":"<p>Implementation Notes:</p>\n<p>The user logout service allows the user to log out of the application.</p>\n<p>The service does not return a response body. The HTTP response code is 204 (Success with no content).</p>\n","urlObject":{"path":["user","logout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e66a71ce-e696-44b9-8b0c-1aaa3c701893","name":"User Logout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user/logout","description":"Implementation Notes:\r\n\r\nThe user logout service allows the user to log out of the application.\r\n\r\nThe service does not return a response body. The HTTP response code is 204 (Success with no content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 20:53:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"r1527108810258o4u27Y000000NLCYo","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"8f8544f1-734a-4ec0-8d6c-5416b876a78f"},{"name":"Delete User*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Delete User successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"201f5697-9c9d-46c7-a434-7a618f053a82","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user/unregister","description":"<p>Implementation Notes:</p>\n<p>The delete user service is used to delete or unregister a user from Yodlee. </p>\n<p>Once deleted, the information related to that user cannot be retrieved. </p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["user","unregister"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fd532d45-3064-4be7-8c4a-ca857faccc6c","name":"Delete User","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user/unregister","description":"Implementation Notes:\r\n\r\nThe delete user service is used to delete or unregister a user from Yodlee. \r\n\r\nOnce deleted, the information related to that user cannot be retrieved. \r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"201f5697-9c9d-46c7-a434-7a618f053a82"}],"id":"f8c18846-973b-415e-a109-10fce3171ddb","_postman_id":"f8c18846-973b-415e-a109-10fce3171ddb","description":""},{"name":"Providers","item":[{"name":"Get Providers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Providers successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"0db797e2-e9f6-40d8-ab33-79a247447d36","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers?name=pge","description":"<p>Implementation Notes:</p>\n<p>The get provider service is used to get all enabled providers, search for a provider service by name or routing number, and get popular sites for a region. </p>\n<p>The valid values for priority are: </p>\n<ol>\n<li><p>cobrand: Returns providers enabled for the cobrand (default priority)</p>\n</li>\n<li><p>popular: Returns providers popular among the customer's users</p>\n</li>\n</ol>\n<p>Datasets, attributes, and containers that are enabled for the customer alone will be returned in the response. Input for the dataset$filter should adhere to the following expression:</p>\n<p>&lt;dataset.name&gt;[&lt;attribute.name&gt;.container[ OR ] OR &lt;attribute.name&gt;.container[]] OR &lt;dataset.name&gt;[&lt;attribute.name&gt; OR &lt;attribute.name&gt;]</p>\n<p>dataset$filter value examples:</p>\n<p>ACCT_PROFILE[FULL_ACCT_NUMBER.container[bank OR investment OR creditCard]]</p>\n<p>ACCT_PROFILE[FULL_ACCT_NUMBER.container[bank]]</p>\n<p>BASIC_AGG_DATA[ACCOUNT_DETAILS.container[bank OR investment] OR HOLDINGS.container[bank]] OR ACCT_PROFILE[FULL_ACCT_NUMBER.container[bank]]</p>\n<p>BASIC_AGG_DATA</p>\n<p>BASIC_AGG_DATA OR ACCT_PROFILE</p>\n<p>BASIC_AGG_DATA [ ACCOUNT_DETAILS OR HOLDINGS ]</p>\n<p>BASIC_AGG_DATA [ ACCOUNT_DETAILS] OR DOCUMENT</p>\n<p>Note: </p>\n<ol>\n<li><p>When this service is invoked without any filters, the service performs slowly and takes a few minutes to return data in the response.</p>\n</li>\n<li><p>The recommendation is to use this service with filters when in a flow involving user interactions.</p>\n</li>\n</ol>\n","urlObject":{"path":["providers"],"host":["{{url}}"],"query":[{"description":{"content":"<p>name in minimum 1 character or routing number</p>\n","type":"text/plain"},"key":"name","value":"pge"},{"disabled":true,"description":{"content":"<p>search priority</p>\n","type":"text/plain"},"key":"priority","value":""},{"disabled":true,"description":{"content":"<p>skip (Min 0) - this is not applicable along with 'name' parameter</p>\n","type":"text/plain"},"key":"skip","value":""},{"disabled":true,"description":{"content":"<p>top (Max 500) - this is not applicable along with 'name' parameter  </p>\n","type":"text/plain"},"key":"top","value":""},{"disabled":true,"description":{"content":"<p>expression to filter the providers by dataset(s) or dataset attribute(s)-  the default value will be the dataset or dataset attibutes enabled for the customer</p>\n","type":"text/plain"},"key":"dataset$filter","value":""}],"variable":[]}},"response":[{"id":"b699759b-92da-459a-85ed-717f2aafd0e0","name":"Get Providers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/providers?name=pge","host":["{{url}}"],"path":["providers"],"query":[{"key":"name","value":"pge","description":"name in minimum 1 character or routing number"},{"key":"priority","value":"","description":"search priority","disabled":true},{"key":"skip","value":"","description":"skip (Min 0) - this is not applicable along with 'name' parameter","disabled":true},{"key":"top","value":"","description":"top (Max 500) - this is not applicable along with 'name' parameter\t","disabled":true},{"key":"dataset$filter","value":"","description":"expression to filter the providers by dataset(s) or dataset attribute(s)-  the default value will be the dataset or dataset attibutes enabled for the customer","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe get provider service is used to get all enabled providers, search for a provider service by name or routing number, and get popular sites for a region. \r\n\r\nThe valid values for priority are: \r\n\r\n   1. cobrand: Returns providers enabled for the cobrand (default priority)\r\n \r\n   2. popular: Returns providers popular among the customer's users\r\n\r\nDatasets, attributes, and containers that are enabled for the customer alone will be returned in the response. Input for the dataset$filter should adhere to the following expression:\r\n\r\n<dataset.name>[<attribute.name>.container[<container> OR <container>] OR <attribute.name>.container[<container>]] OR <dataset.name>[<attribute.name> OR <attribute.name>]\r\n\r\ndataset$filter value examples:\r\n\r\nACCT_PROFILE[FULL_ACCT_NUMBER.container[bank OR investment OR creditCard]]\r\n\r\nACCT_PROFILE[FULL_ACCT_NUMBER.container[bank]]\r\n\r\nBASIC_AGG_DATA[ACCOUNT_DETAILS.container[bank OR investment] OR HOLDINGS.container[bank]] OR ACCT_PROFILE[FULL_ACCT_NUMBER.container[bank]]\r\n\r\nBASIC_AGG_DATA\r\n\r\nBASIC_AGG_DATA OR ACCT_PROFILE\r\n\r\nBASIC_AGG_DATA [ ACCOUNT_DETAILS OR HOLDINGS ]\r\n\r\nBASIC_AGG_DATA [ ACCOUNT_DETAILS] OR DOCUMENT\r\n\r\nNote: \r\n1. When this service is invoked without any filters, the service performs slowly and takes a few minutes to return data in the response.\r\n\r\n2. The recommendation is to use this service with filters when in a flow involving user interactions."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"14073","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:45:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"L1527875117897K3j31C000000NLFYa","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"provider\":[{\"PRIORITY\":\"SEARCH\",\"id\":18769,\"name\":\"Dag Site Captcha\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_18769_1_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Image based multifactor authentication\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-02-13T12:03:23Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"BANK_TRANSFER_CODE\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":9001,\"name\":\"DagInvestments\",\"loginUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"baseUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_9001_1_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-04-12T06:20:55Z\",\"forgetPasswordUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"INVESTMENT\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"investment\"],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":16477,\"name\":\"DagSIteMFAAndNonMFA\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16477_1_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Question and answer type multi factor authentication.\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-02-13T12:00:11Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BANK\":{\"numberOfTransactionDays\":90},\"REWARD\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"reward\",\"bank\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":16441,\"name\":\"Dag Site\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16441.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16441_1_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-04-18T06:46:49Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BILL\":{\"numberOfTransactionDays\":90},\"CREDITCARD\":{\"numberOfTransactionDays\":90},\"INSURANCE\":{\"numberOfTransactionDays\":90},\"BANK\":{\"numberOfTransactionDays\":90},\"LOAN\":{\"numberOfTransactionDays\":90},\"INVESTMENT\":{\"numberOfTransactionDays\":90},\"REWARD\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"insurance\",\"reward\",\"bank\",\"loan\",\"investment\",\"bill\",\"creditCard\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"BANK_TRANSFER_CODE\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"true\"},{\"PRIORITY\":\"SEARCH\",\"id\":16446,\"name\":\"Dag Site TokenPMPA\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16446_1_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Token Id based multi factor authentication\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2015-09-14T07:44:31Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"CREDITCARD\":{\"numberOfTransactionDays\":90},\"LOAN\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"loan\",\"creditCard\"],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":16445,\"name\":\"Dag Site TokenFMPA\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16445_1_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Token Id based multi factor authentication\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-03-06T06:54:39Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":false,\"containerAttributes\":{\"INSURANCE\":{\"numberOfTransactionDays\":90},\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"insurance\",\"bank\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":16486,\"name\":\"Dag Site SecurityQA\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16486.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16486_1_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Question and answer type multi factor authentication.\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-02-02T06:41:00Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"CREDITCARD\":{\"numberOfTransactionDays\":90},\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\",\"creditCard\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":16447,\"name\":\"Dag Site TokenPMPS\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16447_1_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Token Id based multi factor authentication\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-04-12T06:20:04Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BILL\":{\"numberOfTransactionDays\":90},\"INVESTMENT\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bill\",\"investment\"],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":16442,\"name\":\"Dag Site Multilevel\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16442_1_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Multiple levels of strong authentication.\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-06-01T10:34:17Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"CREDITCARD\":{\"numberOfTransactionDays\":90},\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\",\"creditCard\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"BANK_TRANSFER_CODE\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":16487,\"name\":\"Dag Site (no account summary)\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16487_1_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2015-09-14T08:06:21Z\",\"forgetPasswordUrl\":\"http://64.14.28.129/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"CREDITCARD\":{\"numberOfTransactionDays\":90},\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\",\"creditCard\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":12870,\"name\":\"DagbankUSAA\",\"loginUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"baseUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12870_50_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2013-01-02T00:41:58Z\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\"],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":15919,\"name\":\"DagBankCaptcha\",\"loginUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"baseUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_15919_50_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Image based multifactor authentication\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2018-02-07T13:11:20Z\",\"forgetPasswordUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":12288,\"name\":\"DagBankSeCUrityQA\",\"loginUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"baseUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12288_50_1.PNG\",\"status\":\"Supported\",\"mfaType\":\"Question and answer type multi factor authentication.\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2018-02-01T11:06:00Z\",\"forgetPasswordUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":8998,\"name\":\"DagCreditcard\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_8998_50_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2015-06-10T09:45:19Z\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"CREDITCARD\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"creditCard\"],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":8997,\"name\":\"DagInsurance\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_8997_50_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2015-06-10T09:44:57Z\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"INSURANCE\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"insurance\"],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":8999,\"name\":\"DagLoan\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_8999_50_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2015-06-10T09:43:36Z\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"LOAN\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"loan\"],\"isAddedByUser\":\"false\"},{\"PRIORITY\":\"SEARCH\",\"id\":8995,\"name\":\"DagBank\",\"loginUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_8995.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_8995_50_1.PNG\",\"status\":\"Supported\",\"oAuthSite\":false,\"authType\":\"CREDENTIALS\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2018-05-02T11:10:56Z\",\"forgetPasswordUrl\":\"http://dag2.yodlee.com/dag/index.do\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"BANK\":{\"numberOfTransactionDays\":90}},\"containerNames\":[\"bank\"],\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"BANK_TRANSFER_CODE\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\"}]}"}],"_postman_id":"0db797e2-e9f6-40d8-ab33-79a247447d36"},{"name":"Get Provider Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Provider Details successful.\");","    pm.globals.set(\"loginForm\", JSON.stringify(data.provider[0].loginForm));","    pm.globals.set(\"dataset\", JSON.stringify(data.provider[0].dataset));","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"bc760d25-8f82-46b9-b35a-411804260b11","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers/5","description":"<p>Implementation Notes:</p>\n<p>The get provider detail service is used to get detailed information including the login form for a provider.</p>\n<p>The response is a provider object that includes information such as the provider's name, base URL, a list of supported containers supported, the login form details, etc.</p>\n<p>Only enabled datasets, attributes, and containers are returned in the response.</p>\n","urlObject":{"path":["providers","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e4cbbc53-9087-496e-a479-2454a839f121","name":"Get Provider Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers/5","description":"Implementation Notes:\r\n\r\nThe get provider detail service is used to get detailed information including the login form for a provider.\r\n\r\nThe response is a provider object that includes information such as the provider's name, base URL, a list of supported containers supported, the login form details, etc.\r\n\r\nOnly enabled datasets, attributes, and containers are returned in the response."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1579","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:49:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"R1527875372683a3t31G000000NLUYX","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"provider\":[{\"id\":1603,\"name\":\"Citibank (online.citibank.com)\",\"loginUrl\":\"https://online.citibank.com/US/JPS/portal/Index.do\",\"baseUrl\":\"https://online.citibank.com/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_1603.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_1603_1_2.SVG\",\"status\":\"Supported\",\"isAutoRefreshEnabled\":true,\"containerAttributes\":{\"CREDITCARD\":{\"numberOfTransactionDays\":365},\"BANK\":{\"numberOfTransactionDays\":365},\"LOAN\":{\"numberOfTransactionDays\":90},\"INVESTMENT\":{\"numberOfTransactionDays\":365}},\"mfaType\":\"Question and answer type multi factor authentication.\",\"oAuthSite\":false,\"authType\":\"MFA_CREDENTIALS\",\"lastModified\":\"2018-05-31T13:02:08Z\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"containerNames\":[\"bank\",\"loan\",\"investment\",\"creditCard\"],\"loginForm\":{\"id\":1265,\"forgetPasswordURL\":\"https://online.citibank.com/US/JSO/pwreset/UserID.do\",\"formType\":\"login\",\"row\":[{\"id\":58057,\"label\":\"User ID\",\"form\":\"0001\",\"fieldRowChoice\":\"0001\",\"field\":[{\"id\":1828,\"name\":\"LOGIN\",\"type\":\"text\",\"value\":\"\",\"isOptional\":false,\"valueEditable\":true}]},{\"id\":58056,\"label\":\"Password\",\"form\":\"0001\",\"fieldRowChoice\":\"0002\",\"field\":[{\"id\":1829,\"name\":\"PASSWORD\",\"maxLength\":100,\"type\":\"password\",\"value\":\"\",\"isOptional\":false,\"valueEditable\":true}]}]},\"capability\":[{\"name\":\"CHALLENGE_DEPOSIT_VERIFICATION\",\"container\":[\"bank\"]}],\"additionalDataSet\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"BANK_TRANSFER_CODE\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]}]}]}"}],"_postman_id":"bc760d25-8f82-46b9-b35a-411804260b11"}],"id":"7752bc40-6ece-4412-96df-27e0ef880c39","_postman_id":"7752bc40-6ece-4412-96df-27e0ef880c39","description":""},{"name":"Accounts","item":[{"name":"Add Custom Account","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(201);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 201) {","    console.log(\"Add Manual Account successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"1421a785-aef2-4166-b397-f392e4a385c9","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"account\": {\r\n         \"accountType\": \"BROKERAGE_CASH\",\r\n         \"accountName\": \"BNP Account\",\r\n         \"nickname\": \"Flood Cash\",\r\n         \"accountNumber\": \"1233\",\r\n         \"balance\":{\r\n            \"amount\": 133769,\r\n            \"currency\": \"USD\"\r\n           },\r\n         \"includeInNetWorth\": \"TRUE\",\r\n         \"memo\": \"This is an investment account\"\r\n      }\r\n}"},"url":"{{url}}/accounts","description":"<p>Implementation Notes:</p>\n<p>The add account service is used to add custom accounts.</p>\n<p>The response of the add account service includes the account name, account number, and Yodlee-generated account id.</p>\n<p>All custom accounts added are included as part of the net worth calculation by default.</p>\n<p>Add custom account support is available for bank, card, investment, insurance, loan, and bill containers only.</p>\n","urlObject":{"path":["accounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"00762324-a914-4541-bf5a-35e3cc4454c9","name":"Add Manual Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"account\": {\r\n         \"accountType\": \"BROKERAGE_CASH\",\r\n         \"accountName\": \"BNP Account\",\r\n         \"nickname\": \"Flood Cash\",\r\n         \"accountNumber\": \"1233\",\r\n         \"balance\":{\r\n            \"amount\": 133769,\r\n            \"currency\": \"USD\"\r\n           },\r\n         \"includeInNetWorth\": \"TRUE\",\r\n         \"memo\": \"This is an investment account\"\r\n      }\r\n}"},"url":"{{url}}/accounts","description":"Implementation Notes:\r\n\r\nThe add account service is used to add custom accounts.\r\n\r\nThe response of the add account service includes the account name, account number, and Yodlee-generated account id.\r\n\r\nAll custom accounts added are included as part of the net worth calculation by default.\r\n\r\nAdd custom account support is available for bank, card, investment, insurance, loan, and bill containers only."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"80","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:24:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"w1527719060271t28H106u000000NLGYd","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"account\":[{\"accountName\":\"BNP Account\",\"id\":37252304,\"accountNumber\":\"1233\"}]}"}],"_postman_id":"1421a785-aef2-4166-b397-f392e4a385c9"},{"name":"Get Accounts","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","    pm.test(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\", function () {","        pm.response.to.have.status(200);","    });","} else if (responseCode.code == 200) {","    pm.globals.set(\"container\", data.account[0].CONTAINER);","    pm.globals.set(\"accountId\", data.account[0].id);","    pm.test(\"Status code is 200\", function () {","        pm.response.to.have.status(200);","    });","    console.log(\"Get Accounts successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"39c25b68-d855-4995-af8a-313e690ce598","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts?","description":"<p>Implementation Notes:</p>\n<p>The get accounts service provides information about accounts added by the user.</p>\n<p>By default, this service returns information for active and to be closed accounts.</p>\n<p>accountReconType and reconInfo are relevant for investment accounts if the reconciliation feature is turned on.</p>\n<p>The accountReconType input parameter will be ignored when any  container value other than INVESTMENT is passed.</p>\n","urlObject":{"path":["accounts"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>ACTIVE/INACTIVE/TO_BE_CLOSED/CLOSED</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>bank/creditCard/investment/insurance/loan/reward/bill/realEstate/otherAssets/otherLiabilities   </p>\n","type":"text/plain"},"key":"container","value":""},{"disabled":true,"description":{"content":"<p>provider account id </p>\n","type":"text/plain"},"key":"providerAccountId","value":""},{"disabled":true,"description":{"content":"<p>comma separated accountIds</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>UNRECONCILED (Default value), RECONCILED    </p>\n","type":"text/plain"},"key":"accountReconType","value":""},{"disabled":true,"description":{"content":"<p>profile, holder, fullAccountNumber</p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[]}},"response":[{"id":"c30f7b51-9350-4236-8399-4e49bab09c4d","name":"Get Accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts?","host":["{{url}}"],"path":["accounts"],"query":[{"key":"status","value":"","description":"ACTIVE/INACTIVE/TO_BE_CLOSED/CLOSED","disabled":true},{"key":"container","value":"","description":"bank/creditCard/investment/insurance/loan/reward/bill/realEstate/otherAssets/otherLiabilities\t","disabled":true},{"key":"providerAccountId","value":"","description":"provider account id\t","disabled":true},{"key":"accountId","value":"","description":"comma separated accountIds","disabled":true},{"key":"accountReconType","value":"","description":"UNRECONCILED (Default value), RECONCILED\t","disabled":true},{"key":"include","value":"","description":"profile, holder, fullAccountNumber","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe get accounts service provides information about accounts added by the user.\r\n\r\nBy default, this service returns information for active and to be closed accounts.\r\n\r\naccountReconType and reconInfo are relevant for investment accounts if the reconciliation feature is turned on.\r\n\r\nThe accountReconType input parameter will be ignored when any  container value other than INVESTMENT is passed."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"503","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:26:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"x1527719170640e3Q31D000000NLGYp","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"account\":[{\"includeInNetWorth\":true,\"accountName\":\"BNP Account\",\"accountType\":\"BROKERAGE_CASH\",\"isManual\":true,\"memo\":\"This is an investment account\",\"accountNumber\":\"1233\",\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-05-30T22:24:01Z\",\"isAsset\":true,\"createdDate\":\"2018-05-30T22:24:01Z\",\"balance\":{\"amount\":84699,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"7634\",\"providerAccountId\":18377688,\"CONTAINER\":\"investment\",\"nickname\":\"Flood Cash\",\"id\":37252300,\"providerName\":\"Custom Bank\"}]}"}],"_postman_id":"39c25b68-d855-4995-af8a-313e690ce598"},{"name":"Get Account Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Accounts Details successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"12a6cc9b-b690-4855-97c3-27c4a6c8ad4f","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts?accountId={{accountId}}&container={{container}}","description":"<p>Implementation Notes:</p>\n<p>The get account details service provides detailed information about an account.</p>\n<p>reconInfo is relevant for investment accounts if the reconciliation feature is turned on.</p>\n","urlObject":{"path":["accounts"],"host":["{{url}}"],"query":[{"description":{"content":"<p>account id</p>\n","type":"text/plain"},"key":"accountId","value":"{{accountId}}"},{"description":{"content":"<p>bank/creditCard/investment/insurance/loan/reward/bill/realEstate/otherAssets/otherLiabilities   </p>\n","type":"text/plain"},"key":"container","value":"{{container}}"},{"disabled":true,"description":{"content":"<p>profile, holder, fullAccountNumber  </p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[]}},"response":[{"id":"e721fe26-3d76-4583-86b0-60ddb3cb3605","name":"Get Account Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts?accountId={{accountId}}&container={{container}}","host":["{{url}}"],"path":["accounts"],"query":[{"key":"accountId","value":"{{accountId}}","description":"account id"},{"key":"container","value":"{{container}}","description":"bank/creditCard/investment/insurance/loan/reward/bill/realEstate/otherAssets/otherLiabilities\t"},{"key":"include","value":"","description":"profile, holder, fullAccountNumber\t","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe get account details service provides detailed information about an account.\r\n\r\nreconInfo is relevant for investment accounts if the reconciliation feature is turned on."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"503","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:26:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"t1527719210773W3J31i000000NLBYm","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"account\":[{\"includeInNetWorth\":true,\"accountName\":\"BNP Account\",\"accountType\":\"BROKERAGE_CASH\",\"isManual\":true,\"memo\":\"This is an investment account\",\"accountNumber\":\"1233\",\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-05-30T22:24:01Z\",\"isAsset\":true,\"createdDate\":\"2018-05-30T22:24:01Z\",\"aggregationSource\":\"USER\",\"balance\":{\"amount\":84699,\"currency\":\"USD\"},\"providerId\":\"7634\",\"providerAccountId\":18377688,\"CONTAINER\":\"investment\",\"nickname\":\"Flood Cash\",\"id\":37252300,\"providerName\":\"Custom Bank\"}]}"}],"_postman_id":"12a6cc9b-b690-4855-97c3-27c4a6c8ad4f"},{"name":"Get Historical Balances","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Historical Balances successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"34449601-43f2-4a14-afdd-ea524ffc9b43","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/historicalBalances?accountId={{accountId}}","description":"<p>Implementation Notes:</p>\n<p>The historical balances service is used to retrieve the historical balances for an account or a user.</p>\n<p>Historical balances are daily (D), weekly (W), and monthly (M). </p>\n<p>The interval input should be passed as D, W, and M to retrieve the desired historical balances. The default interval is daily (D). </p>\n<p>When no account id is provided, historical balances of the accounts that are active, to be closed, and closed are given in the response. </p>\n<p>If the fromDate and toDate are not passed, the previous 90 days of data will be provided. </p>\n<p>The fromDate and toDate should be passed in the YYYY-MM-DD format. </p>\n<p>The date field in the response denotes the date for which the balance is requested.</p>\n<p>includeCF needs to be sent as true if the customer wants to return carried forward balances for a date when data is not available. </p>\n<p>asofDate field in the response denotes the date as of which the balance was updated for that account.</p>\n<p>When there is no balance available for a requested date and includeCF is sent as true, the previous date for which the balance is available is provided in the response. When there is no previous balance available, no data will be sent. </p>\n<p>The accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.</p>\n<p>The accountReconType input parameter will be ignored when accountId(s) are passed.</p>\n","urlObject":{"path":["accounts","historicalBalances"],"host":["{{url}}"],"query":[{"description":{"content":"<p>account id</p>\n","type":"text/plain"},"key":"accountId","value":"{{accountId}}"},{"disabled":true,"description":{"content":"<p>consider carry forward logic for missing balances</p>\n","type":"text/plain"},"key":"includeCF","value":""},{"disabled":true,"description":{"content":"<p>from date for balance retrieval (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>to date for balance retrieval (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"toDate","value":""},{"disabled":true,"description":{"content":"<p>d-daily, w-weekly or m-monthly  </p>\n","type":"text/plain"},"key":"interval","value":""},{"disabled":true,"description":{"content":"<p>UNRECONCILED (Default value), RECONCILED    </p>\n","type":"text/plain"},"key":"accountReconType","value":""},{"disabled":true,"description":{"content":"<p>skip (Min 0)</p>\n","type":"text/plain"},"key":"skip","value":""},{"disabled":true,"description":{"content":"<p>top (Max 500)</p>\n","type":"text/plain"},"key":"top","value":""}],"variable":[]}},"response":[{"id":"b180f3bb-c9a3-4181-9bf4-a7c0ed6f7239","name":"Get Historical Balances","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts/historicalBalances?accountId={{accountId}}","host":["{{url}}"],"path":["accounts","historicalBalances"],"query":[{"key":"accountId","value":"{{accountId}}","description":"account id"},{"key":"includeCF","value":"","description":"consider carry forward logic for missing balances","disabled":true},{"key":"fromDate","value":"","description":"from date for balance retrieval (YYYY-MM-DD)","disabled":true},{"key":"toDate","value":"","description":"to date for balance retrieval (YYYY-MM-DD)","disabled":true},{"key":"interval","value":"","description":"d-daily, w-weekly or m-monthly\t","disabled":true},{"key":"accountReconType","value":"","description":"UNRECONCILED (Default value), RECONCILED\t","disabled":true},{"key":"skip","value":"","description":"skip (Min 0)","disabled":true},{"key":"top","value":"","description":"top (Max 500)","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe historical balances service is used to retrieve the historical balances for an account or a user.\r\n\r\nHistorical balances are daily (D), weekly (W), and monthly (M). \r\n\r\nThe interval input should be passed as D, W, and M to retrieve the desired historical balances. The default interval is daily (D). \r\n\r\nWhen no account id is provided, historical balances of the accounts that are active, to be closed, and closed are given in the response. \r\n\r\nIf the fromDate and toDate are not passed, the previous 90 days of data will be provided. \r\n\r\nThe fromDate and toDate should be passed in the YYYY-MM-DD format. \r\n\r\nThe date field in the response denotes the date for which the balance is requested.\r\n\r\nincludeCF needs to be sent as true if the customer wants to return carried forward balances for a date when data is not available. \r\n\r\nasofDate field in the response denotes the date as of which the balance was updated for that account.\r\n\r\nWhen there is no balance available for a requested date and includeCF is sent as true, the previous date for which the balance is available is provided in the response. When there is no previous balance available, no data will be sent. \r\n\r\nThe accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.\r\n\r\nThe accountReconType input parameter will be ignored when accountId(s) are passed."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"300","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:27:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Link","value":": /private-sdgengtest/v1//accounts/historicalBalances/count?accountId=37252300;rel=count","name":"Link","description":"Used to express a typed relationship with another resource, where the relation type is defined by RFC 5988"},{"key":"yodlee-ref-id","value":"G1527719228857w3k31d000000NLUYm","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"account\":[{\"id\":37252300,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2018-05-29\",\"asOfDate\":\"2018-05-29\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"C\"},{\"isAsset\":true,\"date\":\"2018-05-30\",\"asOfDate\":\"2018-05-30\",\"balance\":{\"amount\":84699,\"currency\":\"USD\"},\"dataSourceType\":\"C\"}]}]}"}],"_postman_id":"34449601-43f2-4a14-afdd-ea524ffc9b43"},{"name":"Update Accounts","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Update Accounts successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Internal Core Error has occurred\") {","    console.log(\"An internal core error has ocurred!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"428c069c-d8ea-4c7d-8419-8177320e23a0","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"account\":{\n\t\t\"accountName\":\"TEST Account\"\n\t}\n}"},"url":"{{url}}/accounts/{{accountId}}","description":"<p>Implementation Notes:</p>\n<p>The update account service is used to update manual and aggregated accounts.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n<p>Update manual account support is only available for bank, card, investment, insurance, loan, and bill containers.</p>\n","urlObject":{"path":["accounts","{{accountId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b68eb8a-1e9d-4b97-af28-18271839f3cb","name":"Update Accounts","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"account\":{\n\t\t\"accountName\":\"TEST Account\"\n\t}\n}"},"url":"{{url}}/accounts/{{accountId}}","description":"Implementation Notes:\r\n\r\nThe update account service is used to update manual and aggregated accounts.\r\n\r\nThe HTTP response code is 204 (Success without content).\r\n\r\nUpdate manual account support is only available for bank, card, investment, insurance, loan, and bill containers."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 22:27:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"P1527719258801s3H31y000000NLsYb","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":""}],"_postman_id":"428c069c-d8ea-4c7d-8419-8177320e23a0"},{"name":"Delete Account","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Delete Account successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"c6b9c4b8-fede-472e-aa43-5231cfd70589","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/{{accountId}}?accountId={{accountId}}","description":"<p>Implementation Notes:</p>\n<p>The delete account service allows an account to be deleted.</p>\n<p>This service does not return a response. The HTTP response code is 204 (Success with no content).</p>\n","urlObject":{"path":["accounts","{{accountId}}"],"host":["{{url}}"],"query":[{"key":"accountId","value":"{{accountId}}"}],"variable":[]}},"response":[{"id":"599c0623-5a6c-4934-87a1-97ac2903b4ff","name":"Delete Account","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts/{{accountId}}?accountId={{accountId}}","host":["{{url}}"],"path":["accounts","{{accountId}}"],"query":[{"key":"accountId","value":"{{accountId}}"}]},"description":"Implementation Notes:\r\n\r\nThe delete account service allows an account to be deleted.\r\n\r\nThis service does not return a response. The HTTP response code is 204 (Success with no content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 05 Jun 2018 16:38:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"W1528216712122B3q31K000000NLcYg","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":""}],"_postman_id":"c6b9c4b8-fede-472e-aa43-5231cfd70589"}],"id":"14fe6282-f1c3-4fe6-9f83-b9b96a7bf692","_postman_id":"14fe6282-f1c3-4fe6-9f83-b9b96a7bf692","description":""},{"name":"Transactions","item":[{"name":"Get Transactions","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Transactions successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}","","/*","FASTLINK:","<form action=\"https://node.developer.yodlee.com/authenticate/restserver/\" method=\"POST\">","  <input type=\"text\" name=\"app\" value=\"10003600\" />","  <input type=\"text\" name=\"rsession\" />","  <input type=\"text\" name=\"token\" />","  <input type=\"text\" name=\"redirectReq\" value=\"true\"/>","  <input type=\"submit\" name=\"submit\" />","</form>","*/"]}}],"id":"f8d1fa58-b19e-4328-8553-a503bc2ee1a9","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions?fromDate=2013-01-01","description":"<p>Implementation Notes:</p>\n<p>The Transaction service is used to get the list of a user's transactions.</p>\n<p>By default, this service returns the prior 30 days of transactions from today's date.</p>\n<p>The search is performed on these attributes: original, consumer, and simple descriptions.</p>\n<p>Values for the categoryId parameter can be fetched from the get transaction category list service.</p>\n<p>The categoryId is used to filter transactions based on a system-defined category as well as a user-defined category.</p>\n<p>User-defined categoryIds should be provided in the filter with the prefix \"U\" (for example, U10002). </p>\n<p>The skip and top parameters are useful for paginating transactions (i.e., to fetch small transaction payloads for performance reasons).</p>\n<p>Double quotes in the merchant name will be prefixed by backslashes () in the response, for example, Toys \"R\" Us.</p>\n<p>Note 1: Category input has been deprecated and replaced with categoryId. </p>\n<p>Note 2: TDE is made available for bank and card accounts and for the US market only.The address field in the response is available only when the TDE key is turned on. </p>\n<p>accountReconType input parameter is relevant for investment accounts, provided the reconciliation feature is turned on.</p>\n","urlObject":{"path":["transactions"],"host":["{{url}}"],"query":[{"key":"fromDate","value":"2013-01-01"}],"variable":[]}},"response":[{"id":"32362048-2756-4bab-a9bb-df4a5ccd98b2","name":"Get Transactions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions?fromDate=2013-01-01","host":["{{url}}"],"path":["transactions"],"query":[{"key":"fromDate","value":"2013-01-01"}]},"description":"Implementation Notes:\r\n\r\nThe Transaction service is used to get the list of a user's transactions.\r\n\r\nBy default, this service returns the prior 30 days of transactions from today's date.\r\n\r\nThe search is performed on these attributes: original, consumer, and simple descriptions.\r\n\r\nValues for the categoryId parameter can be fetched from the get transaction category list service.\r\n\r\nThe categoryId is used to filter transactions based on a system-defined category as well as a user-defined category.\r\n\r\nUser-defined categoryIds should be provided in the filter with the prefix \"U\" (for example, U10002). \r\n\r\nThe skip and top parameters are useful for paginating transactions (i.e., to fetch small transaction payloads for performance reasons).\r\n\r\nDouble quotes in the merchant name will be prefixed by backslashes (\\) in the response, for example, Toys \\\"R\\\" Us.\r\n\r\nNote 1: Category input has been deprecated and replaced with categoryId. \r\n\r\nNote 2: TDE is made available for bank and card accounts and for the US market only.The address field in the response is available only when the TDE key is turned on. \r\n\r\naccountReconType input parameter is relevant for investment accounts, provided the reconciliation feature is turned on."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"63378","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:21:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"a1527110473865d4v26i000000NLqYG","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":"{\"transaction\":[{\"CONTAINER\":\"bank\",\"id\":87774437,\"amount\":{\"amount\":3465,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"INCOME\",\"categoryId\":32,\"category\":\"Other Income\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000012,\"createdDate\":\"2018-05-15T20:30:16Z\",\"lastUpdated\":\"2018-05-23T21:20:43Z\",\"description\":{\"original\":\"DESC\",\"consumer\":\"Electronic Purchases\",\"simple\":\"DESC\"},\"type\":\"OTHER_DEPOSITS\",\"subType\":\"CREDIT\",\"isManual\":false,\"date\":\"2017-03-16\",\"transactionDate\":\"2017-03-16\",\"postDate\":\"2017-03-16\",\"memo\":\"acsd\",\"status\":\"POSTED\",\"accountId\":11618226,\"runningBalance\":{\"amount\":59,\"currency\":\"USD\"},\"checkNumber\":\"DAG-133\"},{\"CONTAINER\":\"bank\",\"id\":87774435,\"amount\":{\"amount\":59,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":33,\"category\":\"Check Payment\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:16Z\",\"lastUpdated\":\"2018-05-15T20:30:16Z\",\"description\":{\"original\":\"CHECK # 998\",\"simple\":\"Payment by Check\"},\"type\":\"PAYMENT\",\"subType\":\"PAYMENT_BY_CHECK\",\"isManual\":false,\"date\":\"2017-03-16\",\"transactionDate\":\"2016-10-16\",\"postDate\":\"2017-03-16\",\"status\":\"POSTED\",\"accountId\":11618225,\"runningBalance\":{\"amount\":59,\"currency\":\"USD\"},\"checkNumber\":\"998\"},{\"CONTAINER\":\"bank\",\"id\":87774439,\"amount\":{\"amount\":3103,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":19,\"category\":\"Other Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:16Z\",\"lastUpdated\":\"2018-05-15T20:30:16Z\",\"description\":{\"original\":\"DESC\",\"simple\":\"DESC\"},\"type\":\"OTHER_WITHDRAWALS\",\"subType\":\"DEBIT\",\"isManual\":false,\"date\":\"2017-03-14\",\"transactionDate\":\"2017-03-12\",\"postDate\":\"2017-03-14\",\"status\":\"POSTED\",\"accountId\":11618226,\"runningBalance\":{\"amount\":59,\"currency\":\"USD\"},\"checkNumber\":\"DAG-333\"},{\"CONTAINER\":\"bank\",\"id\":87774440,\"amount\":{\"amount\":5646,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"INCOME\",\"categoryId\":32,\"category\":\"Other Income\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000012,\"createdDate\":\"2018-05-15T20:30:16Z\",\"lastUpdated\":\"2018-05-15T20:30:16Z\",\"description\":{\"original\":\"DESC\",\"simple\":\"DESC\"},\"type\":\"OTHER_DEPOSITS\",\"subType\":\"CREDIT\",\"isManual\":false,\"date\":\"2017-03-10\",\"transactionDate\":\"2017-03-11\",\"postDate\":\"2017-03-10\",\"status\":\"POSTED\",\"accountId\":11618226,\"runningBalance\":{\"amount\":59,\"currency\":\"USD\"},\"checkNumber\":\"DAG-233\"},{\"CONTAINER\":\"bank\",\"id\":87774438,\"amount\":{\"amount\":9846,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"INCOME\",\"categoryId\":32,\"category\":\"Other Income\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000012,\"createdDate\":\"2018-05-15T20:30:16Z\",\"lastUpdated\":\"2018-05-15T20:30:16Z\",\"description\":{\"original\":\"DESC\",\"simple\":\"DESC\"},\"type\":\"OTHER_DEPOSITS\",\"subType\":\"CREDIT\",\"isManual\":false,\"date\":\"2017-03-02\",\"transactionDate\":\"2017-03-16\",\"postDate\":\"2017-03-02\",\"status\":\"POSTED\",\"accountId\":11618226,\"runningBalance\":{\"amount\":59,\"currency\":\"USD\"},\"checkNumber\":\"DAG-333\"},{\"CONTAINER\":\"bank\",\"id\":87774436,\"amount\":{\"amount\":343465,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"INCOME\",\"categoryId\":32,\"category\":\"Other Income\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000012,\"createdDate\":\"2018-05-15T20:30:16Z\",\"lastUpdated\":\"2018-05-15T20:30:16Z\",\"description\":{\"original\":\"DESC\",\"simple\":\"DESC\"},\"type\":\"OTHER_DEPOSITS\",\"subType\":\"CREDIT\",\"isManual\":false,\"date\":\"2016-10-16\",\"transactionDate\":\"2016-10-16\",\"postDate\":\"2016-10-16\",\"status\":\"POSTED\",\"accountId\":11618225,\"runningBalance\":{\"amount\":59,\"currency\":\"USD\"},\"checkNumber\":\"DAG-333\"},{\"CONTAINER\":\"creditCard\",\"id\":37142356,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-17\",\"postDate\":\"2014-01-17\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142357,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2014-01-16\",\"postDate\":\"2014-01-16\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142358,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-15\",\"postDate\":\"2014-01-15\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142359,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-14\",\"postDate\":\"2014-01-14\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142360,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-13\",\"postDate\":\"2014-01-13\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142361,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2014-01-12\",\"postDate\":\"2014-01-12\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142362,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2014-01-11\",\"postDate\":\"2014-01-11\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142363,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-10\",\"postDate\":\"2014-01-10\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142364,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2014-01-09\",\"postDate\":\"2014-01-09\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142365,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-08\",\"postDate\":\"2014-01-08\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142366,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2014-01-07\",\"postDate\":\"2014-01-07\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142367,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-06\",\"postDate\":\"2014-01-06\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142368,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2014-01-05\",\"postDate\":\"2014-01-05\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142369,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-04\",\"postDate\":\"2014-01-04\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142370,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-03\",\"postDate\":\"2014-01-03\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142371,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2014-01-02\",\"postDate\":\"2014-01-02\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142372,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2014-01-01\",\"postDate\":\"2014-01-01\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142373,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2013-12-30\",\"postDate\":\"2013-12-30\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142374,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-29\",\"postDate\":\"2013-12-29\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142375,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2013-12-28\",\"postDate\":\"2013-12-28\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142376,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-27\",\"postDate\":\"2013-12-27\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142377,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2013-12-26\",\"postDate\":\"2013-12-26\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142378,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-25\",\"postDate\":\"2013-12-25\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142379,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-12-24\",\"postDate\":\"2013-12-24\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142380,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-23\",\"postDate\":\"2013-12-23\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142381,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-22\",\"postDate\":\"2013-12-22\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142382,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-21\",\"postDate\":\"2013-12-21\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142383,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-12-20\",\"postDate\":\"2013-12-20\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142384,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2013-12-19\",\"postDate\":\"2013-12-19\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142385,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-18\",\"postDate\":\"2013-12-18\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142386,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2013-12-16\",\"postDate\":\"2013-12-16\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142387,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-15\",\"postDate\":\"2013-12-15\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142388,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2013-12-14\",\"postDate\":\"2013-12-14\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142389,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-13\",\"postDate\":\"2013-12-13\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142390,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-12-12\",\"postDate\":\"2013-12-12\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142391,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-11\",\"postDate\":\"2013-12-11\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142392,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-10\",\"postDate\":\"2013-12-10\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142393,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-09\",\"postDate\":\"2013-12-09\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142394,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-12-08\",\"postDate\":\"2013-12-08\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142395,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2013-12-07\",\"postDate\":\"2013-12-07\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142396,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-06\",\"postDate\":\"2013-12-06\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142397,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2013-12-05\",\"postDate\":\"2013-12-05\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142398,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-04\",\"postDate\":\"2013-12-04\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142399,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2013-12-03\",\"postDate\":\"2013-12-03\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142400,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-12-02\",\"postDate\":\"2013-12-02\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142401,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-12-01\",\"postDate\":\"2013-12-01\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142403,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-30\",\"postDate\":\"2013-11-30\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142402,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-30\",\"postDate\":\"2013-11-30\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142404,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-29\",\"postDate\":\"2013-11-29\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142405,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-11-28\",\"postDate\":\"2013-11-28\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142406,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2013-11-27\",\"postDate\":\"2013-11-27\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142407,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-26\",\"postDate\":\"2013-11-26\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142408,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2013-11-25\",\"postDate\":\"2013-11-25\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142409,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-24\",\"postDate\":\"2013-11-24\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142410,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2013-11-23\",\"postDate\":\"2013-11-23\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142411,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-22\",\"postDate\":\"2013-11-22\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142412,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-11-21\",\"postDate\":\"2013-11-21\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142413,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-20\",\"postDate\":\"2013-11-20\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142414,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-19\",\"postDate\":\"2013-11-19\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142415,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-18\",\"postDate\":\"2013-11-18\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142416,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-11-16\",\"postDate\":\"2013-11-16\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142417,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2013-11-15\",\"postDate\":\"2013-11-15\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142418,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-14\",\"postDate\":\"2013-11-14\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142419,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2013-11-13\",\"postDate\":\"2013-11-13\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142420,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-12\",\"postDate\":\"2013-11-12\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142421,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2013-11-11\",\"postDate\":\"2013-11-11\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142422,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-10\",\"postDate\":\"2013-11-10\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142423,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-11-09\",\"postDate\":\"2013-11-09\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142424,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-08\",\"postDate\":\"2013-11-08\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142425,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-07\",\"postDate\":\"2013-11-07\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142426,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-06\",\"postDate\":\"2013-11-06\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142427,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-11-05\",\"postDate\":\"2013-11-05\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142428,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2013-11-04\",\"postDate\":\"2013-11-04\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142429,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-03\",\"postDate\":\"2013-11-03\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142430,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2013-11-02\",\"postDate\":\"2013-11-02\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142431,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-11-01\",\"postDate\":\"2013-11-01\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142432,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2013-10-31\",\"postDate\":\"2013-10-31\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142433,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-10-30\",\"postDate\":\"2013-10-30\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142434,\"amount\":{\"amount\":180.89,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-10-29\",\"postDate\":\"2013-10-29\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"amazonus\",\"name\":\"Amazon\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142435,\"amount\":{\"amount\":101.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"BLOCKBUSTEREXPRESS\",\"simple\":\"Blockbusters\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-10-28\",\"postDate\":\"2013-10-28\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"blockbustersus\",\"name\":\"Blockbusters\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Entertainment/Recreation\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142436,\"amount\":{\"amount\":20,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"McDonalds\",\"simple\":\"Mcdonald's\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-10-27\",\"postDate\":\"2013-10-27\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"mcdonald'sus\",\"name\":\"Mcdonald'S\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Restaurants\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142437,\"amount\":{\"amount\":2500,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Furniture Purchase\",\"simple\":\"Furniture 1\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-10-26\",\"postDate\":\"2013-10-26\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"furniture1us\",\"name\":\"Furniture 1\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Home Improvement\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142438,\"amount\":{\"amount\":1000,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Online Purchase\",\"simple\":\"Online \"},\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"isManual\":false,\"date\":\"2013-10-25\",\"postDate\":\"2013-10-25\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142439,\"amount\":{\"amount\":10,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":24,\"category\":\"Service Charges/Fees\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000009,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Service Charges\",\"simple\":\"Service Charge\"},\"type\":\"CHARGES_FEES\",\"subType\":\"SERVICE_CHARGE\",\"isManual\":false,\"date\":\"2013-10-24\",\"postDate\":\"2013-10-24\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"servicecareus\",\"name\":\"Service Care\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Service Charges/Fees\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142440,\"amount\":{\"amount\":110.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Truck Expenses\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000003,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"SHELL OIL\",\"simple\":\"Shell\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-10-23\",\"postDate\":\"2013-10-23\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"shellus\",\"name\":\"Shell\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Automotive/Fuel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142441,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Telephone Bill Paid\",\"simple\":\"Telephone Jacks\"},\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"isManual\":false,\"date\":\"2013-10-22\",\"postDate\":\"2013-10-22\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"telephonejacksus\",\"name\":\"Telephone Jacks\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142442,\"amount\":{\"amount\":124.72,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000004,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"WAL-MART\",\"simple\":\"Walmart\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-10-21\",\"postDate\":\"2013-10-21\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"walmartus\",\"name\":\"Walmart\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Electronics/General Merchandise\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}},{\"CONTAINER\":\"creditCard\",\"id\":37142443,\"amount\":{\"amount\":200,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000018,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"Payment - Thank You\",\"simple\":\"Credit Card Payment\"},\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"isManual\":false,\"date\":\"2013-10-20\",\"postDate\":\"2013-10-20\",\"status\":\"POSTED\",\"accountId\":11618180},{\"CONTAINER\":\"creditCard\",\"id\":37142444,\"amount\":{\"amount\":101,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"highLevelCategoryId\":10000011,\"createdDate\":\"2018-05-15T20:30:22Z\",\"lastUpdated\":\"2018-05-15T20:30:22Z\",\"description\":{\"original\":\"AIR VALET\",\"simple\":\"Air Valet\"},\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"isManual\":false,\"date\":\"2013-10-19\",\"postDate\":\"2013-10-19\",\"status\":\"POSTED\",\"accountId\":11618180,\"merchant\":{\"id\":\"airvaletus\",\"name\":\"Air Valet\",\"source\":\"FACTUAL\",\"categoryLabel\":[\"Travel\"],\"address\":{\"country\":\"US\"},\"coordinates\":{\"latitude\":0.0,\"longitude\":0.0}}}]}"}],"_postman_id":"f8d1fa58-b19e-4328-8553-a503bc2ee1a9"},{"name":"Update  Transaction","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Update Transaction successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Internal Core Error has occurred\") {","    console.log(\"An internal core error has ocurred!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"4e2f591e-b611-42af-a5c8-f93a73137371","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\":{\r\n\t\t\"container\":\"bank\",\r\n\t\t\"categoryId\": 32,\r\n\t\t\"categorySource\":\"SYSTEM\",\r\n\t\t\"description\":{\r\n\t\t\t\"consumer\":\"Electronic Purchases\"\r\n\t\t},\r\n\t\t\"memo\":\"acsd\"\r\n\t}\r\n}"},"url":"{{url}}/transactions/87920274","description":"<p>Implementation Notes:</p>\n<p>The update transaction service is used to update the categoryName, description, or memo for a transaction.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["transactions","87920274"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cd736972-6da3-4a0a-888c-f9e5214f40c9","name":"Update Transaction","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\":{\r\n\t\t\"container\":\"bank\",\r\n\t\t\"categoryId\": 32,\r\n\t\t\"categorySource\":\"SYSTEM\",\r\n\t\t\"description\":{\r\n\t\t\t\"consumer\":\"Electronic Purchases\"\r\n\t\t},\r\n\t\t\"memo\":\"acsd\"\r\n\t}\r\n}"},"url":"{{url}}/transactions/87920274","description":"Implementation Notes:\r\n\r\nThe update transaction service is used to update the categoryName, description, or memo for a transaction.\r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:20:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"L1527110441661E4E26d000000NLpYx","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"4e2f591e-b611-42af-a5c8-f93a73137371"},{"name":"Get Transactions Count","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Transactions Count successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"7efdfef6-11ce-428b-bece-9afc5f8702f8","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/count?fromDate=2013-01-01","description":"<p>Implementation Notes:</p>\n<p>The count service provides the total number of transactions for a specific user.</p>\n<p>accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.</p>\n<p>accountReconType input parameter will be ignored when a container value other than INVESTMENT is passed.</p>\n<p>accountReconType input parameter will be ignored when accountId(s) are passed.</p>\n","urlObject":{"path":["transactions","count"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>bank/creditCard/investment/insurance/loan</p>\n","type":"text/plain"},"key":"container","value":""},{"disabled":true,"description":{"content":"<p>DEBIT/CREDIT</p>\n","type":"text/plain"},"key":"baseType","value":""},{"disabled":true,"description":{"content":"<p>transaction search text</p>\n","type":"text/plain"},"key":"keyword","value":""},{"disabled":true,"description":{"content":"<p>comma separated accountIds</p>\n","type":"text/plain"},"key":"accountId","value":""},{"description":{"content":"<p>transaction from date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"fromDate","value":"2013-01-01"},{"disabled":true,"description":{"content":"<p>transaction end date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"toDate","value":""},{"disabled":true,"description":{"content":"<p>comma separated categoryIds </p>\n","type":"text/plain"},"key":"categoryId","value":""},{"disabled":true,"description":{"content":"<p>comma separated highLevelCategoryIds</p>\n","type":"text/plain"},"key":"highLevelCategoryId","value":""},{"disabled":true,"description":{"content":"<p>transaction type (SELL,SWEEP, etc.) </p>\n","type":"text/plain"},"key":"type","value":" "},{"disabled":true,"description":{"content":"<p>transaction category type (UNCATEGORIZE, INCOME, TRANSFER, EXPENSE or DEFERRED_COMPENSATION)    </p>\n","type":"text/plain"},"key":"categoryType","value":""},{"disabled":true,"description":{"content":"<p>UNRECONCILED (Default value), RECONCILED    </p>\n","type":"text/plain"},"key":"accountReconType","value":""}],"variable":[]}},"response":[{"id":"b5641ac4-2c17-4806-bf25-731870a1d72b","name":"Get Transactions Count","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/count?fromDate=2013-01-01","host":["{{url}}"],"path":["transactions","count"],"query":[{"key":"container","value":"","description":"bank/creditCard/investment/insurance/loan","disabled":true},{"key":"baseType","value":"","description":"DEBIT/CREDIT","disabled":true},{"key":"keyword","value":"","description":"transaction search text","disabled":true},{"key":"accountId","value":"","description":"comma separated accountIds","disabled":true},{"key":"fromDate","value":"2013-01-01","description":"transaction from date (YYYY-MM-DD)"},{"key":"toDate","value":"","description":"transaction end date (YYYY-MM-DD)","disabled":true},{"key":"categoryId","value":"","description":"comma separated categoryIds\t","disabled":true},{"key":"highLevelCategoryId","value":"","description":"comma separated highLevelCategoryIds","disabled":true},{"key":"type","value":" ","description":"transaction type (SELL,SWEEP, etc.)\t","disabled":true},{"key":"categoryType","value":"","description":"transaction category type (UNCATEGORIZE, INCOME, TRANSFER, EXPENSE or DEFERRED_COMPENSATION)\t","disabled":true},{"key":"accountReconType","value":"","description":"UNRECONCILED (Default value), RECONCILED\t","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe count service provides the total number of transactions for a specific user.\r\n\r\naccountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.\r\n\r\naccountReconType input parameter will be ignored when a container value other than INVESTMENT is passed.\r\n\r\naccountReconType input parameter will be ignored when accountId(s) are passed."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"38","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:02:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"c1527109347305S4x27m000000NLXYZ","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":"{\"transaction\":{\"TOTAL\":{\"count\":12}}}"}],"_postman_id":"7efdfef6-11ce-428b-bece-9afc5f8702f8"},{"name":"Create Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Create Cateogry successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"f1fb007d-7574-42e8-b801-41e91fd33662","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories?categoryParam={\n\t\"categoryName\": \"My Expenses 2\",\n\t\"parentCategoryId\": 25 \n}","description":"<p>Implementation Notes:</p>\n<p>The create transaction category service is used to create user-defined categories for a system-defined category.</p>\n<p>The parentCategoryId is the system-defined category id.This can be retrieved using get transaction categories service.</p>\n<p>The categoryName can accept a minimum of 1 up to a maximum of 50 alphanumeric or special characters.</p>\n<p>The HTTP response code is 201 (Created successfully).</p>\n","urlObject":{"path":["transactions","categories"],"host":["{{url}}"],"query":[{"description":{"content":"<p>user Transaction Category in JSON format</p>\n","type":"text/plain"},"key":"categoryParam","value":"{\n\t\"categoryName\": \"My Expenses 2\",\n\t\"parentCategoryId\": 25 \n}"}],"variable":[]}},"response":[{"id":"38933d51-c3ce-438f-9d5b-ddcffffa9629","name":"Create Category","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/categories?categoryParam={\n\t\"categoryName\": \"My Expenses 2\",\n\t\"parentCategoryId\": 25 \n}","host":["{{url}}"],"path":["transactions","categories"],"query":[{"key":"categoryParam","value":"{\n\t\"categoryName\": \"My Expenses 2\",\n\t\"parentCategoryId\": 25 \n}","description":"user Transaction Category in JSON format"}]},"description":"Implementation Notes:\r\n\r\nThe create transaction category service is used to create user-defined categories for a system-defined category.\r\n\r\nThe parentCategoryId is the system-defined category id.This can be retrieved using get transaction categories service.\r\n\r\nThe categoryName can accept a minimum of 1 up to a maximum of 50 alphanumeric or special characters.\r\n\r\nThe HTTP response code is 201 (Created successfully)."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:19:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Set-Cookie","value":"JSESSIONID=TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25; path=/ysl; secure; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"yodlee-ref-id","value":"e1527110373994r4H26e000000NLvYF","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"f1fb007d-7574-42e8-b801-41e91fd33662"},{"name":"Get Transaction Category List","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Transaction Category List successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"250bafdf-8d98-450e-8997-4fd45aa1f3b2","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories","description":"<p>Implementation Notes:</p>\n<p>The get transaction category service returns the list of available transaction categories.</p>\n<p>High level categories are returned in the response only if the customer chooses this option.</p>\n<p>When invoked by passing the cobrand session, this service returns the supported transaction categories at the cobrand level. </p>\n<p>When invoked by passing the cobrand session and the user session, this service returns the transaction categories along with the user-defined categories.</p>\n<p>Double quotes in the user-defined category name will be prefixed by backslashes () in the response, for example, Toys \"R\" Us.</p>\n<p>Source and id are the primary attributes of the category entity.</p>\n","urlObject":{"path":["transactions","categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bf0a34e4-ae03-49d0-a4ae-4b25a395941d","name":"Get Transaction Category List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories","description":"Implementation Notes:\r\n\r\nThe get transaction category service returns the list of available transaction categories.\r\n\r\nHigh level categories are returned in the response only if the customer chooses this option.\r\n\r\nWhen invoked by passing the cobrand session, this service returns the supported transaction categories at the cobrand level. \r\n\r\nWhen invoked by passing the cobrand session and the user session, this service returns the transaction categories along with the user-defined categories.\r\n\r\nDouble quotes in the user-defined category name will be prefixed by backslashes (\\) in the response, for example, Toys \\\"R\\\" Us.\r\n\r\nSource and id are the primary attributes of the category entity."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"6303","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:12:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"i1527109969976b4W27K000000NLtYA","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":"{\"transactionCategory\":[{\"id\":1,\"source\":\"SYSTEM\",\"category\":\"Uncategorized\",\"type\":\"UNCATEGORIZE\",\"highLevelCategoryId\":10000017,\"highLevelCategoryName\":\"Uncategorized\"},{\"id\":2,\"source\":\"SYSTEM\",\"category\":\"Automotive/Fuel\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000003,\"highLevelCategoryName\":\"Automotive Expenses\"},{\"id\":3,\"source\":\"SYSTEM\",\"category\":\"Charitable Giving\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000001,\"highLevelCategoryName\":\"Giving\"},{\"id\":6,\"source\":\"SYSTEM\",\"category\":\"Education\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000010,\"highLevelCategoryName\":\"Personal/Family Expenses\"},{\"id\":7,\"source\":\"SYSTEM\",\"category\":\"Entertainment/Recreation\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000011,\"highLevelCategoryName\":\"Travel/Entertainment\"},{\"id\":9,\"source\":\"SYSTEM\",\"category\":\"Gifts\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000001,\"highLevelCategoryName\":\"Giving\"},{\"id\":10,\"source\":\"SYSTEM\",\"category\":\"Groceries\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":11,\"source\":\"SYSTEM\",\"category\":\"Healthcare/Medical\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000006,\"highLevelCategoryName\":\"Healthcare\"},{\"id\":13,\"source\":\"SYSTEM\",\"category\":\"Home Improvement\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":14,\"source\":\"SYSTEM\",\"category\":\"Insurance\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000020,\"highLevelCategoryName\":\"Insurance\"},{\"id\":15,\"source\":\"SYSTEM\",\"category\":\"Cable/Satellite/Telecom\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":16,\"source\":\"SYSTEM\",\"category\":\"Services/Supplies\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000007,\"highLevelCategoryName\":\"Office Expenses\"},{\"id\":17,\"source\":\"SYSTEM\",\"category\":\"Loans\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":18,\"source\":\"SYSTEM\",\"category\":\"Mortgage\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":19,\"source\":\"SYSTEM\",\"category\":\"Other Expenses\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000009,\"highLevelCategoryName\":\"Miscellaneous Expenses\"},{\"id\":20,\"source\":\"SYSTEM\",\"category\":\"Personal/Family\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000010,\"highLevelCategoryName\":\"Personal/Family Expenses\"},{\"id\":21,\"source\":\"SYSTEM\",\"category\":\"Rent\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":22,\"source\":\"SYSTEM\",\"category\":\"Restaurants\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000011,\"highLevelCategoryName\":\"Travel/Entertainment\"},{\"id\":23,\"source\":\"SYSTEM\",\"category\":\"Travel\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000011,\"highLevelCategoryName\":\"Travel/Entertainment\"},{\"id\":24,\"source\":\"SYSTEM\",\"category\":\"Service Charges/Fees\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000009,\"highLevelCategoryName\":\"Miscellaneous Expenses\"},{\"id\":25,\"source\":\"SYSTEM\",\"category\":\"ATM/Cash Withdrawals\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000010,\"highLevelCategoryName\":\"Personal/Family Expenses\"},{\"id\":26,\"source\":\"SYSTEM\",\"category\":\"Credit Card Payments\",\"type\":\"TRANSFER\",\"highLevelCategoryId\":10000018,\"highLevelCategoryName\":\"Credit Card Payment\"},{\"id\":27,\"source\":\"SYSTEM\",\"category\":\"Deposits\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000012,\"highLevelCategoryName\":\"Income\"},{\"id\":28,\"source\":\"SYSTEM\",\"category\":\"Transfers\",\"type\":\"TRANSFER\",\"highLevelCategoryId\":10000015,\"highLevelCategoryName\":\"Transfers\"},{\"id\":29,\"source\":\"SYSTEM\",\"category\":\"Salary/Regular Income\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000012,\"highLevelCategoryName\":\"Income\"},{\"id\":30,\"source\":\"SYSTEM\",\"category\":\"Investment/Retirement Income\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000012,\"highLevelCategoryName\":\"Income\"},{\"id\":32,\"source\":\"SYSTEM\",\"category\":\"Other Income\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000012,\"highLevelCategoryName\":\"Income\"},{\"id\":33,\"source\":\"SYSTEM\",\"category\":\"Check Payment\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000009,\"highLevelCategoryName\":\"Miscellaneous Expenses\"},{\"id\":36,\"source\":\"SYSTEM\",\"category\":\"Securities Trades\",\"type\":\"TRANSFER\",\"highLevelCategoryId\":10000015,\"highLevelCategoryName\":\"Transfers\"},{\"id\":37,\"source\":\"SYSTEM\",\"category\":\"Taxes\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000008,\"highLevelCategoryName\":\"Taxes\"},{\"id\":39,\"source\":\"SYSTEM\",\"category\":\"Utilities\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":40,\"source\":\"SYSTEM\",\"category\":\"Savings\",\"type\":\"TRANSFER\",\"highLevelCategoryId\":10000015,\"highLevelCategoryName\":\"Transfers\"},{\"id\":41,\"source\":\"SYSTEM\",\"category\":\"Retirement Contributions\",\"type\":\"DEFERRED_COMPENSATION\",\"highLevelCategoryId\":10000016,\"highLevelCategoryName\":\"Retirement\"},{\"id\":42,\"source\":\"SYSTEM\",\"category\":\"Pets/Pet Care\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":43,\"source\":\"SYSTEM\",\"category\":\"Electronics/General Merchandise\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000004,\"highLevelCategoryName\":\"Home/Utilities\"},{\"id\":45,\"source\":\"SYSTEM\",\"category\":\"Office Expenses\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000007,\"highLevelCategoryName\":\"Office Expenses\"},{\"id\":92,\"source\":\"SYSTEM\",\"category\":\"Sales/Services Income\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000012,\"highLevelCategoryName\":\"Income\"},{\"id\":96,\"source\":\"SYSTEM\",\"category\":\"Interest Income\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000012,\"highLevelCategoryName\":\"Income\"},{\"id\":104,\"source\":\"SYSTEM\",\"category\":\"Postage/Shipping\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000007,\"highLevelCategoryName\":\"Office Expenses\"},{\"id\":108,\"source\":\"SYSTEM\",\"category\":\"Subscriptions/Renewals\",\"type\":\"EXPENSE\",\"highLevelCategoryId\":10000010,\"highLevelCategoryName\":\"Personal/Family Expenses\"},{\"id\":114,\"source\":\"SYSTEM\",\"category\":\"Expense Reimbursement\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000019,\"highLevelCategoryName\":\"Refunds/Reimbursements\"},{\"id\":225,\"source\":\"SYSTEM\",\"category\":\"Rewards\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000012,\"highLevelCategoryName\":\"Income\"},{\"id\":227,\"source\":\"SYSTEM\",\"category\":\"Refunds/Adjustments\",\"type\":\"INCOME\",\"highLevelCategoryId\":10000019,\"highLevelCategoryName\":\"Refunds/Reimbursements\"}]}"}],"_postman_id":"250bafdf-8d98-450e-8997-4fd45aa1f3b2"},{"name":"Update Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Update Category successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Internal Core Error has occurred\") {","    console.log(\"An internal core error has ocurred!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"4614e4db-c0a0-437d-b3da-962115bb89c8","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"id\":2,\r\n\t\"source\":\"SYSTEM\",\r\n\t\"categoryName\":\"TruckExpenses\" \r\n}"},"url":"{{url}}/transactions/categories","description":"<p>Implementation Notes:</p>\n<p>The update transaction categories service is used to update the transaction category name for a high-level category, a system-defined category, or a user-defined category.</p>\n<p>The renamed category can be set back to the original name by passing an empty string for categoryName.</p>\n<p>The categoryName can accept minimum of 1 up to a maximum of 50 alphanumeric or special characters.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["transactions","categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"73aa27e7-2d17-43f4-b9cf-185d3ac968b3","name":"Update Category","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"id\":2,\r\n\t\"source\":\"SYSTEM\",\r\n\t\"categoryName\":\"TruckExpenses\" \r\n}"},"url":"{{url}}/transactions/categories","description":"Implementation Notes:\r\n\r\nThe update transaction categories service is used to update the transaction category name for a high-level category, a system-defined category, or a user-defined category.\r\n\r\nThe renamed category can be set back to the original name by passing an empty string for categoryName.\r\n\r\nThe categoryName can accept minimum of 1 up to a maximum of 50 alphanumeric or special characters.\r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:21:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"H1527110461395A4k26O000000NLFYy","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"4614e4db-c0a0-437d-b3da-962115bb89c8"},{"name":"Delete Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Delete Category successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"d3e42141-f472-4d44-9a92-e9d89fb8de9e","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/25?","description":"<p>Implementation Notes:</p>\n<p>The delete transaction categories service is used to delete a given user-defined category.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["transactions","categories","25"],"host":["{{url}}"],"query":[{"disabled":true,"key":"categoryId","value":"1"}],"variable":[]}},"response":[{"id":"c0129094-b15b-4803-b6bf-11f2304e5830","name":"Delete Category","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/categories/25?","host":["{{url}}"],"path":["transactions","categories","25"],"query":[{"key":"categoryId","value":"1","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe delete transaction categories service is used to delete a given user-defined category.\r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 05 Jun 2018 17:27:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Set-Cookie","value":"JSESSIONID=Xu7WeZLoK7VKiDYIvDj_gB7MRUVAiGr6TJE9ZNiD.hpdl-r306-25; path=/ysl; secure; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"yodlee-ref-id","value":"J1528219654557m4O26y000000NLmYu","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"Xu7WeZLoK7VKiDYIvDj_gB7MRUVAiGr6TJE9ZNiD.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"d3e42141-f472-4d44-9a92-e9d89fb8de9e"},{"name":"Create Transaction Categorization Rule","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Create Transaction Categorization Rule successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"65a021ed-b32a-4d73-ace4-717030567795","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/rules?ruleParam={\n\t\"rule\" : {\n\t\t\"categoryId\" : 2,\n\t\t\"priority\" : 1,\n\t\t\"source\" : \"SYSTEM\",\n\t\t\"ruleClause\" : [\n\t\t\t{\"field\" : \"description\", \"operation\" : \"stringContains\", \"value\" : \"gift\"},\n\t\t\t{\"field\" : \"amount\", \"operation\" : \"numberGreaterThan\", \"value\" : \"110\"}\n\t\t]\n\t}\n}","description":"<p>Implementation Notes:</p>\n<p>The create transaction categorization rule service is used to create a categorization rule for both a system-defined category as well as a user-defined category.</p>\n<p>ruleParam is a JSON input that contains the following fields:</p>\n<p> categoryId - Mandatory and numeric</p>\n<p> priority - Optional and numeric. Priority decides the order in which the rule gets applied to transactions.</p>\n<p> ruleClause - Mandatory and should contain at least one rule</p>\n<p> field - The value can be descriptive or an amount</p>\n<p>   If the field value is descriptive then,</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> 1. operation - value can be stringEquals or stringContains\n \n 2. value - value should be a minimum of 3 and a maximum of 50 characters\n \n</code></pre><p>   If the field value is an amount then, </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> 1. operation - value can be numberEquals, numberLessThan, numberLessThanEquals, numberGreaterThan or numberGreaterThanEquals\n \n 2. value - a minimum value of 0 and a maximum value of 99999999999.99 is allowed\n     \n</code></pre><p>The HTTP response code is 201 (Created successfully).</p>\n","urlObject":{"path":["transactions","categories","rules"],"host":["{{url}}"],"query":[{"description":{"content":"<p>rules (JSON format) to categorize the transactions</p>\n","type":"text/plain"},"key":"ruleParam","value":"{\n\t\"rule\" : {\n\t\t\"categoryId\" : 2,\n\t\t\"priority\" : 1,\n\t\t\"source\" : \"SYSTEM\",\n\t\t\"ruleClause\" : [\n\t\t\t{\"field\" : \"description\", \"operation\" : \"stringContains\", \"value\" : \"gift\"},\n\t\t\t{\"field\" : \"amount\", \"operation\" : \"numberGreaterThan\", \"value\" : \"110\"}\n\t\t]\n\t}\n}"}],"variable":[]}},"response":[{"id":"ca5ea427-afc4-483e-a16e-987816e879e2","name":"Create Transaction Categorization Rule","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/categories/rules?ruleParam={\n\t\"rule\" : {\n\t\t\"categoryId\" : 2,\n\t\t\"priority\" : 1,\n\t\t\"source\" : \"SYSTEM\",\n\t\t\"ruleClause\" : [\n\t\t\t{\"field\" : \"description\", \"operation\" : \"stringContains\", \"value\" : \"gift\"},\n\t\t\t{\"field\" : \"amount\", \"operation\" : \"numberGreaterThan\", \"value\" : \"110\"}\n\t\t]\n\t}\n}","host":["{{url}}"],"path":["transactions","categories","rules"],"query":[{"key":"ruleParam","value":"{\n\t\"rule\" : {\n\t\t\"categoryId\" : 2,\n\t\t\"priority\" : 1,\n\t\t\"source\" : \"SYSTEM\",\n\t\t\"ruleClause\" : [\n\t\t\t{\"field\" : \"description\", \"operation\" : \"stringContains\", \"value\" : \"gift\"},\n\t\t\t{\"field\" : \"amount\", \"operation\" : \"numberGreaterThan\", \"value\" : \"110\"}\n\t\t]\n\t}\n}","description":"rules (JSON format) to categorize the transactions"}]},"description":"Implementation Notes:\r\n\r\nThe create transaction categorization rule service is used to create a categorization rule for both a system-defined category as well as a user-defined category.\r\n\r\nruleParam is a JSON input that contains the following fields:\r\n\r\n categoryId - Mandatory and numeric\r\n \r\n priority - Optional and numeric. Priority decides the order in which the rule gets applied to transactions.\r\n \r\n ruleClause - Mandatory and should contain at least one rule\r\n \r\n field - The value can be descriptive or an amount\r\n \r\n   If the field value is descriptive then,\r\n   \r\n     1. operation - value can be stringEquals or stringContains\r\n     \r\n     2. value - value should be a minimum of 3 and a maximum of 50 characters\r\n     \r\n   If the field value is an amount then, \r\n   \r\n     1. operation - value can be numberEquals, numberLessThan, numberLessThanEquals, numberGreaterThan or numberGreaterThanEquals\r\n     \r\n     2. value - a minimum value of 0 and a maximum value of 99999999999.99 is allowed\r\n         \r\nThe HTTP response code is 201 (Created successfully)."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:11:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"N1527109903570l4F27F000000NLKYm","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"65a021ed-b32a-4d73-ace4-717030567795"},{"name":"Get Transaction Categorization Rules","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Transaction Categorization successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"8b922620-5927-4543-9d5d-cea4e84610d3","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/rules","description":"<p>Implementation Notes:</p>\n<p>The get transaction categorization rule service is used to get all transaction categorization rules.</p>\n","urlObject":{"path":["transactions","categories","rules"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"45fcd456-99ce-4813-ab46-333ae487c815","name":"Get Transaction Categorization Rules","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/rules","description":"Implementation Notes:\r\n\r\nThe get transaction categorization rule service is used to get all transaction categorization rules."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1033","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:02:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"v1527109379449r4o27k000000NLmYO","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":"[{\"userDefinedRuleId\":10003852,\"memId\":10174094,\"transactionCategorisationId\":2,\"rulePriority\":1,\"ruleClauses\":[{\"ruleClauseId\":10004254,\"userDefinedRuleId\":10003852,\"field\":\"amount\",\"operation\":\"numberGreaterThan\",\"fieldValue\":\"98\"},{\"ruleClauseId\":10004253,\"userDefinedRuleId\":10003852,\"field\":\"description\",\"operation\":\"stringContains\",\"fieldValue\":\"gift\"}],\"categoryLevelId\":3},{\"userDefinedRuleId\":10003853,\"memId\":10174094,\"transactionCategorisationId\":2,\"rulePriority\":2,\"ruleClauses\":[{\"ruleClauseId\":10004255,\"userDefinedRuleId\":10003853,\"field\":\"description\",\"operation\":\"stringContains\",\"fieldValue\":\"gift\"},{\"ruleClauseId\":10004256,\"userDefinedRuleId\":10003853,\"field\":\"amount\",\"operation\":\"numberGreaterThan\",\"fieldValue\":\"110\"}],\"ruleClauseArray\":[{\"ruleClauseId\":10004255,\"userDefinedRuleId\":10003853,\"field\":\"description\",\"operation\":\"stringContains\",\"fieldValue\":\"gift\"},{\"ruleClauseId\":10004256,\"userDefinedRuleId\":10003853,\"field\":\"amount\",\"operation\":\"numberGreaterThan\",\"fieldValue\":\"110\"}],\"categoryLevelId\":3}]"}],"_postman_id":"8b922620-5927-4543-9d5d-cea4e84610d3"},{"name":"Update Transaction Categorization Rules","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Update Transaction Categorization Rules successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Internal Core Error has occurred\") {","    console.log(\"An internal core error has ocurred!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"32084c46-1a36-48d1-8a19-6d9ec4c91a5a","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"rule\":{\r\n        \"categoryId\":3,\r\n        \"priority\":1,\r\n        \"source\":\"SYSTEM\",\r\n        \"ruleClause\":[\r\n            {\r\n                \"field\":\"description\",\r\n                \"operation\":\"stringContains\",\r\n                \"value\":\"gift\"\r\n            },\r\n            {\r\n                \"field\":\"amount\",\r\n                \"operation\":\"numberGreaterThan\",\r\n                \"value\":98\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{url}}/transactions/categories/rules/10003852","description":"<p>Implementation Notes:</p>\n<p>The update transaction categorization rule service is used to update a categorization rule for both system-defined categories and user-defined categories.</p>\n<p>The ruleParam JSON input is explained in the create transaction categorization rule service.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["transactions","categories","rules","10003852"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4ccedd33-32bf-4416-8008-2f33746985ad","name":"Update Transaction Categorization Rules","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"rule\":{\r\n        \"categoryId\":3,\r\n        \"priority\":1,\r\n        \"source\":\"SYSTEM\",\r\n        \"ruleClause\":[\r\n            {\r\n                \"field\":\"description\",\r\n                \"operation\":\"stringContains\",\r\n                \"value\":\"gift\"\r\n            },\r\n            {\r\n                \"field\":\"amount\",\r\n                \"operation\":\"numberGreaterThan\",\r\n                \"value\":98\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{url}}/transactions/categories/rules/10003852","description":"Implementation Notes:\r\n\r\nThe update transaction categorization rule service is used to update a categorization rule for both system-defined categories and user-defined categories.\r\n\r\nThe ruleParam JSON input is explained in the create transaction categorization rule service.\r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:14:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"z1527110088545f4M27F000000NLPYh","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"32084c46-1a36-48d1-8a19-6d9ec4c91a5a"},{"name":"Run Transaction Categorization Rule","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Run Transaction Categorization Rule successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"97f1ca29-34d5-4743-94c2-2f2729c02e97","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/rules/1?action=run","description":"<p>Implementation Notes:</p>\n<p>The run transaction categorization rule service is used to run a rule on transactions or to categorize the transactions.</p>\n<p>The HTTP response code is 204 (Success with no content).</p>\n","urlObject":{"path":["transactions","categories","rules","1"],"host":["{{url}}"],"query":[{"disabled":true,"key":"ruleId","value":"1"},{"key":"action","value":"run"}],"variable":[]}},"response":[{"id":"2208dfc9-21fd-4ae2-97d1-c2596d43ce94","name":"Run Transaction Categorization Rule","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/categories/rules/1?action=run","host":["{{url}}"],"path":["transactions","categories","rules","1"],"query":[{"key":"ruleId","value":"1","disabled":true},{"key":"action","value":"run"}]},"description":"Implementation Notes:\r\n\r\nThe run transaction categorization rule service is used to run a rule on transactions or to categorize the transactions.\r\n\r\nThe HTTP response code is 204 (Success with no content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:15:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"F1527110150925D4Z27d000000NLJYQ","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"97f1ca29-34d5-4743-94c2-2f2729c02e97"},{"name":"Run All Transaction Categorization Rules","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Run All Transaction Categorization Rules successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"039d19fc-b302-4dc6-825d-a29573410fbe","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/rules?action=run","description":"<p>Implementation Notes:</p>\n<p>The run all transaction categorization rules service runs all the user-defined transaction categorization rules.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["transactions","categories","rules"],"host":["{{url}}"],"query":[{"key":"action","value":"run"}],"variable":[]}},"response":[{"id":"19d03b40-01cc-4e59-9b4f-6ce9c03714cb","name":"Run All Transaction Categorization Rules","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/categories/rules?action=run","host":["{{url}}"],"path":["transactions","categories","rules"],"query":[{"key":"action","value":"run"}]},"description":"Implementation Notes:\r\n\r\nThe run all transaction categorization rules service runs all the user-defined transaction categorization rules.\r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:16:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"r1527110163564x4X27n000000NLeYp","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"039d19fc-b302-4dc6-825d-a29573410fbe"},{"name":"Delete Transaction Categorization Rule","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Delete Transaction Categorization Rule successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"ba90d1dc-5010-4887-93ac-7bdd814633b8","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/rules/10003855","description":"<p>Implementation Notes:</p>\n<p>The delete transaction categorization rule service is used to delete a given user-defined transaction categorization rule for both a system-defined category as well as a user-defined category.</p>\n<p>This will delete all the corresponding rule clauses associated with the rule.</p>\n<p>The HTTP response code is 204 (Success without content).</p>\n","urlObject":{"path":["transactions","categories","rules","10003855"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ece5045f-102b-419a-bf48-3335567bc856","name":"Delete Transaction Categorization Rule","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/categories/rules/10003855","description":"Implementation Notes:\r\n\r\nThe delete transaction categorization rule service is used to delete a given user-defined transaction categorization rule for both a system-defined category as well as a user-defined category.\r\n\r\nThis will delete all the corresponding rule clauses associated with the rule.\r\n\r\nThe HTTP response code is 204 (Success without content)."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:15:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"yodlee-ref-id","value":"v1527110131862d4D27D000000NLgYx","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-26","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"ba90d1dc-5010-4887-93ac-7bdd814633b8"}],"id":"7997296e-565c-41a6-a13d-4d4fab38d59e","_postman_id":"7997296e-565c-41a6-a13d-4d4fab38d59e","description":""},{"name":"Provider Accounts","item":[{"name":"Add Account","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var data = JSON.parse(pm.globals.get(\"loginForm\"));","","data[0].row[0].field[0].value = pm.variables.get(\"accountPassword\");","data[0].row[1].field[0].value = pm.variables.get(\"accountPassword\");","","pm.globals.set(\"loginForm\", JSON.stringify(data));",""]}},{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 201) {","    console.log(\"Add Account successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"1acdd2b8-d8aa-4440-a852-bf59fb13fc6a","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"loginForm\": [\n                {\n                    \"id\": 16103,\n                    \"forgetPasswordURL\": \"http://64.14.28.129/dag/index.do\",\n                    \"formType\": \"login\",\n                    \"row\": [\n                        {\n                            \"id\": 150862,\n                            \"label\": \"Catalog\",\n                            \"form\": \"0001\",\n                            \"fieldRowChoice\": \"0001\",\n                            \"field\": [\n                                {\n                                    \"id\": 65499,\n                                    \"name\": \"LOGIN\",\n                                    \"type\": \"text\",\n                                    \"value\": \"durrdurr.site16441.1\",\n                                    \"isOptional\": false,\n                                    \"valueEditable\": true\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": 150863,\n                            \"label\": \"Password\",\n                            \"form\": \"0001\",\n                            \"fieldRowChoice\": \"0002\",\n                            \"field\": [\n                                {\n                                    \"id\": 65500,\n                                    \"name\": \"PASSWORD\",\n                                    \"type\": \"password\",\n                                    \"value\": \" \tsite16441.1\",\n                                    \"isOptional\": false,\n                                    \"valueEditable\": true\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n            ,\n\n\t\"dataset\":[{\n                    \"name\": \"DOCUMENT\",\n                    \"attribute\": [\n                        {\n                            \"name\": \"STATEMENTS\",\n                            \"container\": [\n                                \"bank\"\n                            ]\n                        }\n                    ]\n                }]} \n"},"url":"{{url}}/providerAccounts?providerId=16441","description":"<p>Implementation Notes:</p>\n<p>(1) The add account service is used to link the user's account at the provider's site with the Yodlee system. </p>\n<p>(2) Providers that need multifactor authentication are also supported by the add account service.</p>\n<p>(3) The loginForm and the field array are the objects under the provider object that is obtained from the get provider details service response. The credentials provided by the user should be embedded in the loginForm or field array object.</p>\n<p>Note: If you are testing PKI feature, use the encryption utility for encrypting the credentials.</p>\n<p>(4) The response includes the Yodlee generated ID (providerAccountId) for the account along with the refresh information.</p>\n<p>(5) The get provider account details service has to be polled continuously until the account addition status is FAILED or PARTIAL_SUCCESS or SUCCESS</p>\n<p>(6) If the customer has not subscribed to the event notification for accounts that need multifactor authentication (MFA), the get providerAccount service has to be called continuously until the loginForm (supported types are token, question &amp; answer, and captcha) is returned in the response.</p>\n<p>(7) The update account service should be called to post the MFA information to continue adding the account. </p>\n<p>(8) Refer to the add account flow chart for implementation.</p>\n<p>(9) This API has webhooks' support. If the customer has subscribed to the REFRESH event notification and invoked this API for adding an account, relevant notifications will be sent to the customer. </p>\n<p>Note: The content type has to be passed as application/json for the body parameter.</p>\n","urlObject":{"path":["providerAccounts"],"host":["{{url}}"],"query":[{"key":"providerId","value":"16441"}],"variable":[]}},"response":[{"id":"bc721959-ff09-491e-ac5d-64c17fb61f0f","name":"Add Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"loginForm\": [\n                {\n                    \"id\": 16103,\n                    \"forgetPasswordURL\": \"http://64.14.28.129/dag/index.do\",\n                    \"formType\": \"login\",\n                    \"row\": [\n                        {\n                            \"id\": 150862,\n                            \"label\": \"Catalog\",\n                            \"form\": \"0001\",\n                            \"fieldRowChoice\": \"0001\",\n                            \"field\": [\n                                {\n                                    \"id\": 65499,\n                                    \"name\": \"LOGIN\",\n                                    \"type\": \"text\",\n                                    \"value\": \"durrdurr.site16441.1\",\n                                    \"isOptional\": false,\n                                    \"valueEditable\": true\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": 150863,\n                            \"label\": \"Password\",\n                            \"form\": \"0001\",\n                            \"fieldRowChoice\": \"0002\",\n                            \"field\": [\n                                {\n                                    \"id\": 65500,\n                                    \"name\": \"PASSWORD\",\n                                    \"type\": \"password\",\n                                    \"value\": \" \tsite16441.1\",\n                                    \"isOptional\": false,\n                                    \"valueEditable\": true\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n            ,\n\n\t\"dataset\":[{\n                    \"name\": \"DOCUMENT\",\n                    \"attribute\": [\n                        {\n                            \"name\": \"STATEMENTS\",\n                            \"container\": [\n                                \"bank\"\n                            ]\n                        }\n                    ]\n                }]} \n"},"url":{"raw":"{{url}}/providerAccounts?providerId=16441","host":["{{url}}"],"path":["providerAccounts"],"query":[{"key":"providerId","value":"16441"}]},"description":"Implementation Notes:\r\n\r\n(1) The add account service is used to link the user's account at the provider's site with the Yodlee system. \r\n\r\n(2) Providers that need multifactor authentication are also supported by the add account service.\r\n\r\n(3) The loginForm and the field array are the objects under the provider object that is obtained from the get provider details service response. The credentials provided by the user should be embedded in the loginForm or field array object.\r\n\r\nNote: If you are testing PKI feature, use the encryption utility for encrypting the credentials.\r\n\r\n(4) The response includes the Yodlee generated ID (providerAccountId) for the account along with the refresh information.\r\n\r\n(5) The get provider account details service has to be polled continuously until the account addition status is FAILED or PARTIAL_SUCCESS or SUCCESS\r\n\r\n(6) If the customer has not subscribed to the event notification for accounts that need multifactor authentication (MFA), the get providerAccount service has to be called continuously until the loginForm (supported types are token, question & answer, and captcha) is returned in the response.\r\n\r\n(7) The update account service should be called to post the MFA information to continue adding the account. \r\n\r\n(8) Refer to the add account flow chart for implementation.\r\n\r\n(9) This API has webhooks' support. If the customer has subscribed to the REFRESH event notification and invoked this API for adding an account, relevant notifications will be sent to the customer. \r\n\r\nNote: The content type has to be passed as application/json for the body parameter."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"191","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 11 Jun 2018 21:02:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"D1528750921846a28k106D000000NLjYz","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"providerAccount\":{\"id\":18425701,\"aggregationSource\":\"USER\",\"refreshInfo\":{\"statusCode\":801,\"statusMessage\":\"ADD_IN_PROGRESS\",\"status\":\"IN_PROGRESS\",\"additionalStatus\":\"LOGIN_IN_PROGRESS\"}}}"}],"_postman_id":"1acdd2b8-d8aa-4440-a852-bf59fb13fc6a"},{"name":"Get Provider Accounts","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Provider Details successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"653f9856-5164-4126-b2de-23dc6dbfcfa3","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts","description":"<p>Implementation Notes:</p>\n<p>The get provider accounts service is used to return all provider accounts added by the user. This includes failed and successfully added provider accounts.</p>\n","urlObject":{"path":["providerAccounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"64ada08c-d397-431f-a45b-9ef6fe37f871","name":"Get Provider Accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts","description":"Implementation Notes:\r\n\r\nThe get provider accounts service is used to return all provider accounts added by the user. This includes failed and successfully added provider accounts."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"394","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:46:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"x1527803182695l3k32d000000NLNYo","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"providerAccount\":[{\"id\":18382938,\"providerId\":16441,\"lastUpdated\":\"2018-05-31T21:44:48Z\",\"isManual\":false,\"createdDate\":\"2018-05-31\",\"aggregationSource\":\"USER\",\"refreshInfo\":{\"statusCode\":811,\"statusMessage\":\"STATUS_PARTIAL_SUCCESS\",\"status\":\"PARTIAL_SUCCESS\",\"nextRefreshScheduled\":\"2018-06-02T02:01:26Z\",\"lastRefreshed\":\"2018-05-31T21:44:49Z\",\"lastRefreshAttempt\":\"2018-05-31T21:44:49Z\"}}]}"}],"_postman_id":"653f9856-5164-4126-b2de-23dc6dbfcfa3"},{"name":"Get Provider Account Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Provider Account Details successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"18a65938-3505-40a1-a75c-a15e22092eec","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts/18424572","description":"<p>Implementation Notes:</p>\n<p>The get provider account details service is used to learn the status of adding accounts and updating accounts.</p>\n<p>This service has to be called continuously to know the progress level of the triggered process. The get provider account details service also provides the MFA information requested by the provider site.</p>\n<p>When include=credentials, questionAndAnswer is passed as an input, this service returns the credentials and questions and answers stored in the Yodlee system for that provider account.</p>\n","urlObject":{"path":["providerAccounts","18424572"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b37c8c3e-2535-481b-8dbe-2012ceab403b","name":"Get Provider Account Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts/18424572","description":"Implementation Notes:\r\n\r\nThe get provider account details service is used to learn the status of adding accounts and updating accounts.\r\n\r\nThis service has to be called continuously to know the progress level of the triggered process. The get provider account details service also provides the MFA information requested by the provider site.\r\n\r\nWhen include=credentials, questionAndAnswer is passed as an input, this service returns the credentials and questions and answers stored in the Yodlee system for that provider account."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"394","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:46:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"q1527803202301u3K32N000000NLgYs","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"providerAccount\":[{\"id\":18382938,\"providerId\":16441,\"lastUpdated\":\"2018-05-31T21:44:48Z\",\"isManual\":false,\"createdDate\":\"2018-05-31\",\"aggregationSource\":\"USER\",\"refreshInfo\":{\"statusCode\":811,\"statusMessage\":\"STATUS_PARTIAL_SUCCESS\",\"status\":\"PARTIAL_SUCCESS\",\"nextRefreshScheduled\":\"2018-06-02T02:01:26Z\",\"lastRefreshed\":\"2018-05-31T21:44:49Z\",\"lastRefreshAttempt\":\"2018-05-31T21:44:49Z\"}}]}"}],"_postman_id":"18a65938-3505-40a1-a75c-a15e22092eec"},{"name":"*Get User Profile Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get User Profile Details successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"b70cc6af-733c-4007-97d5-89ac9ab3997d","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts/profile?providerAccountId=18424572","description":"<p>Implementation Notes:</p>\n<p>The get provider accounts profile service is used to return the user profile details that are associated with the provider account.</p>\n","urlObject":{"path":["providerAccounts","profile"],"host":["{{url}}"],"query":[{"key":"providerAccountId","value":"18424572"}],"variable":[]}},"response":[],"_postman_id":"b70cc6af-733c-4007-97d5-89ac9ab3997d"},{"name":"Update Account","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Update Account successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"f3902513-ddaa-4e63-84d0-dda0bde098c9","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"loginForm\": {\r\n    \"id\": 16103,\r\n    \"forgetPasswordURL\": \"http://64.14.28.129/dag/index.do\",\r\n    \"formType\": \"login\",\r\n    \"row\": [{\r\n        \"id\": 150862,\r\n        \"label\": \"Catalog\",\r\n        \"form\": \"0001\",\r\n        \"fieldRowChoice\": \"0001\",\r\n        \"field\": [{\r\n          \"id\": 65499,\r\n          \"name\": \"LOGIN\",\r\n          \"type\": \"text\",\r\n          \"value\": \"asdf\",\r\n          \"isOptional\": false,\r\n          \"valueEditable\": true\r\n        }]\r\n      },\r\n      {\r\n        \"id\": 150863,\r\n        \"label\": \"Password\",\r\n        \"form\": \"0001\",\r\n        \"fieldRowChoice\": \"0002\",\r\n        \"field\": [{\r\n          \"id\": 65500,\r\n          \"name\": \"PASSWORD\",\r\n          \"type\": \"password\",\r\n          \"value\": \"dada\",\r\n          \"isOptional\": false,\r\n          \"valueEditable\": true\r\n        }]\r\n      }\r\n    ]\r\n  }\r\n}"},"url":"{{url}}/providerAccounts?providerAccountIds=18425701","description":"<p>Implementation Notes:</p>\n<p>The update account service is used to: </p>\n<p>(1) Retrieve the latest information for accounts from the provider site </p>\n<p>(2) Update account credentials when the user has changed the authentication information at the the provider site. </p>\n<p>(3) Post MFA information for the MFA-enabled provider accounts during add and update accounts. </p>\n<p>(4) Retrieve the latest account information of non-MFA type accounts for more than one provider account without providing credentials. </p>\n<p>(5) Update credentials in the Yodlee system; one of the following should be provided as input to this service: </p>\n<p>(a) LoginForm </p>\n<p>(b) Field array</p>\n<p>(6) The loginForm or the field array are the objects under the provider object that is obtained from the get provider details service response.</p>\n<p>(7) The credentials provided by the user should be embedded in the loginForm or field array object.</p>\n<p>(8) Similar to credentials, the MFA information should be embedded in the loginForm or field array object. </p>\n<p>Note: If you are testing PKI feature, use the encryption utility for encrypting the credentials and answers for MFA questions.</p>\n<p>(9) This API has webhooks support. </p>\n<p>(10) If the customer has subscribed to the REFRESH event notification and invoked this API for updating an account, relevant notifications will be sent to the customer.</p>\n<p>Note: One dataset may depend on another dataset for retrieval. The response will involve the datasets requested and any dependent datastets. The content type has to be passed as application/json for the body parameter.</p>\n","urlObject":{"path":["providerAccounts"],"host":["{{url}}"],"query":[{"key":"providerAccountIds","value":"18425701"}],"variable":[]}},"response":[{"id":"28773b07-314a-4d1c-8cdf-4f9ff1a560ee","name":"Update Account","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"loginForm\": {\r\n    \"id\": 16103,\r\n    \"forgetPasswordURL\": \"http://64.14.28.129/dag/index.do\",\r\n    \"formType\": \"login\",\r\n    \"row\": [{\r\n        \"id\": 150862,\r\n        \"label\": \"Catalog\",\r\n        \"form\": \"0001\",\r\n        \"fieldRowChoice\": \"0001\",\r\n        \"field\": [{\r\n          \"id\": 65499,\r\n          \"name\": \"LOGIN\",\r\n          \"type\": \"text\",\r\n          \"value\": \"asdf\",\r\n          \"isOptional\": false,\r\n          \"valueEditable\": true\r\n        }]\r\n      },\r\n      {\r\n        \"id\": 150863,\r\n        \"label\": \"Password\",\r\n        \"form\": \"0001\",\r\n        \"fieldRowChoice\": \"0002\",\r\n        \"field\": [{\r\n          \"id\": 65500,\r\n          \"name\": \"PASSWORD\",\r\n          \"type\": \"password\",\r\n          \"value\": \"dada\",\r\n          \"isOptional\": false,\r\n          \"valueEditable\": true\r\n        }]\r\n      }\r\n    ]\r\n  }\r\n}"},"url":{"raw":"{{url}}/providerAccounts?providerAccountIds=18425701","host":["{{url}}"],"path":["providerAccounts"],"query":[{"key":"providerAccountIds","value":"18425701"}]},"description":"Implementation Notes:\r\n\r\nThe update account service is used to: \r\n\r\n(1) Retrieve the latest information for accounts from the provider site \r\n\r\n(2) Update account credentials when the user has changed the authentication information at the the provider site. \r\n\r\n(3) Post MFA information for the MFA-enabled provider accounts during add and update accounts. \r\n\r\n(4) Retrieve the latest account information of non-MFA type accounts for more than one provider account without providing credentials. \r\n\r\n(5) Update credentials in the Yodlee system; one of the following should be provided as input to this service: \r\n\r\n(a) LoginForm \r\n\r\n(b) Field array\r\n\r\n(6) The loginForm or the field array are the objects under the provider object that is obtained from the get provider details service response.\r\n\r\n(7) The credentials provided by the user should be embedded in the loginForm or field array object.\r\n\r\n(8) Similar to credentials, the MFA information should be embedded in the loginForm or field array object. \r\n\r\nNote: If you are testing PKI feature, use the encryption utility for encrypting the credentials and answers for MFA questions.\r\n\r\n(9) This API has webhooks support. \r\n\r\n(10) If the customer has subscribed to the REFRESH event notification and invoked this API for updating an account, relevant notifications will be sent to the customer.\r\n\r\nNote: One dataset may depend on another dataset for retrieval. The response will involve the datasets requested and any dependent datastets. The content type has to be passed as application/json for the body parameter."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"250","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 11 Jun 2018 21:32:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"A1528752777179k28b106P000000NLnYD","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"providerAccount\":{\"id\":18425701,\"aggregationSource\":\"USER\",\"refreshInfo\":{\"statusCode\":802,\"statusMessage\":\"CREDENTIALS_UPDATE_IN_PROGRESS\",\"status\":\"IN_PROGRESS\",\"additionalStatus\":\"LOGIN_IN_PROGRESS\",\"lastRefreshAttempt\":\"2018-06-11T21:02:08Z\"}}}"}],"_postman_id":"f3902513-ddaa-4e63-84d0-dda0bde098c9"},{"name":"*Delete Provider Account","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 200) {","    console.log(\"Delete Provider Account successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"749581ac-6d8f-4fcd-9bc9-8d02b1e541a4","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts?providerAccountId=10963309","description":"<p>Implementation Notes:</p>\n<p>The delete provider account service is used to delete a provider account from the Yodlee system. This service also deletes the accounts that are created in the Yodlee system for that provider account. </p>\n<p>This service does not return a response. The HTTP response code is 204 (Success with no content).</p>\n","urlObject":{"path":["providerAccounts"],"host":["{{url}}"],"query":[{"key":"providerAccountId","value":"10963309"}],"variable":[]}},"response":[],"_postman_id":"749581ac-6d8f-4fcd-9bc9-8d02b1e541a4"}],"id":"25a5a463-b627-4492-abba-ec37594b276d","_postman_id":"25a5a463-b627-4492-abba-ec37594b276d","description":""},{"name":"Statements","item":[{"name":"Get Statements","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Statements successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"e00e342e-4c5f-4955-8230-2a71efc00b35","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/statements?","description":"<p>Implementation Notes:</p>\n<p>The get statements service is used to get a list of statement related information. </p>\n<p>By default, all the latest statements of active and to be closed accounts are retrieved for the user. </p>\n<p>Certain sites do not have both a statement date and a due date. When a fromDate is passed as input, all statements that have the due date on or after the passed date are retrieved. \nFor sites that do not have the due date, statements that have the statement date on or after the passed date are retrieved. </p>\n<p>The default value of isLatest is true. To retrieve historical statements isLatest needs to be set to false.</p>\n","urlObject":{"path":["statements"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>creditCard/loan/bill/insurance  </p>\n","type":"text/plain"},"key":"container","value":""},{"disabled":true,"description":{"content":"<p>account id</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>is latest (true/false)  </p>\n","type":"text/plain"},"key":"isLatest","value":""},{"disabled":true,"description":{"content":"<p>ACTIVE/TO_BE_CLOSED/CLOSED</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>from date for statement retrieval (YYYY-MM-DD)  </p>\n","type":"text/plain"},"key":"fromDate","value":""}],"variable":[]}},"response":[{"id":"f8bf30e5-3411-4f32-9844-2b8588d4d060","name":"Get Statements","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/statements?","host":["{{url}}"],"path":["statements"],"query":[{"key":"container","value":"","description":"creditCard/loan/bill/insurance\t","disabled":true},{"key":"accountId","value":"","description":"account id","disabled":true},{"key":"isLatest","value":"","description":"is latest (true/false)\t","disabled":true},{"key":"status","value":"","description":"ACTIVE/TO_BE_CLOSED/CLOSED","disabled":true},{"key":"fromDate","value":"","description":"from date for statement retrieval (YYYY-MM-DD)\t","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe get statements service is used to get a list of statement related information. \r\n\r\nBy default, all the latest statements of active and to be closed accounts are retrieved for the user. \r\n\r\nCertain sites do not have both a statement date and a due date. When a fromDate is passed as input, all statements that have the due date on or after the passed date are retrieved. \r\nFor sites that do not have the due date, statements that have the statement date on or after the passed date are retrieved. \r\n\r\nThe default value of isLatest is true. To retrieve historical statements isLatest needs to be set to false."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1036","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:49:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"Z1527803391685e3K32y000000NLzYj","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"statement\":[{\"id\":46667540,\"accountId\":37274596,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2018-05-31T21:44:38Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":46667548,\"accountId\":37274604,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2018-05-31T21:44:48Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":46667544,\"accountId\":37274600,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2018-05-31T21:44:43Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true}]}"}],"_postman_id":"e00e342e-4c5f-4955-8230-2a71efc00b35"}],"id":"1fc3c040-3cd5-4f3d-b267-6c5d16bc8a1a","_postman_id":"1fc3c040-3cd5-4f3d-b267-6c5d16bc8a1a","description":""},{"name":"Derived","item":[{"name":"Get Holding Summary","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Holding Summary successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"ac078560-c004-4e30-b371-ed137d3f6fff","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/derived/holdingSummary?accountId=1111590365,1111589808","description":"<p>Implementation Notes:</p>\n<p>The get holding summary service is used to get the summary of asset classifications for the user.</p>\n<p>By default, accounts with an ACTIVE and TO BE CLOSED status will be considered.</p>\n<p>If the include parameter value is passed as details then a summary with holdings and account information is returned.</p>\n<p>The accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.</p>\n","urlObject":{"path":["derived","holdingSummary"],"host":["{{url}}"],"query":[{"description":{"content":"<p>account id</p>\n","type":"text/plain"},"key":"accountId","value":"1111590365,1111589808"},{"disabled":true,"description":{"content":"<p>details</p>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>e.g. country, sector, etc.  </p>\n","type":"text/plain"},"key":"classificationType","value":""},{"disabled":true,"description":{"content":"<p>UNRECONCILED (Default value), RECONCILED    </p>\n","type":"text/plain"},"key":"accoutReconType","value":""}],"variable":[]}},"response":[{"id":"e1578446-1f70-43d3-92de-bc540b6d25ef","name":"Get Holding Summary","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/derived/holdingSummary?accountId=1111590365,1111589808","host":["{{url}}"],"path":["derived","holdingSummary"],"query":[{"key":"accountId","value":"1111590365,1111589808","description":"account id"},{"key":"include","value":"","description":"details","disabled":true},{"key":"classificationType","value":"","description":"e.g. country, sector, etc.\t","disabled":true},{"key":"accoutReconType","value":"","description":"UNRECONCILED (Default value), RECONCILED\t","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe get holding summary service is used to get the summary of asset classifications for the user.\r\n\r\nBy default, accounts with an ACTIVE and TO BE CLOSED status will be considered.\r\n\r\nIf the include parameter value is passed as details then a summary with holdings and account information is returned.\r\n\r\nThe accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1152","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:50:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"H1527803411310K3A32D000000NLgYd","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"holdingSummary\":[{\"classificationType\":\"Asset class\",\"classificationValue\":\"Cash\",\"value\":{\"amount\":18269.0,\"currency\":\"USD\"}},{\"classificationType\":\"Asset class\",\"classificationValue\":\"Not Supported\",\"value\":{\"amount\":24070.0,\"currency\":\"USD\"}},{\"classificationType\":\"Asset class\",\"classificationValue\":\"Unclassified\",\"value\":{\"amount\":16200.0,\"currency\":\"USD\"}},{\"classificationType\":\"Country\",\"classificationValue\":\"Not Supported\",\"value\":{\"amount\":24070.0,\"currency\":\"USD\"}},{\"classificationType\":\"Country\",\"classificationValue\":\"US\",\"value\":{\"amount\":18269.0,\"currency\":\"USD\"}},{\"classificationType\":\"Country\",\"classificationValue\":\"Unclassified\",\"value\":{\"amount\":16200.0,\"currency\":\"USD\"}},{\"classificationType\":\"Sector\",\"classificationValue\":\"Not Supported\",\"value\":{\"amount\":42339.0,\"currency\":\"USD\"}},{\"classificationType\":\"Sector\",\"classificationValue\":\"Unclassified\",\"value\":{\"amount\":16200.0,\"currency\":\"USD\"}},{\"classificationType\":\"Style\",\"classificationValue\":\"Not Supported\",\"value\":{\"amount\":42339.0,\"currency\":\"USD\"}},{\"classificationType\":\"Style\",\"classificationValue\":\"Unclassified\",\"value\":{\"amount\":16200.0,\"currency\":\"USD\"}}]}"}],"_postman_id":"ac078560-c004-4e30-b371-ed137d3f6fff"},{"name":"Get Transaction Summary","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Transaction Summary successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"c90b58b8-ebe7-4473-be7a-5d6524e32a65","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/derived/transactionSummary?groupBy=CATEGORY&categoryType=UNCATEGORIZE","description":"<p>Implementation Notes:</p>\n<p>The transaction summary service provides the summary values for transactions in the given date range by category type, high-level categories, or system-defined categories.</p>\n<p>Yodlee has the transaction data stored for a day, month, year, and week per category depending on the availability of the user's data. If the include parameter value is passed as details, then summary details will be returned depending on the interval passed. Monthly is the default.</p>\n<p>Notes:</p>\n<ol>\n<li>Details can be requested for only one system-defined category</li>\n<li>Dates will not be respected for monthly, yearly, and weekly details</li>\n<li>When monthly details are requested, only the fromDate and toDate month will be respected</li>\n<li>When yearly details are requested, only the fromDate and toDate year will be respected</li>\n<li>For weekly data points, details will be provided for every Sunday date available within the fromDate and toDate</li>\n</ol>\n","urlObject":{"path":["derived","transactionSummary"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>account id</p>\n","type":"text/plain"},"key":"accountId","value":""},{"description":{"content":"<p>CATEGORY_TYPE, HIGH_LEVEL_CATEGORY or CATEGORY  </p>\n","type":"text/plain"},"key":"groupBy","value":"CATEGORY"},{"description":{"content":"<p>INCOME, EXPENSE, TRANSFER, UNCATEGORIZE or DEFERRED_COMPENSATION</p>\n","type":"text/plain"},"key":"categoryType","value":"UNCATEGORIZE"},{"disabled":true,"description":{"content":"<p>comma separated categoryIds</p>\n","type":"text/plain"},"key":"categoryId","value":""},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"toDate","value":""},{"disabled":true,"description":{"content":"<p>D-daily, W-weekly, M-mothly or Y-yearly </p>\n","type":"text/plain"},"key":"interval","value":""},{"disabled":true,"description":{"content":"<p>details</p>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>TRUE/FALSE</p>\n","type":"text/plain"},"key":"includeUserCategory","value":""}],"variable":[]}},"response":[{"id":"366dbfce-8a6f-4e6a-86ad-04a5b6d7e6bf","name":"Get Transaction Summary","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/derived/transactionSummary?groupBy=CATEGORY&categoryType=UNCATEGORIZE","host":["{{url}}"],"path":["derived","transactionSummary"],"query":[{"key":"accountId","value":"","description":"account id","disabled":true},{"key":"groupBy","value":"CATEGORY","description":"CATEGORY_TYPE, HIGH_LEVEL_CATEGORY or CATEGORY\t"},{"key":"categoryType","value":"UNCATEGORIZE","description":"INCOME, EXPENSE, TRANSFER, UNCATEGORIZE or DEFERRED_COMPENSATION"},{"key":"categoryId","value":"","description":"comma separated categoryIds","disabled":true},{"key":"fromDate","value":"","description":"YYYY-MM-DD format","disabled":true},{"key":"toDate","value":"","description":"YYYY-MM-DD format","disabled":true},{"key":"interval","value":"","description":"D-daily, W-weekly, M-mothly or Y-yearly\t","disabled":true},{"key":"include","value":"","description":"details","disabled":true},{"key":"includeUserCategory","value":"","description":"TRUE/FALSE","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe transaction summary service provides the summary values for transactions in the given date range by category type, high-level categories, or system-defined categories.\r\n\r\nYodlee has the transaction data stored for a day, month, year, and week per category depending on the availability of the user's data. If the include parameter value is passed as details, then summary details will be returned depending on the interval passed. Monthly is the default.\r\n\r\nNotes:\r\n1.\tDetails can be requested for only one system-defined category\r\n2.\tDates will not be respected for monthly, yearly, and weekly details\r\n3.\tWhen monthly details are requested, only the fromDate and toDate month will be respected\r\n4.\tWhen yearly details are requested, only the fromDate and toDate year will be respected\r\n5.\tFor weekly data points, details will be provided for every Sunday date available within the fromDate and toDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 23:32:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"e1527809567105m28J105Y000000NLIYB","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\r\n    \"holdingSummary\": [\r\n        {\r\n            \"classificationType\": \"STOCK TYPE\",\r\n            \"classificationValue\": \"Slow Growth\",\r\n            \"links\": {\r\n                \"holdings\": \"/holdings?include=assetClassification&classificationType=STOCK%20TYPE&classificationValue=Slow%20Growth\"\r\n            },\r\n            \"value\": {\r\n                \"amount\": 300.0,\r\n                \"currency\": \"USD\"\r\n            }\r\n        },\r\n        {\r\n            \"classificationType\": \"STOCK TYPE\",\r\n            \"classificationValue\": \"High Yield\",\r\n            \"links\": {\r\n                \"holdings\": \"/holdings?include=assetClassification&classificationType=STOCK%20TYPE&classificationValue=High%20Yield\"\r\n        \t\t},\r\n            \"value\": {\r\n                \"amount\": 700.0,\r\n                \"currency\": \"USD\"\r\n            }\r\n        },\r\n        {\r\n            \"classificationType\": \"COUNTRY\",\r\n            \"classificationValue\": \"United States\",\r\n            \"links\": {\r\n                \"holdings\": \"/holdings?include=assetClassification&classificationType=COUNTRY&classificationValue=United%20States\"\r\n        \t   },\r\n            \"value\": {\r\n                \"amount\": 750.0,\r\n                \"currency\": \"USD\"\r\n            }\r\n        },\r\n        {\r\n            \"classificationType\": \"COUNTRY\",\r\n            \"classificationValue\": \"Germany\",\r\n            \"links\": {\r\n                \"holdings\": \"/holdings?include=assetClassification&classificationType=COUNTRY&classificationValue=Germany\"\r\n        },\r\n            \"value\": {\r\n                \"amount\": 250.0,\r\n                \"currency\": \"USD\"\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c90b58b8-ebe7-4473-be7a-5d6524e32a65"},{"name":"Get Net Worth Summary","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Networth Summary successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"cf9fe5bb-e812-4079-ad3e-649a1b28f16e","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/derived/networth?interval=D","description":"<p>Implementation Notes:</p>\n<p>The get net worth service is used to get the net worth for the user.</p>\n<p>If the include parameter value is passed as details then net worth with historical balances is returned. </p>\n<p>The accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.</p>\n<p>The accountReconType input parameter will be ignored when accountId(s) are passed.</p>\n","urlObject":{"path":["derived","networth"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>account id</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"toDate","value":""},{"description":{"content":"<p>D-daily, W-weekly, M-mothly or Y-yearly </p>\n","type":"text/plain"},"key":"interval","value":"D"},{"disabled":true,"description":{"content":"<p>details</p>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>UNRECONCILED (Default value), RECONCILED    </p>\n","type":"text/plain"},"key":"accountReconType","value":""},{"disabled":true,"description":{"content":"<p>skip (min 0)</p>\n","type":"text/plain"},"key":"skip","value":""},{"disabled":true,"description":{"content":"<p>top(max 500)    </p>\n","type":"text/plain"},"key":"top","value":""}],"variable":[]}},"response":[{"id":"ea63197b-8315-4a0a-912c-924c9a5f4481","name":"Get Networth Summary","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/derived/networth?interval=D","host":["{{url}}"],"path":["derived","networth"],"query":[{"key":"accountId","value":"","description":"account id","disabled":true},{"key":"fromDate","value":"","description":"YYYY-MM-DD format","disabled":true},{"key":"toDate","value":"","description":"YYYY-MM-DD format","disabled":true},{"key":"interval","value":"D","description":"D-daily, W-weekly, M-mothly or Y-yearly\t"},{"key":"include","value":"","description":"details","disabled":true},{"key":"accountReconType","value":"","description":"UNRECONCILED (Default value), RECONCILED\t","disabled":true},{"key":"skip","value":"","description":"skip (min 0)","disabled":true},{"key":"top","value":"","description":"top(max 500)\t","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe get net worth service is used to get the net worth for the user.\r\n\r\nIf the include parameter value is passed as details then net worth with historical balances is returned. \r\n\r\nThe accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.\r\n\r\nThe accountReconType input parameter will be ignored when accountId(s) are passed."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"192","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:51:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Link","value":": /private-sdgengtest/v1//derived/networth/count?interval=D;rel=count","name":"Link","description":"Used to express a typed relationship with another resource, where the relation type is defined by RFC 5988"},{"key":"yodlee-ref-id","value":"l1527803502290z3f32b000000NLtYU","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"networth\":[{\"date\":\"2018-05-31\",\"asset\":{\"amount\":1.31567435856E9,\"currency\":\"USD\"},\"liability\":{\"amount\":13756.88,\"currency\":\"USD\"},\"networth\":{\"amount\":1.31566060168E9,\"currency\":\"USD\"}}]}"}],"_postman_id":"cf9fe5bb-e812-4079-ad3e-649a1b28f16e"}],"id":"4ed895d7-cb3a-480e-95c4-a4331c1167d6","_postman_id":"4ed895d7-cb3a-480e-95c4-a4331c1167d6","description":""},{"name":"Holdings","item":[{"name":"Get Holdings","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Holdings successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"2905d254-9254-47a0-8de0-f55fdbe289bd","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings?","description":"<p>Implementation Notes:</p>\n<p>The get holdings service is used to get the list of a user's holdings.</p>\n<p>Supported holding types can be employeeStockOption, moneyMarketFund, bond, etc. It is obtained using the get holding type list service. </p>\n<p>Asset classifications for the holdings need to be requested through the include parameter.</p>\n<p>Asset classification information is a premium feature and is not available by default.</p>\n<p>accountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on.</p>\n","urlObject":{"path":["holdings"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>account id</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>providerAccountId</p>\n","type":"text/plain"},"key":"providerAccountId","value":""},{"disabled":true,"description":{"content":"<p>assetClassification</p>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>e.g. country, sector, etc.</p>\n","type":"text/plain"},"key":"assetClassification.classificationType","value":""},{"disabled":true,"description":{"content":"<p>UNRECONCILED (Default value), RECONCILED    </p>\n","type":"text/plain"},"key":"accountReconType","value":""},{"disabled":true,"description":{"content":"<p>e.g. US </p>\n","type":"text/plain"},"key":"classificationValue","value":""}],"variable":[]}},"response":[{"id":"cf0f04c0-a2b3-4ce3-9d02-77952f8539b3","name":"Get Holdings","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/holdings?","host":["{{url}}"],"path":["holdings"],"query":[{"key":"accountId","value":"","description":"account id","disabled":true},{"key":"providerAccountId","value":"","description":"providerAccountId","disabled":true},{"key":"include","value":"","description":"assetClassification","disabled":true},{"key":"assetClassification.classificationType","value":"","description":"e.g. country, sector, etc.","disabled":true},{"key":"accountReconType","value":"","description":"UNRECONCILED (Default value), RECONCILED\t","disabled":true},{"key":"classificationValue","value":"","description":"e.g. US\t","disabled":true}]},"description":"Implementation Notes:\r\n\r\nThe get holdings service is used to get the list of a user's holdings.\r\n\r\nSupported holding types can be employeeStockOption, moneyMarketFund, bond, etc. It is obtained using the get holding type list service. \r\n\r\nAsset classifications for the holdings need to be requested through the include parameter.\r\n\r\nAsset classification information is a premium feature and is not available by default.\r\n\r\naccountReconType input parameter is relevant for investment accounts if the reconciliation feature is turned on."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"4184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:52:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"S1527803536479Y3U32b000000NLYYL","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"holding\":[{\"id\":27759872,\"providerAccountId\":18382938,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":37274584,\"createdDate\":\"2018-05-31T21:44:30Z\",\"lastUpdated\":\"2018-05-31T21:44:30Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":27759868,\"providerAccountId\":18382938,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":37274584,\"createdDate\":\"2018-05-31T21:44:30Z\",\"lastUpdated\":\"2018-05-31T21:44:30Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":27759876,\"providerAccountId\":18382938,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":37274584,\"createdDate\":\"2018-05-31T21:44:30Z\",\"lastUpdated\":\"2018-05-31T21:44:30Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":27759864,\"providerAccountId\":18382938,\"accountId\":37274584,\"createdDate\":\"2018-05-31T21:44:30Z\",\"lastUpdated\":\"2018-05-31T21:44:30Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":27759860,\"providerAccountId\":18382938,\"accountId\":37274584,\"createdDate\":\"2018-05-31T21:44:30Z\",\"lastUpdated\":\"2018-05-31T21:44:30Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":27759880,\"providerAccountId\":18382938,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":37274584,\"createdDate\":\"2018-05-31T21:44:30Z\",\"lastUpdated\":\"2018-05-31T21:44:30Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":27759856,\"providerAccountId\":18382938,\"accountId\":37274584,\"createdDate\":\"2018-05-31T21:44:30Z\",\"lastUpdated\":\"2018-05-31T21:44:30Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}}]}"}],"_postman_id":"2905d254-9254-47a0-8de0-f55fdbe289bd"},{"name":"Get Holding Type List","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Holding Type successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"997f7875-956f-4c37-bc3e-f86cf149b12d","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/holdingTypeList","description":"<p>Implementation Notes:\nThe get holding types list service is used to get the supported holding types.</p>\n<p>The response includes different holding types: futures, moneyMarketFund, stock, and so on.</p>\n<p>This service should be invoked by passing only the cobrand session and returns the supported holding types.</p>\n<p>Providing a user session parameter causes an error.</p>\n","urlObject":{"path":["holdings","holdingTypeList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b9ea0b78-0cbb-49da-951d-fadc63a525f8","name":"Get Holding Type List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/holdingTypeList","description":"Implementation Notes:\r\nThe get holding types list service is used to get the supported holding types.\r\n\r\nThe response includes different holding types: futures, moneyMarketFund, stock, and so on.\r\n\r\nThis service should be invoked by passing only the cobrand session and returns the supported holding types.\r\n\r\nProviding a user session parameter causes an error."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"238","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:52:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"d1527803549305I3S32t000000NLGYw","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"holdingType\":[\"CD\",\"ETF\",\"ETN\",\"bond\",\"commodity\",\"currency\",\"employeeStockOption\",\"future\",\"insuranceAnnuity\",\"moneyMarketFund\",\"mutualFund\",\"option\",\"other\",\"preferredStock\",\"remic\",\"stock\",\"unitInvestmentTrust\",\"unknown\",\"warrants\"]}"}],"_postman_id":"997f7875-956f-4c37-bc3e-f86cf149b12d"},{"name":"Get Asset Classification List","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Asset Clasification List successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"b2fa69ab-cff6-4e18-a585-ec4f1c0e01dd","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/assetClassificationList","description":"<p>Implementation Notes:</p>\n<p>The get asset classification list service is used to get the supported asset classifications. </p>\n<p>The response includes different classification types like assetClass, country, sector, style, etc. The values correspond to each type.</p>\n<p>This service should be invoked by passing only a cobrand session and returns the supported asset classification.</p>\n<p>Providing a user session parameter causes an error.</p>\n","urlObject":{"path":["holdings","assetClassificationList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"350e5759-9683-4f0e-869e-3181efb82806","name":"Get Asset Classification List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/assetClassificationList","description":"Implementation Notes:\r\n\r\nThe get asset classification list service is used to get the supported asset classifications. \r\n\r\nThe response includes different classification types like assetClass, country, sector, style, etc. The values correspond to each type.\r\n\r\nThis service should be invoked by passing only a cobrand session and returns the supported asset classification.\r\n\r\nProviding a user session parameter causes an error."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2745","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 21:52:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"G1527803569930w3C32j000000NLOYV","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\"assetClassificationList\":[{\"classificationType\":\"Asset class\",\"classificationValue\":[\"Bond\",\"Cash\",\"Convertible\",\"Currency\",\"CurrencyForward\",\"DepositoryReceipt\",\"Derivative\",\"Indices\",\"MoneyMarket\",\"Non-US bonds\",\"Non-US stocks\",\"Other\",\"Preferred stocks\",\"Stock\",\"StructuredProduct\",\"US bonds\",\"US stocks\"]},{\"classificationType\":\"Country\",\"classificationValue\":[\"AD\",\"AE\",\"AF\",\"AG\",\"AI\",\"AL\",\"AM\",\"AO\",\"AQ\",\"AR\",\"AS\",\"AT\",\"AU\",\"AW\",\"AX\",\"AZ\",\"BA\",\"BB\",\"BD\",\"BE\",\"BF\",\"BG\",\"BH\",\"BI\",\"BJ\",\"BL\",\"BM\",\"BN\",\"BO\",\"BQ\",\"BR\",\"BS\",\"BT\",\"BV\",\"BW\",\"BY\",\"BZ\",\"CA\",\"CC\",\"CD\",\"CF\",\"CG\",\"CH\",\"CI\",\"CK\",\"CL\",\"CM\",\"CN\",\"CO\",\"CR\",\"CU\",\"CV\",\"CW\",\"CX\",\"CY\",\"CZ\",\"DE\",\"DJ\",\"DK\",\"DM\",\"DO\",\"DZ\",\"EC\",\"EE\",\"EG\",\"EH\",\"ER\",\"ES\",\"ET\",\"FI\",\"FJ\",\"FK\",\"FM\",\"FO\",\"FR\",\"GA\",\"GB\",\"GD\",\"GE\",\"GF\",\"GG\",\"GH\",\"GI\",\"GL\",\"GM\",\"GN\",\"GP\",\"GQ\",\"GR\",\"GS\",\"GT\",\"GU\",\"GW\",\"GY\",\"HK\",\"HM\",\"HN\",\"HR\",\"HT\",\"HU\",\"ID\",\"IE\",\"IL\",\"IM\",\"IN\",\"IO\",\"IQ\",\"IR\",\"IS\",\"IT\",\"JE\",\"JM\",\"JO\",\"JP\",\"KE\",\"KG\",\"KH\",\"KI\",\"KM\",\"KN\",\"KP\",\"KR\",\"KW\",\"KY\",\"KZ\",\"LA\",\"LB\",\"LC\",\"LI\",\"LK\",\"LR\",\"LS\",\"LT\",\"LU\",\"LV\",\"LY\",\"MA\",\"MC\",\"MD\",\"ME\",\"MF\",\"MG\",\"MH\",\"MK\",\"ML\",\"MM\",\"MN\",\"MO\",\"MP\",\"MQ\",\"MR\",\"MS\",\"MT\",\"MU\",\"MV\",\"MW\",\"MX\",\"MY\",\"MZ\",\"NA\",\"NC\",\"NE\",\"NF\",\"NG\",\"NI\",\"NL\",\"NO\",\"NP\",\"NR\",\"NU\",\"NZ\",\"OM\",\"PA\",\"PE\",\"PF\",\"PG\",\"PH\",\"PK\",\"PL\",\"PM\",\"PN\",\"PR\",\"PS\",\"PT\",\"PW\",\"PY\",\"QA\",\"RE\",\"RO\",\"RS\",\"RU\",\"RW\",\"SA\",\"SB\",\"SC\",\"SD\",\"SE\",\"SG\",\"SH\",\"SI\",\"SJ\",\"SK\",\"SL\",\"SM\",\"SN\",\"SO\",\"SR\",\"ST\",\"SV\",\"SX\",\"SY\",\"SZ\",\"TC\",\"TD\",\"TF\",\"TG\",\"TH\",\"TJ\",\"TK\",\"TL\",\"TM\",\"TN\",\"TO\",\"TR\",\"TT\",\"TV\",\"TW\",\"TZ\",\"UA\",\"UG\",\"UM\",\"US\",\"UY\",\"UZ\",\"VA\",\"VC\",\"VE\",\"VG\",\"VI\",\"VN\",\"VU\",\"WF\",\"WS\",\"YE\",\"YT\",\"ZA\",\"ZM\",\"ZW\"]},{\"classificationType\":\"Sector\",\"classificationValue\":[\"Basic Materials\",\"BasicMaterials\",\"Cash and equivalents\",\"Commercial Services\",\"Communication Services\",\"Communications\",\"Conglomerates\",\"Consumer Cyclical\",\"Consumer Defensive\",\"Consumer Durables\",\"Consumer Non-Durables\",\"Consumer Services\",\"ConsumerGoods\",\"Corporate bonds\",\"Derivatives\",\"Distribution Services\",\"Electronic Technology\",\"Energy\",\"Energy Minerals\",\"Finance\",\"Financial\",\"Financial Services\",\"Government\",\"Government bonds\",\"Health Services\",\"Health Technology\",\"Healthcare\",\"Industrial Services\",\"IndustrialGoods\",\"Industrials\",\"Miscellaneous\",\"Municipal bonds\",\"Non-Energy Minerals\",\"Not Classified\",\"Process Industries\",\"Producer Manufacturing\",\"Real Estate\",\"Retail Trade\",\"Securitized products\",\"Services\",\"Technology\",\"Technology Services\",\"Transportation\",\"UNKNOWN\",\"Utilities\"]},{\"classificationType\":\"Style\",\"classificationValue\":[\"High Risk High Reward\",\"High Risk Low Reward\",\"High Risk Medium Reward\",\"Low Risk High Reward\",\"Low Risk Low Reward\",\"Low Risk Medium Reward\",\"Medium Risk High Reward\",\"Medium Risk Low Reward\",\"Medium Risk Medium Reward\"]}]}"}],"_postman_id":"b2fa69ab-cff6-4e18-a585-ec4f1c0e01dd"},{"name":"Get Security Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Security Details successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand or user session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}"]}}],"id":"f31899ac-3d4e-4f1f-93c2-0d787281940a","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/securities?holdingId=10967676","description":"<p>Implementation Notes:</p>\n<p>The get security details service is used to get all holding security information.</p>\n","urlObject":{"path":["holdings","securities"],"host":["{{url}}"],"query":[{"description":{"content":"<p>comma separated holdingId</p>\n","type":"text/plain"},"key":"holdingId","value":"10967676"}],"variable":[]}},"response":[{"id":"f6836797-858e-48f4-8c0b-e6daf217e9b8","name":"Get Security Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/holdings/securities?holdingId=10967676","host":["{{url}}"],"path":["holdings","securities"],"query":[{"key":"holdingId","value":"10967676","description":"comma separated holdingId"}]},"description":"Implementation Notes:\r\n\r\nThe get security details service is used to get all holding security information."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 23 May 2018 21:26:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"v1527110816203o4p26u000000NLuYc","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/ysl","secure":true,"value":"TFdCarXrkemscJAK0siBgAgTvRqYq_9ljLFl6SlJ.hpdl-r306-25","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":true,"domain":"developer.api.yodlee.com","path":"/","secure":true,"value":"J-jzNUYyJ2TMfTmyHfxnU0qQ9AYfNlPRuIjdPSpC.hpdl-r306-25","key":"JSESSIONID"}],"responseTime":null,"body":" {\r\n\t\"holding\": [\r\n\t   {\r\n\t      \"id\": 1234567,\r\n\t      \"security\": {\r\n\t        \"id\": 9999989,\r\n\t        \"cusip\":\"007924103\",\r\n\t        \"symbol\":\"QPVSQ\",\r\n\t        \"description\":\"Aegon NV\",\r\n\t        \"type\":\"CS\",\r\n\t        \"style\":\"Int'l Developed Mkts\",\r\n\t        \"issueTypeMultiplier\":1,\r\n\t        \"agencyFactor\":1,\r\n\t        \"shareClass\":1,\r\n\t        \"cdscFundFlag\":\"N\",\r\n\t        \"fundFamily\":\"family\",\r\n\t        \"closedFlag\":\"N\",\r\n\t        \"sAndPRating\":\"NR\",\r\n\t        \"moodyRating\":\"NR\",\r\n\t        \"firmEligible\":\"Eligible\",\r\n\t        \"issueDate\":\"2017-03-44\",\r\n\t        \"maturityDate\":\"2017-03-44\",\r\n\t        \"callDate\":\"2017-03-44\",\r\n\t        \"callPrice\":1000.00,\r\n\t        \"sector\":\"sector\",\r\n\t        \"subSector\":\"Financials\",\r\n\t        \"lastModifiedDate\":\"2017-03-44\",\r\n\t        \"interestRate\": 12.0,\r\n\t        \"accrualMethod\": 12.0,\r\n\t        \"statTaxableCode\":\"IN\",\r\n\t        \"federalTaxable\":\"N\",\r\n\t        \"exchangeCode\":\"ARCX\",\r\n\t        \"tradeCurrency\":\"USD\",\r\n\t        \"couponFrequency\":2,\r\n\t        \"isin\":\"US0079241032\",\r\n\t        \"sedol\":\"2008411\",\r\n\t        \"firstCouponDate\":\"2017-03-44\",\r\n\t        \"lastCouponDate\":\"2017-03-44\",\r\n\t        \"minimumPurchase\":2,\r\n\t        \"incomeCurrency\":\"USD\",\r\n\t        \"isDummySecurity\":\"Y\"\r\n\t      }\r\n\t   }\r\n\t]\r\n}"}],"_postman_id":"f31899ac-3d4e-4f1f-93c2-0d787281940a"}],"id":"943f0457-0d8e-4816-ae05-7e599b498b98","_postman_id":"943f0457-0d8e-4816-ae05-7e599b498b98","description":""},{"name":"Data Extracts","item":[{"name":"Get User Data*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get User Data successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"f3898947-4bc4-4b14-ae38-9e7efb02a875","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/dataExtracts/userData?loginName={{userName}}&fromDate=2018-05-31T10:18:44Z&toDate=2018-05-31T10:19:44Z","description":"<p>Implementation Notes:</p>\n<p>The get user data service is used to get a user's modified data for a specific time period for accounts, transactions, holdings, and provider account information.</p>\n<p>Only the cobrand session has to be passed to invoke this service. The time difference between fromDate and toDate fields cannot be more than 60 minutes.</p>\n<p>Refer to the dataExtracts page for more information.</p>\n","urlObject":{"path":["dataExtracts","userData"],"host":["{{url}}"],"query":[{"key":"loginName","value":"{{userName}}"},{"key":"fromDate","value":"2018-05-31T10:18:44Z"},{"key":"toDate","value":"2018-05-31T10:19:44Z"}],"variable":[]}},"response":[{"id":"264b1758-0d4b-452c-a1e5-a745d1aed62e","name":"Get User Data","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/dataExtracts/userData?loginName={{userName}}&fromDate=2018-05-31T10:18:44Z&toDate=2018-05-31T10:19:44Z","host":["{{url}}"],"path":["dataExtracts","userData"],"query":[{"key":"loginName","value":"{{userName}}"},{"key":"fromDate","value":"2018-05-31T10:18:44Z"},{"key":"toDate","value":"2018-05-31T10:19:44Z"}]},"description":"Implementation Notes:\r\n\r\nThe get user data service is used to get a user's modified data for a specific time period for accounts, transactions, holdings, and provider account information.\r\n\r\nOnly the cobrand session has to be passed to invoke this service. The time difference between fromDate and toDate fields cannot be more than 60 minutes.\r\n\r\nRefer to the dataExtracts page for more information."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 22:46:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"T1527806787804T3A32Y000000NLbYH","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\r\n    \"userData\":[\r\n        {\r\n            \"user\":{\r\n                \"loginName\":\"yslasset1\"\r\n            },\r\n            \"providerAccount\":[\r\n                {\r\n                    \"id\":10655515,\r\n                    \"aggregationSource\":\"USER\",\r\n                    \"lastUpdated\":\"2017-02-20T10:18:46Z\",\r\n                    \"providerId\":16441,\r\n                    \"isDeleted\":false\r\n                }\r\n            ],\r\n            \"account\":[\r\n                {\r\n                    \"CONTAINER\":\"bank\",\r\n                    \"lastUpdated\":\"2017-02-20T10:18:59Z\",\r\n                    \"isDeleted\":false,\r\n                    \"id\":1111901803,\r\n                    \"createdDate\":\"2017-01-10T13:38:10Z\",\r\n                    \"providerAccountId\":10655515\r\n                }\r\n            ],\r\n            \"transaction\":[\r\n                {\r\n                    \"accountId\":1111901802,\r\n                    \"isDeleted\":false,\r\n                    \"status\":\"POSTED\",\r\n                    \"CONTAINER\":\"bank\",\r\n                    \"categoryId\":27,\r\n                    \"date\":\"2017-02-20\",\r\n                    \"type\":\"DEPOSITS_CREDITS\",\r\n                    \"amount\":{\r\n                        \"amount\":343465,\r\n                        \"currency\":\"USD\"\r\n                    },\r\n                    \"baseType\":\"CREDIT\"\r\n                }\r\n            ],\r\n            \"holding\":[\r\n                {\r\n                    \"id\":1725230,\r\n                    \"accountId\":1111901806,\r\n                    \"description\":\"CDDesc\",\r\n                    \"holdingType\":\"CD\",\r\n                    \"isDeleted\":false,\r\n                    \"interestRate\":2000,\r\n                    \"providerAccountId\":10655515\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f3898947-4bc4-4b14-ae38-9e7efb02a875"},{"name":"Get Events*","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Events successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"ccf2fc91-f429-4ce6-b5b6-e53dec5ae6dc","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/dataExtracts/events?eventName=DATA_UPDATES&fromDate=2018-05-31T10:18:44Z&toDate=2018-05-31T10:19:44Z","description":"<p>Implementation Notes:</p>\n<p>The get extracts events service is used to learn about occurrences of data extract related events. This service currently supports the DATA_UPDATES event only.</p>\n<p>Passing the DATA_UPDATES event name provides information about users for whom data has been modified in the system for the specified time range. To learn more, please refer to the dataExtracts page.</p>\n<p>The fromDate or the toDate parameters value cannot be less than 7 days. The time difference between these fields cannot be more than 60 minutes.</p>\n<p>Only the cobrand session has to be passed to invoke this service.</p>\n","urlObject":{"path":["dataExtracts","events"],"host":["{{url}}"],"query":[{"key":"eventName","value":"DATA_UPDATES"},{"key":"fromDate","value":"2018-05-31T10:18:44Z"},{"key":"toDate","value":"2018-05-31T10:19:44Z"}],"variable":[]}},"response":[{"id":"62f5a91a-254a-43f3-b90a-55878623dbae","name":"*Get Events","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/dataExtracts/events?eventName=DATA_UPDATES&fromDate=2018-05-31T10:18:44Z&toDate=2018-05-31T10:19:44Z","host":["{{url}}"],"path":["dataExtracts","events"],"query":[{"key":"eventName","value":"DATA_UPDATES"},{"key":"fromDate","value":"2018-05-31T10:18:44Z"},{"key":"toDate","value":"2018-05-31T10:19:44Z"}]},"description":"Implementation Notes:\r\n\r\nThe get extracts events service is used to learn about occurrences of data extract related events. This service currently supports the DATA_UPDATES event only.\r\n\r\nPassing the DATA_UPDATES event name provides information about users for whom data has been modified in the system for the specified time range. To learn more, please refer to the dataExtracts page.\r\n\r\nThe fromDate or the toDate parameters value cannot be less than 7 days. The time difference between these fields cannot be more than 60 minutes.\r\n\r\nOnly the cobrand session has to be passed to invoke this service."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 May 2018 22:56:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"X1527807377544u28b106G000000NLcYC","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"WMPRZHscQWJsMu0jp5lEDBld/FoAAAAAGUOp/A36oel8YIYspWFQ8w==","key":"incap_ses_884_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"SW9+hlNJSXiz1PkdNqeVzRhd/FoAAAAAQUIPAAAAAABwOgNsjIPCvyxrV3b9RxMs","key":"visid_incap_1070612"},{"expires":"Invalid Date","httpOnly":false,"domain":"yodlee.com","path":"/","secure":false,"value":"dHf3UUt5DHYy30fhpc7sBgwdD1sAAAAA7h6cXLi/ZuCy5U84GvDQ7w==","key":"incap_ses_499_1070612"}],"responseTime":null,"body":"{\n    \"event\": {\n        \"info\": \"DATA_UPDATES.USER_DATA\",\n        \"data\": {\n            \"userCount\": 1,\n            \"fromDate\": \"2017-02-20T10:18:44Z\",\n            \"toDate\": \"2017-02-20T10:19:44Z\",\n            \"userData\": [\n                {\n                    \"user\": {\n                        \"loginName\": \"YSL1484052178554\"\n                    },\n                    \"links\": [\n                        {\n                            \"methodType\": \"GET\",\n                            \"rel\": \"getUserData\",\n                            \"href\": \"/userData?fromDate=2017-02-20T10:18:44&toDate=2017-02-20T10:19:44&loginName=YSL1484052178554\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"ccf2fc91-f429-4ce6-b5b6-e53dec5ae6dc"}],"id":"ea9e6310-827d-414a-bb7c-808d8d4c65bf","_postman_id":"ea9e6310-827d-414a-bb7c-808d8d4c65bf","description":""},{"name":"*Documents","item":[{"name":"Get Documents","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Get Documents successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"93c11447-d841-4bca-9e36-a1465738c28c","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/documents?","description":"<p>Implementation Notes:</p>\n<p>The get documents service allows customers to search or retrieve metadata related to documents. The API returns documents according to the input parameters passed. If no date range is provided then all downloaded documents will be retrieved. Details of deleted documents or documents associated with closed providerAccount will not be returned. </p>\n<p>Metadata related to documents can be searched or retrieved only if the document related dataset attributes are subscribed to.</p>\n","urlObject":{"path":["documents"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>accepts only one of the following valid document types: STMT, TAX, and EBILL.</p>\n","type":"text/plain"},"key":"docType","value":""},{"disabled":true,"description":{"content":"<p>the string used to search a document by its name</p>\n","type":"text/plain"},"key":"keyword","value":""},{"disabled":true,"description":{"content":"<p>the unique identifier of the provider accounts. If a providerAccountId is not provided, then retrieves documents for all providerAccountIds for the consumer.</p>\n","type":"text/plain"},"key":"providerAccountId","value":""},{"disabled":true,"description":{"content":"<p>the unique identifier of an account. Retrieve documents for a given accountId</p>\n","type":"text/plain"},"key":"accountId","value":"37274604"},{"disabled":true,"description":{"content":"<p>the date from which documents have to be retrieved</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>the date to which documents have to be retrieved</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[],"_postman_id":"93c11447-d841-4bca-9e36-a1465738c28c"},{"name":"Download A Document","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var data = JSON.parse(responseBody);","","if (responseCode.code == 200) {","    console.log(\"Download A Document successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"b6dd949c-f3ea-43f6-b594-9e86697f7cfb","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/documents?documentId=123456","description":"<p>Implementation Notes:</p>\n<p>The get document details service allows consumers to download a document. The document is provided in base64.</p>\n<p>Documents can be downloaded only if the document related dataset attributes are subscribed to.</p>\n","urlObject":{"path":["documents"],"host":["{{url}}"],"query":[{"description":{"content":"<p>the unique identifier of the document</p>\n","type":"text/plain"},"key":"documentId","value":"123456"}],"variable":[]}},"response":[],"_postman_id":"b6dd949c-f3ea-43f6-b594-9e86697f7cfb"},{"name":"Delete Document","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});","","if (responseCode.code != 204) {","    var data = JSON.parse(responseBody);","}","if (responseCode.code == 204) {","    console.log(\"Download A Document successful.\");","} else if (data.errorMessage == \"Authorization header missing\") {","    console.log(\"You seem to be missing your cobrand session! One of the headers should be 'Authorization':'{cobSession={{cobrandToken}},userSession={{userToken}}}'!\");","} else if (data.errorMessage == \"Resource not found\") {","    console.log(\"You have an invalid URL!\");","} else if (data.errorMessage == \"Invalid token in authorization header\") {","    console.log(\"You seem to have an invalid cobrand or user token! Refresh them by logging in again!\");","} else {","    console.log(\"Error! \" + data.errorMessage + \"!\");","}","if (responseBody == \"{}\") {","    console.log(\"You seem to have an empty response! Make sure you have data linked to the user, and check the parameters!\");","}"]}}],"id":"ed9c693f-4e77-4226-80ab-56be1f36fc21","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/documents?documentId=123456","description":"<p>Implementation Notes:</p>\n<p>The delete document service allows a consumer to delete a document. The deleted document will not be returned in the get documents API. The HTTP response code is 204 (Success without content).</p>\n<p>Documents can be deleted only if the document related dataset attributes are subscribed to.</p>\n","urlObject":{"path":["documents"],"host":["{{url}}"],"query":[{"description":{"content":"<p>the unique identifier of the document</p>\n","type":"text/plain"},"key":"documentId","value":"123456"}],"variable":[]}},"response":[],"_postman_id":"ed9c693f-4e77-4226-80ab-56be1f36fc21"}],"id":"2f866b25-383a-4d19-9375-989468729a6d","_postman_id":"2f866b25-383a-4d19-9375-989468729a6d","description":""},{"name":"Flow (sandbox)","item":[{"name":"Cobrand Login","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData= JSON.parse(responseBody);","","postman.setGlobalVariable(\"cobSess\", jsonData.session.cobSession);","","var cobSes=jsonData.session.cobSession;","","tests[\"Cobrand login success. Cobsession- \"+ cobSes] = responseBody.has(\"cobSession\");",""]}}],"id":"5bad335f-8831-4228-8166-5f2e3c9d0d27","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cobrand\":      {\r\n      \"cobrandLogin\": \"{{cobrandLogin}}\",\r\n      \"cobrandPassword\": \"{{cobrandPassword}}\",\r\n      \"locale\": \"en_US\"\r\n     }\r\n}"},"url":"{{url}}/cobrand/login","description":"<p>The cobrand session token is valid for 120 minutes.</p>\n<p>The token is used to open a session with Yodlee APIs.</p>\n<p>We recommend renewing the session token every 100th minute..</p>\n","urlObject":{"path":["cobrand","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"20fe61c7-2e05-4af8-b27e-f874256371c2","name":"Cobrand Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cobrand\":      {\r\n      \"cobrandLogin\": \"{{cobrandLogin}}\",\r\n      \"cobrandPassword\": \"{{cobrandPassword}}\",\r\n      \"locale\": \"en_US\"\r\n     }\r\n}"},"url":"{{url}}/cobrand/login","description":"The cobrand session token is valid for 120 minutes.\n\nThe token is used to open a session with Yodlee APIs.\n\nWe recommend renewing the session token every 100th minute.."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:55:07 GMT","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"T1519120507808w4e27f000000NLSYP","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"cobrandId\" : 10010352,\n  \"applicationId\" : \"3A4CAE9B71A1CCD7FF41F51006E9ED00\",\n  \"locale\" : \"en_US\",\n  \"session\" : {\n    \"cobSession\" : \"08062013_2:f1549e1dbe3ab1349816e47828be3d7c67610e6529f23d9a64f1cb5fe6f297781291a908c0408abce40cd3b1a85fa9fa00647078a56e2da5aa4f209ab4e3ddd8\"\n  }\n}"}],"_postman_id":"5bad335f-8831-4228-8166-5f2e3c9d0d27"},{"name":"User login","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData= JSON.parse(responseBody);","","postman.setGlobalVariable(\"userSess\", jsonData.user.session.userSession);","","var userSes=jsonData.user.session.userSession;","","tests[\"User login success. userSession- \"+ userSes] = responseBody.has(\"userSession\");",""]}}],"id":"cf4bf0e5-abcd-4bcb-b610-f8c458d703f7","request":{"method":"POST","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":      {\r\n      \"loginName\": \"{{userName}}\",\r\n      \"password\": \"{{userPassword}}\"\r\n     }\r\n}"},"url":"{{url}}/user/login","description":"<p>After user registration is completed call this API to generate a user session token. The session is valid for 30 minutes.</p>\n<p>We recommend renewing this session token every 25th minute.</p>\n","urlObject":{"path":["user","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"54495c16-89e1-46ed-8e4e-c56bbcc11a10","name":"User login","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":      {\r\n      \"loginName\": \"{{userName}}\",\r\n      \"password\": \"{{userPassword}}\"\r\n     }\r\n}"},"url":"{{url}}/user/login","description":"After user registration is completed call this API to generate a user session token. The session is valid for 30 minutes.\n\nWe recommend renewing this session token every 25th minute."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"400","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:55:39 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"p1519120539444S4P27A000000NLHYf","description":""}],"cookie":[],"responseTime":null,"body":"{\"user\":{\"id\":10060307,\"loginName\":\"sbMemsampleapp3\",\"name\":{\"first\":\"Test\",\"middleInitial\":\"Test\",\"last\":\"Test\"},\"roleType\":\"INDIVIDUAL\",\"session\":{\"userSession\":\"08062013_0:ca42ffa4a02e72060e24cc3e43a1690da5621b4c6786428c6c70a55c60154e48550790423df11da6dc83e7e8d77404cb9eea42aa8f11957117bf53a6c96bb1b7\"},\"preferences\":{\"currency\":\"USD\",\"timeZone\":\"PST\",\"dateFormat\":\"MM/dd/yyyy\",\"locale\":\"en_CA\"}}}"}],"_postman_id":"cf4bf0e5-abcd-4bcb-b610-f8c458d703f7"},{"name":"Get Providers","id":"312c640f-acb6-4479-b2f6-c1517a4e4635","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers?name=Barclays (UK)","description":"<p>The get providers API is used for searching financial institutions (providers).</p>\n","urlObject":{"path":["providers"],"host":["{{url}}"],"query":[{"key":"name","value":"Barclays (UK)"},{"disabled":true,"key":"priority","value":"COBRAND"},{"disabled":true,"key":"skip","value":"8000"},{"disabled":true,"key":"additionalDataSet","value":"ACCT_PROFILE.FULL_ACCT_NUMBER,ACCT_PROFILE.BANK_TRANSFER_CODE,ACCT_PROFILE.HOLDER_NAME"},{"disabled":true,"key":"top","value":"500"}],"variable":[]}},"response":[{"id":"828561f3-5079-4c47-9691-98cc90bb33e8","name":"Get Providers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/providers?name=Barclays (UK)","host":["{{url}}"],"path":["providers"],"query":[{"key":"name","value":"Barclays (UK)"},{"key":"priority","value":"COBRAND","type":"text","disabled":true},{"key":"skip","value":"8000","type":"text","disabled":true},{"key":"additionalDataSet","value":"ACCT_PROFILE.FULL_ACCT_NUMBER,ACCT_PROFILE.BANK_TRANSFER_CODE,ACCT_PROFILE.HOLDER_NAME","type":"text","disabled":true},{"key":"top","value":"500","type":"text","disabled":true}]},"description":"The get providers API is used for searching financial institutions (providers)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"38961","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:55:59 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"t1519120559695G4A27Z000000NLwYn","description":""}],"cookie":[],"responseTime":null,"body":"{\"provider\":[{\"PRIORITY\":\"SEARCH\",\"id\":3612,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.security.us.hsbc.com/gsa/SECURITY_LOGON_PAGE/\",\"baseUrl\":\"https://www.us.hsbc.com/1/2/home/personal-banking\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_3612.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_3612_1_2.SVG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-01-22T10:42:00Z\",\"forgetPasswordUrl\":\"https://www.ebank.us.hsbc.com/servlet/com.hsbc.us.ibank.signon.Logon\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_DETAILS\",\"container\":[\"bank\"]}]},{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":4092,\"name\":\"HSBC Bank - Employee 401k (Vanguard)\",\"loginUrl\":\"https://personal.vanguard.com/us/hnwnesc/PMLogin\",\"baseUrl\":\"http://www.hsbc.com/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_4092.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_4092_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-01-09T11:37:00Z\",\"forgetPasswordUrl\":\"https://personal.vanguard.com/us/ForgetUserNamePassword?event=forgetPassword\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13543,\"name\":\"HSBC Bank Net Business Banking\",\"loginUrl\":\"https://www2.secure.hsbcnet.com/uims/portal/IDV_CAM10_AUTHENTICATION\",\"baseUrl\":\"https://www.us.hsbc.com/1/2/home/business\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13543.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13543_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2017-04-28T14:32:48Z\",\"forgetPasswordUrl\":\"https://www.us.hsbc.com/1/2/3/business/online/business-internet-banking/log-on?hasCAM10Errors=yes&cam0To10Error_0=LOG_0002#top\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10778,\"name\":\"HSBC Retail Services - Credit Cards\",\"loginUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Home&org=000\",\"baseUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Home&org=000\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10778.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10778_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2017-12-07T09:22:10Z\",\"forgetPasswordUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Home&org=000\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":6887,\"name\":\"HSBC Mortgage Services\",\"loginUrl\":\"https://www.hsbcmortgageservices.com/hm/cchms_Home.jsp\",\"baseUrl\":\"https://www.hsbcmortgageservices.com/hm/cchms_Home.jsp\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_6887.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_6887_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-03-29T12:34:01Z\",\"forgetPasswordUrl\":\"https://www.hsbcmortgageservices.com/hm/HMSCustomerCare?cmd_ForgotPass=\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12031,\"name\":\"HFC, Beneficial and HSBC Credit Center\",\"loginUrl\":\"https://www.beneficial.com/manage-account-online/UserLogin\",\"baseUrl\":\"www.hfc.com\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12031_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2013-01-02T00:41:49Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10725,\"name\":\"HSBC Private Bank\",\"loginUrl\":\"https://www.us.hsbcprivatebank.com/1/2/PBRSINTEGRATION/gpbus\",\"baseUrl\":\"http://www.hsbcprivatebank.com/en\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10725.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10725_1_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-11-17T09:57:29Z\",\"forgetPasswordUrl\":\"http://www.hsbcprivatebank.com/misc/index.html\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":17907,\"name\":\"HSBC Mortgage\",\"loginUrl\":\"https://mortgage.us.hsbc.com/mortgagecenter/page/scopedMD/s84a6ecae_a123_4a69_91db_9132a5e09c52/Page11.jspx?wc.contextURL=%2Fspaces%2FMortgageCenter&wc.originURL=%2Fspaces%2FMortgageCenter%2Fpage%2FLogin&cid=72235&_afrLoop=370629755851035#%40%3F_afrLoop%3D370629755851035%26wc.originURL%3D%252Fspaces%252FMortgageCenter%252Fpage%252FLogin%26cid%3D72235%26wc.contextURL%3D%252Fspaces%252FMortgageCenter%26_adf.ctrl-state%3D13rar6793s_4\",\"baseUrl\":\"https://mortgage.us.hsbc.com/mortgagecenter/page/scopedMD/s84a6ecae_a123_4a69_91db_9132a5e09c52/Page11.jspx?wc.contextURL=%2Fspaces%2FMortgageCenter&wc.originURL=%2Fspaces%2FMortgageCenter%2Fpage%2FLogin&cid=72235&_afrLoop=370629755851035#%40%3F_afrLoop%3D370629755851035%26wc.originURL%3D%252Fspaces%252FMortgageCenter%252Fpage%252FLogin%26cid%3D72235%26wc.contextURL%3D%252Fspaces%252FMortgageCenter%26_adf.ctrl-state%3D13rar6793s_4\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_17907_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-03-29T12:30:15Z\",\"forgetPasswordUrl\":\"https://mortgage.us.hsbc.com/mortgagecenter/page/scopedMD/s84a6ecae_a123_4a69_91db_9132a5e09c52/Page9.jspx?wc.contextURL=%2Fspaces%2FMortgageCenter&_afrLoop=371070819841220&wc.originURL=%2Fspaces%2FMortgageCenter%2Fpage%2FLoginHelp#%40%3F_afrLoop%3D371070819841220%26wc.originURL%3D%252Fspaces%252FMortgageCenter%252Fpage%252FLoginHelp%26wc.contextURL%3D%252Fspaces%252FMortgageCenter%26_adf.ctrl-state%3D13rar6793s_235\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13544,\"name\":\"HSBC Store Branded Credit Card\",\"loginUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Entry&org=000\",\"baseUrl\":\"http://www.hsbcusa.com/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13544.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13544_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2017-12-08T07:33:12Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20280,\"name\":\"HSBC Evolve- Credit Card\",\"loginUrl\":\"https://evolve.us.hsbc.com/eCustService/\",\"baseUrl\":\"https://evolve.us.hsbc.com/eCustService/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20280.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20280_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-11-30T07:39:27Z\",\"forgetPasswordUrl\":\"https://evolve.us.hsbc.com/eCustService/\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10722,\"name\":\"HSBC Portfolio Online\",\"loginUrl\":\"http://www.hsbcprivatebank.com/portfolio_online\",\"baseUrl\":\"https://www.us.hsbc.com/1/2/home/personal-banking\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10722.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10722_1_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-10-19T12:48:50Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":3968,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.co.uk/1/2/welcome-gsp?initialAccess=true&IDV_URL=hsbc.MyHSBC_pib\",\"baseUrl\":\"https://www.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_3968.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_3968_2_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-10-27T09:25:17Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.uk/1/2/HSBCINTEGRATION/forgotten\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":14874,\"name\":\"HSBC Business\",\"loginUrl\":\"https://www.business.hsbc.co.uk/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDgzAfSycDUy8LAzNDbz8vbzMDKADKR2LKuyHkgbotDB1dDZyDDTwMzM0sDTy93B1dnXz8DN0tTCC6nd0dPUzMfYCqwzxdDTxNnEwMTH3dDA08jQnoLsgNDQUAO-nOhw!!/?IDV_URL=B2G_CAM40_PERSONAL_PAGE&CANCEL_CUN=hsbc.business.home_home_noMenu#\",\"baseUrl\":\"http://www.business.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_14874.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_14874_2_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-12-11T07:53:17Z\",\"forgetPasswordUrl\":\"http://www.business.hsbc.co.uk/1/2/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":15484,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.ca/1/2/PIB_HUB_IDV_HIDDEN/PIB_HUBIDVPRECUSTOMERMIGRATION_HIDDEN?__IWLang=en\",\"baseUrl\":\"http://www.hsbc.ca/1/2/en/home/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_15484.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_15484_7_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2018-01-22T10:13:00Z\",\"forgetPasswordUrl\":\"http://www.ecare.hsbc.ca/hbca/ecare?cmd_DisplayForgotPassword\",\"isAutoRefreshEnabled\":true,\"loginHelp\":\"<p><strong>To logon, please enter your username. If you have not been asked to create a username yet, continue using the last 10 digits of your BankCard or Personal Access Number.</strong></p>\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":4397,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.com.au/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zR39DAwjQD07Niw8N1i_IdlQEAAU0804!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.hsbc.com.au/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_4397.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_4397_3_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2018-01-03T11:05:22Z\",\"forgetPasswordUrl\":\"https://www.hsbc.com.au/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zR39DAwjQD07Niw8N1i_IdlQEAAU0804!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":9863,\"name\":\"HSBC Bank Personal Banking\",\"loginUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwjQL8h2VAQAdKy3eg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=PIB-Registration&__menuType=__REGISTRATION\",\"baseUrl\":\"https://www.hsbc.co.in/1/2/personal/personal-banking\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_9863.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_9863_6_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"IN\",\"lastModified\":\"2016-12-06T12:09:04Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwgAykeaxTt7-ruYuJiaGLgbB5oaePq7WXhZuvoau1saEtAdqR9ljiFvamwGl89JTU9MrtQPzdMPy8svygU6KFjfzyM_N1W_IDeissLEUREAb_WF7g!!/dl2/d1/L0lJSklna21DU1EhIS9JRGpBQUl5QUJFUkNKRXFnL1lGTkExTkk1MC01Rjg5dyEvN18wTzJRQzlVNUdGMEExRTRQNTM2MDAwMDAwMC9PX19fXzMvc2EuMC40NjI2NjkwNjY4NjkzMTY0/\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13960,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.ebanking.hsbc.com.hk/1/2/logon?LANGTAG=en&COUNTRYTAG=US\",\"baseUrl\":\"http://www.hsbc.com.hk/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13960.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13960_16_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"HK\",\"lastModified\":\"2018-01-23T11:32:06Z\",\"forgetPasswordUrl\":\"https://www.ebanking.hsbc.com.hk/1/2/logon?LANGTAG=en&COUNTRYTAG=US\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":18529,\"name\":\"HSBC Commercial\",\"loginUrl\":\"https://www.commercial.hsbc.com.hk/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zPwtDAwgAykeaxTu7O3qYmPsA-WGergaeJk4mBqa-boYGnsbE6EaX90HI49ft55Gfm6pfkBsaUe6oqAgAtY-BtA!!/dl3/d3/L0lDU1NSaVNRL0lKUkFBSWhNeENJIS9ZRllCUmZ3IS9lbl9VUw!!/?cmd_changeLocale=R2G_Header&targetLocale=en_US&setLocale=en_US&changelocale=en_US\",\"baseUrl\":\"http://www.hsbc.com.hk/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_18529.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_18529_16_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"HK\",\"lastModified\":\"2017-06-05T11:09:37Z\",\"forgetPasswordUrl\":\"https://www.commercial.hsbc.com.hk/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zPwtDAwgAykeaxTu7O3qYmPsA-WGergaeJk4mBqa-boYGnsbE6EaX90HI49ft55Gfm6pfkBsaUe6oqAgAtY-BtA!!/dl3/d3/L0lDU1NSaVNRL0lKUkFBSWhNeENJIS9ZRllCUmZ3IS9lbl9VUw!!/?cmd_changeLocale=R2G_Header&targetLocale=en_US&setLocale=en_US&changelocale=en_US\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10072,\"name\":\"HSBC Private Bank\",\"loginUrl\":\"http://www1.hsbcprivatebank.com/1/2/uklogon\",\"baseUrl\":\"http://www.hsbcprivatebank.com/en\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10072.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10072_2_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2016-11-17T09:45:06Z\",\"forgetPasswordUrl\":\"http://www1.hsbcprivatebank.com/1/2/uklogon\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12269,\"name\":\"HSBC Credit Cards Online\",\"loginUrl\":\"https://credit.hsbc.com.au/ccol/#/login/1\",\"baseUrl\":\"http://www.hsbc.com.au\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12269.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12269_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2014-12-24T06:38:02Z\",\"forgetPasswordUrl\":\"https://www.banking.hsbc.com.au/cgi-bin/preLogin\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20159,\"name\":\"HSBC\",\"loginUrl\":\"https://www.hsbc.com.mx/1/2/!ut/p/c5/hcuxDoIwGEXhZ-EJektL0bEVC39SNQ1IgMV0MIZEwMHo61vjopM545fDBhabw2O8hPu4zOHKOjaoU65JIZWgg8Ea5LLCmtZzlDx6_-VoGvH2euW1ElD89659EdUpm5NNYcTn3pS6krkD0NIWJI1EtrMcJP7c-2qZzuw2HbunTpIXnPcH3Q!!/\",\"baseUrl\":\"https://www.hsbc.com.mx/1/2/es/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20159.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20159_47_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"ES\",\"primaryLanguageISOCode\":\"ES\",\"countryISOCode\":\"MX\",\"lastModified\":\"2017-12-19T11:15:43Z\",\"forgetPasswordUrl\":\"https://www.hsbc.com.mx/1/2/HUB_IDV2/registrate-en-banca-personal-por-internet?newuserrecovery=1\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13726,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.fr/1/2/hsbc-france/particuliers/connexion\",\"baseUrl\":\"http://www.hsbc.fr/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13726.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13726_12_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"FR\",\"lastModified\":\"2017-08-18T14:15:59Z\",\"forgetPasswordUrl\":\"https://www.hsbc.fr/1/2/hsbc-france/particuliers/codes-oublies\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16102,\"name\":\"HSBC\",\"loginUrl\":\"https://www.ebanking.hsbc.co.nz\",\"baseUrl\":\"https://www.hsbc.co.nz/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16102.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16102_9_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"NZ\",\"lastModified\":\"2017-12-29T09:25:12Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.nz/1/2/ALL_SITE_PAGES/InternetBanking/HelpTexts/PIB_HELP_TEXT_LOGON#Forgot\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":5363,\"name\":\"HSBC Offshore Banking\",\"loginUrl\":\"https://www.expat.hsbc.com/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hfM3MDZyMvYwN3Z38zA6MgT0tnH6cgQ3c3Y6B8JG75IGM8ui3cDSC6nd0dPUzMfQwMDMI8XQ08TZxMDEx93QwNPAnp9vPIz03VL8gNjSh3VFQEAFX_GwI!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.expat.hsbc.com/1/2/hsbc-expat/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_5363.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_5363_50_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2017-05-10T06:52:55Z\",\"forgetPasswordUrl\":\"https://www.expat.hsbc.com/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hDR19Xdy9vAw9_H39TA88AD29PLy8LQwMDA6B8JJK8u4u5o4GnpZl5gJGJqxFIniTdIU4mBp6G5l6WgQE-xOp2dnf0MDH3AfLDPF0NPE2ARpj6uhkaeBoT0F2QGxoa6qioCACcueqZ/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16614,\"name\":\"HSBC\",\"loginUrl\":\"https://www.hsbc.ae/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hfM3MDZyMvYwN3Z38zA6MgT0tnH6cgQ3c3Y6B8JG75IGM8ui3cDaC6DcPcHT1DjQz8DT2A8j5u5kY-7gEG7iEGBHT7eeTnpuoX5IZGlDsqKgIAYzmUFg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=\",\"baseUrl\":\"http://www.hsbc.ae/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16614.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16614_13_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AE\",\"lastModified\":\"2017-03-22T15:37:21Z\",\"forgetPasswordUrl\":\"https://www.hsbc.ae/1/2/ALL_SITE_PAGES/InternetBanking/HelpTexts/PIB_HELP_TEXT_LOGON\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":18424,\"name\":\"HSBC Business\",\"loginUrl\":\"https://www.hsbc.ca/1/2/PIB_HUB_IDV_HIDDEN/PIB_HUBIDVPRECUSTOMERMIGRATIONCMB_HIDDEN?__IWLang=en&__IWCountry=US&changelanguage.country=US&changelanguage.language=en\",\"baseUrl\":\"https://www.hsbc.ca/1/2/personal\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_18424_7_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2016-05-13T07:42:33Z\",\"forgetPasswordUrl\":\"https://www.hsbc.ca/1/2/PIB_HUB_IDV_HIDDEN/PIB_HUBIDVPRECUSTOMERMIGRATIONCMB_HIDDEN?__IWLang=en&__IWCountry=US&changelanguage.country=US&changelanguage.language=en\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12273,\"name\":\"HSBC Bank Business Banking\",\"loginUrl\":\"https://www.hsbc.com.au/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zR39DAwjQD07Niw8N1i_IdlQEAAU0804!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.hsbc.com.au\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12273.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12273_3_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2013-08-21T09:14:43Z\",\"forgetPasswordUrl\":\"http://www.hsbc.com.au\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16280,\"name\":\"Canara HSBC OBC\",\"loginUrl\":\"https://myaccount.canarahsbclife.com/lifeinsurance/myportal/custportal\",\"baseUrl\":\"http://www.canarahsbclife.com/lifeinsurance/portal/canh\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16280_6_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"IN\",\"lastModified\":\"2015-12-15T10:55:34Z\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"insurance\"]},{\"name\":\"HOLDINGS\",\"container\":[\"insurance\"]},{\"name\":\"STATEMENTS\",\"container\":[\"insurance\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"insurance\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20244,\"name\":\"HSBC Business(MiVision)\",\"loginUrl\":\"https://mivision.hsbc.co.uk/mv-m1-mivision-uk-prod/pm/base/logon.asp\",\"baseUrl\":\"https://www.business.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20244.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20244_2_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2015-08-05T05:56:06Z\",\"forgetPasswordUrl\":\"https://mivision.hsbc.co.uk/mv-m1-mivision-uk-prod/pm/profile/forgot_user_frame.asp\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":21609,\"name\":\"HSBC net\",\"loginUrl\":\"https://www2.secure.hsbcnet.com/uims/portal/IDV_CAM10_AUTHENTICATION\",\"baseUrl\":\"http://www.business.hsbc.uk/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_21609.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_21609_2_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-10-27T04:54:47Z\",\"forgetPasswordUrl\":\"https://www2.secure.hsbcnet.com/uims/portal/IDV_CAM10_AUTHENTICATION\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16951,\"name\":\"HSBC Premier\",\"loginUrl\":\"https://www.ebanking.hsbc.co.nz/1/2/\",\"baseUrl\":\"https://www.hsbc.co.nz/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16951.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16951_9_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"NZ\",\"lastModified\":\"2016-08-18T05:05:22Z\",\"forgetPasswordUrl\":\"https://www.ebanking.hsbc.co.nz/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hfM3MDZyMvYwN3Z38zA6MgT0tnH6cgQ3c3Y_3g1Lz40GD9gmxHRQCew-m7/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=PIB-Registration&__menuType=__REGISTRATION\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12346,\"name\":\"HSBC InvestDirect\",\"loginUrl\":\"https://invest.hsbc.ca/cam30_login.aspx\",\"baseUrl\":\"http://investdirect.hsbc.ca/default.aspx\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12346.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12346_7_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2018-01-09T12:29:43Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":19686,\"name\":\"HSBC\",\"loginUrl\":\"https://www.hsbc.com.my/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDCxNvAz9vzyAXA2cPRxMPywBDAwgAykdiyjv5w-WJ0e1v6m5g6RNiYWngbeRvHGRqbECc7uDUvPjQYH0_j_zcVP1I_ShzDMWeniYwxZE5qemJyZXY1XljqgvN0w_Lyy_KBYZBQW5oRLm3jyMAwombdA!!/dl3/d3/L0lJSklna21BL0lKakFBTXlBQkVSQ0pBISEvNEZHZ3NvMFZ2emE5SUFnIS83XzA4NEswTktJUkQwQ0hBNEhJSTQwMDAwMDAwL05mR01WMzcyNzAwMDQ!/\",\"baseUrl\":\"http://www.hsbc.com.my/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_19686.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_19686_22_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"MY\",\"lastModified\":\"2017-07-19T06:00:51Z\",\"forgetPasswordUrl\":\"https://www.hsbc.com.my/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDCxNvAz9vzyAXA2cPRxMPywBDAwgAykdiyjv5w-WJ0e1v6m5g6RNiYWngbeRvHGRqbECc7uDUvPjQYH0_j_zcVP1I_ShzDMWeniYwxZE5qemJyZXY1XljqgvN0w_Lyy_KBYZBQW5oRLm3jyMAwombdA!!/dl3/d3/L0lJSklna21BL0lKakFBTXlBQkVSQ0pBISEvNEZHZ3NvMFZ2emE5SUFnIS83XzA4NEswTktJUkQwQ0hBNEhJSTQwMDAwMDAwL05mR01WMzcyNzAwMDQ!/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20764,\"name\":\"HSBC (Empresas)\",\"loginUrl\":\"https://www2.secure.hsbcnet.com\",\"baseUrl\":\"https://www.hsbc.com.mx/1/2/es/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20764.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20764_47_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"ES\",\"primaryLanguageISOCode\":\"ES\",\"countryISOCode\":\"MX\",\"lastModified\":\"2016-12-22T15:02:30Z\",\"forgetPasswordUrl\":\"https://www2.secure.hsbcnet.com\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20798,\"name\":\"HSBC Master Card\",\"loginUrl\":\"https://www.ecare.hsbc.ca/hbca/ecare?cmd_DisplayLogin=&Language=en\",\"baseUrl\":\"http://www.hsbc.ca/1/2/en/home/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20798_7_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2017-04-19T08:09:35Z\",\"forgetPasswordUrl\":\"http://www.ecare.hsbc.ca/hbca/ecare?cmd_DisplayForgotPassword=\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20138,\"name\":\"HSBC Singapore\",\"loginUrl\":\"https://www.hsbc.com.sg/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwjQL8h2VAQAdKy3eg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.hsbc.com.sg/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20138.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20138_26_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"SG\",\"lastModified\":\"2015-06-02T07:03:26Z\",\"forgetPasswordUrl\":\"http://www.hsbc.com.sg/1/2/home\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16123,\"name\":\"HSBC Bank (Business)\",\"loginUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwjQL8h2VAQAdKy3eg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=IB-Registration&__menuType=__REGISTRATION\",\"baseUrl\":\"https://www.hsbc.co.in/1/2/homepage\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16123.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16123_6_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"IN\",\"lastModified\":\"2014-01-09T07:28:50Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDgzAfSycDUy8LAzNDbz8vAxcDKNAvyHZUBAC-s2MB/?OLRLink=CAM20ForgotDOSILink\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":22884,\"name\":\"HSBC UK custom\",\"loginUrl\":\"https://www.hkgv2ls0027-uk.security.p2g.netd2.hsbc.com.hk/gsa?idv_cmd=idv.SaaSSecurityCommand\",\"baseUrl\":\"https://www.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_22884_2_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-12-14T12:03:54Z\",\"forgetPasswordUrl\":\"https://www.hkgv2ls0027-uk.security.p2g.netd2.hsbc.com.hk/gsa?idv_cmd=idv.SaaSSecurityCommand\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12270,\"name\":\"HSBC Online Share Trading\",\"loginUrl\":\"https://www.sharetrading.hsbc.com.au/\",\"baseUrl\":\"http://www.hsbc.com.au\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12270.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12270_3_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2018-01-18T10:19:00Z\",\"forgetPasswordUrl\":\"https://www.sharetrading.hsbc.com.au/\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":21373,\"name\":\"HSBC Bermuda\",\"loginUrl\":\"https://www.hsbc.bm/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3h_Qx93d29nA0-DYE8XA88QC7_AAC9zY_8AI6B8pFm8s7ujh4m5j4GBQZinq4GniZOJgamvm6GBpzGqbmMvMwNPL_cg44BAL6BiA30_j_zcVP2C3IhyAOpUeh8!/\",\"baseUrl\":\"https://www.hsbc.bm/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_21373.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_21373_54_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"BM\",\"lastModified\":\"2016-08-23T10:49:01Z\",\"forgetPasswordUrl\":\"https://www.hsbc.bm/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3h_Qx93d29nA0-DYE8XA88QC7_AAC9zY_8AI6B8pFm8s7ujh4m5j4GBQZinq4GniZOJgamvm6GBpzGqbmMvMwNPL_cg44BAL6BiA30_j_zcVP2C3IhyAOpUeh8!/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20791,\"name\":\"HSBC Private Bank\",\"loginUrl\":\"https://www.asia.hsbcprivatebank.com/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gPT0sDQ3d_Ay__YH8XA0eDQBOLIEMzI5dQQ6B8JG55AyNidDu7O3qYmPsYGBiEeboaeJo4mRiY-roZGngaE9Dt55Gfm6pfkBsaUe6oqAgA-v_hEA!!/dl3/d3/L0lDUmlTUSEhL3dHa0FKRnNBL1lCUmZ3QSEhL2Vu/\",\"baseUrl\":\"https://www.hsbcprivatebank.com/en/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20791.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20791_26_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"SG\",\"lastModified\":\"2016-02-08T13:17:37Z\",\"forgetPasswordUrl\":\"https://www.asia.hsbcprivatebank.com/1/PA_pb2g/GlobalCommonDispatchServlet?cmd_contactUsen\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"}]}"}],"_postman_id":"312c640f-acb6-4479-b2f6-c1517a4e4635"},{"name":"Get Provider Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData= JSON.parse(responseBody);","","var loginform=jsonData.provider;","","tests[\"loginform:- \"+ loginform] = responseBody.has(\"provider\");","","","var test = 'Verify Account addition';","var json = JSON.parse(responseBody);","if(json.error){","    tests[test] = false;","}else{","    if(json.status !== 'Running'){","        tests[test] = json.status === 'Succeeded';   ","        postman.clearEnvironmentVariable('nextRequest');","    }else{","        postman.setNextRequest('Delay');","    }","}"]}}],"id":"105d9fa4-8485-4683-aab2-506bc9cca685","request":{"method":"LINK","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers/4118","description":"<p>Get provider Id from Step 3 and pass it to this API to get provider's (or Financial Institution) login form.</p>\n","urlObject":{"path":["providers","4118"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"91c6e574-0fba-4ffb-8f56-1d84e7c07eee","name":"Get Provider Details","originalRequest":{"method":"LINK","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers/4118","description":"Get provider Id from Step 3 and pass it to this API to get provider's (or Financial Institution) login form."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"1450","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:56:21 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"o1519120581711y4M27u000000NLHYJ","description":""}],"cookie":[],"responseTime":null,"body":"{\"provider\":[{\"id\":16441,\"name\":\"Dag Site\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16441.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16441_1_1.PNG\",\"status\":\"Supported\",\"isAutoRefreshEnabled\":true,\"lastModified\":\"2017-08-10T07:37:06Z\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"loginForm\":[{\"id\":16103,\"forgetPasswordURL\":\"http://64.14.28.129/dag/index.do\",\"formType\":\"login\",\"row\":[{\"id\":150862,\"label\":\"Catalog\",\"form\":\"0001\",\"fieldRowChoice\":\"0001\",\"field\":[{\"id\":65499,\"name\":\"LOGIN\",\"type\":\"text\",\"value\":\"\",\"isOptional\":false,\"valueEditable\":true}]},{\"id\":150863,\"label\":\"Password\",\"form\":\"0001\",\"fieldRowChoice\":\"0002\",\"field\":[{\"id\":65500,\"name\":\"PASSWORD\",\"type\":\"password\",\"value\":\"\",\"isOptional\":false,\"valueEditable\":true}]}]}],\"dataset\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"BANK_TRANSFER_CODE\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]},{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"insurance\",\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"insurance\",\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"insurance\",\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"insurance\",\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"authType\":\"CREDENTIALS\"}]}"}],"_postman_id":"105d9fa4-8485-4683-aab2-506bc9cca685"},{"name":"Get Accounts","id":"ee261565-21df-4e4d-af80-349a2c9b3490","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts?providerAccountId=10147662","description":"<p>To get details of all accounts.</p>\n","urlObject":{"path":["accounts"],"host":["{{url}}"],"query":[{"key":"providerAccountId","value":"10147662"}],"variable":[]}},"response":[{"id":"546deac9-5a59-42ae-a0c8-67f324b5e8c5","name":"Get Accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts?providerAccountId=10147662","host":["{{url}}"],"path":["accounts"],"query":[{"key":"providerAccountId","value":"10147662"}]},"description":"To get details of all accounts."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"8228","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:58:06 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"N1519120686624p4A27v000000NLJYR","description":""}],"cookie":[],"responseTime":null,"body":"{\"account\":[{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA1\",\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-56231234\",\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-12-08T09:43:24Z\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10325927,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-12-08T09:43:24Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10325926,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"accountName\":\"DAG BILLING\",\"accountType\":\"BILLS\",\"dueDate\":\"2013-12-28\",\"isManual\":false,\"displayedName\":\"DAG\",\"accountNumber\":\"555555\",\"frequency\":\"ANNUALLY\",\"accountStatus\":\"ACTIVE\",\"amountDue\":{\"amount\":1200,\"currency\":\"USD\"},\"lastUpdated\":\"2018-01-28T02:13:26Z\",\"isAsset\":false,\"createdDate\":\"2016-12-02T08:44:22Z\",\"balance\":{\"amount\":1200,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bill\",\"id\":10323602,\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":100,\"currency\":\"USD\"}},{\"accountName\":\"YODLEE\",\"accountType\":\"REWARD_POINTS\",\"isManual\":false,\"displayedName\":\"YODLEE\",\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-24T22:37:54Z\",\"isAsset\":true,\"createdDate\":\"2016-12-02T08:44:22Z\",\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"reward\",\"primaryRewardUnit\":\"Rew Unit\",\"id\":10323601,\"providerName\":\"Dag Site\"},{\"includeInNetWorth\":true,\"accountName\":\"DAG INVESTMENT\",\"accountType\":\"CORPORATE_INVESTMENT_ACCOUNT\",\"isManual\":false,\"displayedName\":\"DAG\",\"accountNumber\":\"555555\",\"accountStatus\":\"ACTIVE\",\"shortBalance\":{\"amount\":15000,\"currency\":\"USD\"},\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"isAsset\":true,\"createdDate\":\"2016-12-02T08:44:22Z\",\"balance\":{\"amount\":79629,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"investment\",\"id\":10323600,\"cash\":{\"amount\":1000,\"currency\":\"USD\"},\"providerName\":\"Dag Site\",\"marginBalance\":{\"amount\":2369,\"currency\":\"USD\"}},{\"policyEffectiveDate\":\"2013-01-17\",\"includeInNetWorth\":false,\"accountName\":\"DAG INSURANCE\",\"dueDate\":\"2013-01-07\",\"policyStatus\":\"ACTIVE\",\"accountStatus\":\"ACTIVE\",\"lifeInsuranceType\":\"OTHER\",\"lastUpdated\":\"2018-01-25T06:09:22Z\",\"premium\":{\"amount\":5000,\"currency\":\"USD\"},\"isAsset\":false,\"balance\":{\"amount\":5000,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"remainingBalance\":{\"amount\":5000,\"currency\":\"USD\"},\"id\":10323580,\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":5000,\"currency\":\"USD\"},\"accountType\":\"INSURANCE\",\"isManual\":false,\"displayedName\":\"DAG\",\"cashValue\":{\"amount\":5000,\"currency\":\"USD\"},\"accountNumber\":\"5555556\",\"amountDue\":{\"amount\":5000,\"currency\":\"USD\"},\"policyToDate\":\"2013-01-17\",\"policyFromDate\":\"2013-01-17\",\"createdDate\":\"2016-12-02T08:44:22Z\",\"providerAccountId\":10147662,\"CONTAINER\":\"insurance\"},{\"includeInNetWorth\":true,\"accountName\":\"Super CD Plus\",\"dueDate\":\"2012-01-25\",\"interestPaidLastYear\":{\"amount\":14000,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-25T06:09:22Z\",\"isAsset\":false,\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"maturityDate\":\"2013-01-25\",\"term\":\"P30Y\",\"id\":10323579,\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":200,\"currency\":\"USD\"},\"interestRate\":7,\"availableCredit\":{\"amount\":200,\"currency\":\"USD\"},\"accountType\":\"OTHER\",\"isManual\":false,\"displayedName\":\"Bill Gates\",\"originationDate\":\"2013-01-22\",\"accountNumber\":\"354-2334\",\"interestRateType\":\"VARIABLE\",\"amountDue\":{\"amount\":14000,\"currency\":\"USD\"},\"originalLoanAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"createdDate\":\"2016-12-02T08:44:22Z\",\"interestPaidYTD\":{\"amount\":5000,\"currency\":\"USD\"},\"providerAccountId\":10147662,\"CONTAINER\":\"loan\",\"collateral\":\"ABC\"},{\"includeInNetWorth\":true,\"availableCredit\":{\"amount\":1000,\"currency\":\"USD\"},\"accountName\":\"Super CD Plus\",\"accountType\":\"CREDIT\",\"dueDate\":\"2013-02-14\",\"isManual\":false,\"displayedName\":\"Bill Gates\",\"accountNumber\":\"354-2334\",\"accountStatus\":\"ACTIVE\",\"amountDue\":{\"amount\":100,\"currency\":\"USD\"},\"lastUpdated\":\"2018-01-29T23:15:22Z\",\"isAsset\":false,\"createdDate\":\"2016-12-02T08:44:22Z\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"totalCashLimit\":{\"amount\":100,\"currency\":\"USD\"},\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"creditCard\",\"id\":10323578,\"totalCreditLine\":{\"amount\":100,\"currency\":\"USD\"},\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":1000,\"currency\":\"USD\"}},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA1\",\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-56231234\",\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T09:06:49Z\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316453,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T09:06:49Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316452,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA1\",\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-56231234\",\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-29T23:15:22Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T07:37:48Z\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316389,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-29T23:15:22Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T07:37:48Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316388,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T07:31:12Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316386,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]}]}"}],"_postman_id":"ee261565-21df-4e4d-af80-349a2c9b3490"},{"name":"Get Account Details","id":"d0250a49-a5ff-4e74-8ca6-25c92ff6ae18","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/10325927?container=bank","description":"<p>To get detailed information of a particular account</p>\n","urlObject":{"path":["accounts","10325927"],"host":["{{url}}"],"query":[{"key":"container","value":"bank"}],"variable":[]}},"response":[{"id":"ce916e72-5efd-4887-9b1f-287282086871","name":"Get Account Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts/10325927?container=bank","host":["{{url}}"],"path":["accounts","10325927"],"query":[{"key":"container","value":"bank"}]},"description":"To get detailed information of a particular account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"615","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:58:20 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"A1519120700177d4p27y000000NLhYN","description":""}],"cookie":[],"responseTime":null,"body":"{\"account\":[{\"CONTAINER\":\"bank\",\"providerAccountId\":10147662,\"accountName\":\"TESTDATA1\",\"accountStatus\":\"ACTIVE\",\"accountNumber\":\"503-56231234\",\"aggregationSource\":\"USER\",\"isAsset\":true,\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"id\":10325927,\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"includeInNetWorth\":true,\"providerId\":\"16441\",\"providerName\":\"Dag Site\",\"isManual\":false,\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"displayedName\":\"accountHolder\",\"bankTransferCode\":[{\"id\":\"999988181\"}],\"createdDate\":\"2016-12-08T09:43:24Z\"}]}"}],"_postman_id":"d0250a49-a5ff-4e74-8ca6-25c92ff6ae18"},{"name":"Get Transactions","id":"5440cb2c-a451-4f29-98a0-c37b6ddc84fc","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions?fromDate=2010-01-01&toDate=2014-05-04","description":"<p>The get transactions API is used to fetch transactional data</p>\n<p>Please go <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactions\">here</a>\n for more filter options.</p>\n<p>Also please refer to <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Transaction_Data_Enrichment\">Transaction Data Enrichment</a>.</p>\n","urlObject":{"path":["transactions"],"host":["{{url}}"],"query":[{"key":"fromDate","value":"2010-01-01"},{"key":"toDate","value":"2014-05-04"}],"variable":[]}},"response":[{"id":"ce735a6c-dcd1-4c0b-b429-5b56cb4b8c2a","name":"ChaseCredit","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions?fromDate=2010-01-01&toDate=2014-05-04","host":["{{url}}"],"path":["transactions"],"query":[{"key":"fromDate","value":"2010-01-01"},{"key":"toDate","value":"2014-05-04"}]},"description":"The get transactions API is used to fetch transactional data\n\nPlease go <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactions\">here</a>\n for more filter options.\n\nAlso please refer to <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Transaction_Data_Enrichment\">Transaction Data Enrichment</a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Accept-Charset","key":"Accept-Charset","value":"big5, big5-hkscs, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json;charset=UTF-8","description":""},{"name":"Date","key":"Date","value":"Thu, 18 May 2017 11:35:57 GMT","description":""},{"name":"Link","key":"Link","value":": /ysl/brightplanllc/v1/transactions/count?category=&accountId=11496225&fromDate=2010-01-01&baseType=&merchant=&container=creditCard&keyword=&toDate=2017-05-04&type=;rel=count","description":"","isLink":true},{"name":"Server","key":"Server","value":"Unknown","description":""},{"name":"Transfer-Encoding","key":"Transfer-Encoding","value":"chunked","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"w1495107355990a10O13d000000NLPYb-1","description":""}],"cookie":[],"responseTime":null,"body":"{\"transaction\":[{\"CONTAINER\":\"creditCard\",\"id\":23243687,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":4.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GOOGLE *SVCSAPPS_larry\",\"simple\":\"Google\"},\"date\":\"2017-05-03\",\"postDate\":\"2017-05-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"google\",\"source\":\"FACTUAL\",\"name\":\"Google\",\"categoryLabel\":[\"Services/Supplies\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243601,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":368.21,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-05-03\",\"postDate\":\"2017-05-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243608,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":224.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS USA\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-05-02\",\"postDate\":\"2017-05-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243672,\"type\":\"REFUND\",\"subType\":\"REFUND\",\"amount\":{\"amount\":21.64,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WALNUT CREEK HARDWARE\",\"simple\":\"Ace Hardware\"},\"date\":\"2017-04-28\",\"postDate\":\"2017-04-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"acehardware\",\"source\":\"FACTUAL\",\"name\":\"Ace Hardware\",\"categoryLabel\":[\"Home Improvement\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243641,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":43.3,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TERRA PATIO GARDEN\",\"simple\":\"TERRA PATIO GARDEN\"},\"date\":\"2017-04-28\",\"postDate\":\"2017-04-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243684,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-26\",\"postDate\":\"2017-04-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243611,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Audible\",\"simple\":\"Audible Inc.\"},\"date\":\"2017-04-26\",\"postDate\":\"2017-04-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"audibleinc.\",\"source\":\"FACTUAL\",\"name\":\"Audible Inc.\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243618,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":409.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-04-25\",\"postDate\":\"2017-04-25\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243674,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":221.49,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"VZWRLSS*APOCC VISW\",\"simple\":\"Verizon\"},\"date\":\"2017-04-23\",\"postDate\":\"2017-04-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"verizon\",\"source\":\"FACTUAL\",\"name\":\"Verizon\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243671,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":0.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-23\",\"postDate\":\"2017-04-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243648,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":101.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WALNUT CREEK HARDWARE\",\"simple\":\"Ace Hardware\"},\"date\":\"2017-04-23\",\"postDate\":\"2017-04-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"acehardware\",\"source\":\"FACTUAL\",\"name\":\"Ace Hardware\",\"categoryLabel\":[\"Home Improvement\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243681,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":5.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-21\",\"postDate\":\"2017-04-21\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243661,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":21.73,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SLOAT GARDEN CNTR #15\",\"simple\":\"Sloat Garden Centers, Inc\"},\"date\":\"2017-04-19\",\"postDate\":\"2017-04-19\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"33517\",\"source\":\"YODLEE\",\"name\":\"Sloat Garden Centers, Inc\"},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243610,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":309.93,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-04-19\",\"postDate\":\"2017-04-19\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243658,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":32.75,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"date\":\"2017-04-18\",\"postDate\":\"2017-04-18\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"amazon\",\"source\":\"FACTUAL\",\"name\":\"Amazon\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243657,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":123.52,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":45,\"category\":\"Office Expenses\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"STAPLES 00104430\",\"simple\":\"Staples\"},\"date\":\"2016-04-18\",\"postDate\":\"2017-04-18\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"staples\",\"source\":\"FACTUAL\",\"name\":\"Staples\",\"categoryLabel\":[\"Office Expenses\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243656,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":37.32,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-09-23\",\"postDate\":\"2017-09-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243653,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":80.87,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"REPLACEMENTS TABLEWARE\",\"simple\":\"REPLACEMENTS TABLEWARE\"},\"date\":\"2017-04-17\",\"postDate\":\"2017-04-17\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243639,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":40.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SMARTNFINAL44711004470\",\"simple\":\"Smart & Final\"},\"date\":\"2017-04-17\",\"postDate\":\"2017-04-17\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"smart&final\",\"source\":\"FACTUAL\",\"name\":\"Smart & Final\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243650,\"type\":\"PAYMENT\",\"subType\":\"INSURANCE_PAYMENT\",\"amount\":{\"amount\":1780.54,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":14,\"category\":\"Insurance\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GEICO *AUTO\",\"simple\":\"Geico\"},\"date\":\"2017-04-16\",\"postDate\":\"2017-04-16\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"geico\",\"source\":\"FACTUAL\",\"name\":\"Geico\",\"categoryLabel\":[\"Insurance\"]},\"highLevelCategoryId\":10000020},{\"CONTAINER\":\"creditCard\",\"id\":23243627,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":6.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-04-16\",\"postDate\":\"2017-04-16\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243619,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":5.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-14\",\"postDate\":\"2017-04-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243613,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":46.93,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-04-14\",\"postDate\":\"2017-04-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243654,\"type\":\"REFUND\",\"subType\":\"REFUND\",\"amount\":{\"amount\":227.85,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"INCOME\",\"categoryId\":227,\"category\":\"Refunds/Adjustments\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"IN *ECOMULCH\",\"simple\":\"IN *ECOMULCH\"},\"date\":\"2017-04-13\",\"postDate\":\"2017-04-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000019},{\"CONTAINER\":\"creditCard\",\"id\":23243632,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":11.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-04-13\",\"postDate\":\"2017-04-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243623,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":119.98,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"INTUIT *TURBOTAX\",\"simple\":\"Intuit\"},\"date\":\"2017-04-11\",\"postDate\":\"2017-04-11\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"intuit\",\"source\":\"FACTUAL\",\"name\":\"Intuit\",\"categoryLabel\":[\"Insurance\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243617,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":20.5,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":19,\"category\":\"Other Expenses\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SHARPS COMPLIANCE INC.\",\"simple\":\"SHARPS COMPLIANCE INC.\"},\"date\":\"2016-09-23\",\"postDate\":\"2017-04-11\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000009},{\"CONTAINER\":\"creditCard\",\"id\":23243614,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":209.05,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WHOLEFDS LAF 10349\",\"simple\":\"Whole Foods\"},\"date\":\"2017-04-11\",\"postDate\":\"2017-04-11\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"wholefoods\",\"source\":\"FACTUAL\",\"name\":\"Whole Foods\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243670,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":92.1,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"COST PLUS WLD #22\",\"simple\":\"Cost Plus World Market\"},\"date\":\"2017-04-10\",\"postDate\":\"2017-04-10\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"costplusworldmarket\",\"source\":\"FACTUAL\",\"name\":\"Cost Plus World Market\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243603,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":78.29,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":45,\"category\":\"Office Expenses\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"STAPLES 00104430\",\"simple\":\"Staples\"},\"date\":\"2016-09-22\",\"postDate\":\"2017-04-10\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"staples\",\"source\":\"FACTUAL\",\"name\":\"Staples\",\"categoryLabel\":[\"Office Expenses\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243673,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":59.98,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"INTUIT *TURBOTAX\",\"simple\":\"Intuit\"},\"date\":\"2017-04-09\",\"postDate\":\"2017-04-09\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"intuit\",\"source\":\"FACTUAL\",\"name\":\"Intuit\",\"categoryLabel\":[\"Insurance\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243605,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":86.74,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":11,\"category\":\"Healthcare/Medical\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WALGREENS #5864\",\"simple\":\"Walgreens\"},\"date\":\"2017-04-07\",\"postDate\":\"2017-04-07\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"walgreens\",\"source\":\"FACTUAL\",\"name\":\"Walgreens\",\"categoryLabel\":[\"Healthcare/Medical\"]},\"highLevelCategoryId\":10000006},{\"CONTAINER\":\"creditCard\",\"id\":23243638,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":6.5,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"DSC*DOLLAR SHAVE CLUB\",\"simple\":\"Dollar Shave Club\"},\"date\":\"2017-04-06\",\"postDate\":\"2017-04-06\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"dollarshaveclub\",\"source\":\"FACTUAL\",\"name\":\"Dollar Shave Club\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243686,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":25,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"FASTRAK CSC\",\"simple\":\"FasTrak\"},\"date\":\"2017-04-05\",\"postDate\":\"2017-04-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"fastrak\",\"source\":\"FACTUAL\",\"name\":\"FasTrak\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243635,\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"amount\":{\"amount\":2730.41,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"AUTOMATIC PAYMENT - THANK\",\"simple\":\"Credit Card Payment\"},\"date\":\"2017-04-05\",\"postDate\":\"2017-04-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000018},{\"CONTAINER\":\"creditCard\",\"id\":23243665,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":325.17,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-04-04\",\"postDate\":\"2017-04-04\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243624,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":227.85,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"IN *ECOMULCH\",\"simple\":\"IN *ECOMULCH\"},\"date\":\"2017-04-04\",\"postDate\":\"2017-04-04\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243683,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":4.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GOOGLE *SVCSAPPS_larry\",\"simple\":\"Google\"},\"date\":\"2017-04-03\",\"postDate\":\"2017-04-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"google\",\"source\":\"FACTUAL\",\"name\":\"Google\",\"categoryLabel\":[\"Services/Supplies\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243631,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":24.94,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Automotive/Fuel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"CHEVRON 0206853\",\"simple\":\"Chevron\"},\"date\":\"2017-04-03\",\"postDate\":\"2017-04-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"chevron\",\"source\":\"FACTUAL\",\"name\":\"Chevron\",\"categoryLabel\":[\"Automotive/Fuel\"]},\"highLevelCategoryId\":10000003},{\"CONTAINER\":\"creditCard\",\"id\":23243679,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":9.7,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER TECHNOLOGIES INC\",\"simple\":\"Uber\"},\"date\":\"2017-04-02\",\"postDate\":\"2017-04-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243669,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":224.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS USA\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-04-02\",\"postDate\":\"2017-04-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243625,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":6.65,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER TECHNOLOGIES INC\",\"simple\":\"Uber\"},\"date\":\"2017-03-28\",\"postDate\":\"2017-03-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243604,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":6.65,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER TECHNOLOGIES INC\",\"simple\":\"Uber\"},\"date\":\"2017-03-28\",\"postDate\":\"2017-03-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243622,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Audible\",\"simple\":\"Audible Inc.\"},\"date\":\"2017-03-26\",\"postDate\":\"2017-03-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"audibleinc.\",\"source\":\"FACTUAL\",\"name\":\"Audible Inc.\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243621,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-03-26\",\"postDate\":\"2017-03-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243602,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":8.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER US MAR24 XAZOW\",\"simple\":\"Uber\"},\"date\":\"2017-03-26\",\"postDate\":\"2017-03-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243637,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":0.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-03-23\",\"postDate\":\"2017-03-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243626,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":221.39,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"VZWRLSS*APOCC VISW\",\"simple\":\"Verizon\"},\"date\":\"2017-03-23\",\"postDate\":\"2017-03-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"verizon\",\"source\":\"FACTUAL\",\"name\":\"Verizon\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243620,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":12.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SAFEWAY STORE00009720\",\"simple\":\"Safeway\"},\"date\":\"2017-03-23\",\"postDate\":\"2017-03-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"safeway\",\"source\":\"FACTUAL\",\"name\":\"Safeway\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243668,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":128.92,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"THE WINE MINE\",\"simple\":\"THE WINE MINE\"},\"date\":\"2017-03-21\",\"postDate\":\"2017-03-21\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243634,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":369.86,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-03-20\",\"postDate\":\"2017-03-20\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243629,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":36.46,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"KELLY MOORE PAINTS\",\"simple\":\"KELLY MOORE PAINTS\"},\"date\":\"2017-03-20\",\"postDate\":\"2017-03-20\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243664,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":6.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-03-15\",\"postDate\":\"2017-03-15\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243600,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":247.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WHOLEFDS WAL 10101\",\"simple\":\"Whole Foods\"},\"date\":\"2017-03-14\",\"postDate\":\"2017-03-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"wholefoods\",\"source\":\"FACTUAL\",\"name\":\"Whole Foods\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243636,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":11.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Netflix.com\",\"simple\":\"Netflix\"},\"date\":\"2017-03-13\",\"postDate\":\"2017-03-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243646,\"type\":\"CHARGES_FEES\",\"subType\":\"ANNUAL_FEE\",\"amount\":{\"amount\":199.96,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24HOURFITANNUALFEE\",\"simple\":\"Annual Fee\"},\"date\":\"2017-03-12\",\"postDate\":\"2017-03-12\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243688,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":238.59,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SAFEWAY STORE00009720\",\"simple\":\"Safeway\"},\"date\":\"2017-03-07\",\"postDate\":\"2017-03-07\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"safeway\",\"source\":\"FACTUAL\",\"name\":\"Safeway\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243667,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":206.66,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TARGET 00003301\",\"simple\":\"Target\"},\"date\":\"2017-03-06\",\"postDate\":\"2017-03-06\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"target\",\"source\":\"FACTUAL\",\"name\":\"Target\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243677,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":75.25,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UNITED 0162920202766\",\"simple\":\"United Airlines\"},\"date\":\"2017-03-05\",\"postDate\":\"2017-03-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"unitedairlines\",\"source\":\"FACTUAL\",\"name\":\"United Airlines\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243676,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":11.2,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UNITED 0162338169037\",\"simple\":\"United Airlines\"},\"date\":\"2017-03-05\",\"postDate\":\"2017-03-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"unitedairlines\",\"source\":\"FACTUAL\",\"name\":\"United Airlines\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243640,\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"amount\":{\"amount\":2599.56,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"AUTOMATIC PAYMENT - THANK\",\"simple\":\"Credit Card Payment\"},\"date\":\"2017-03-05\",\"postDate\":\"2017-03-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000018},{\"CONTAINER\":\"creditCard\",\"id\":23243660,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":224.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS USA\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-03-02\",\"postDate\":\"2017-03-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243649,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":4.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GOOGLE *SVCSAPPS_larry\",\"simple\":\"Google\"},\"date\":\"2017-03-02\",\"postDate\":\"2017-03-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"google\",\"source\":\"FACTUAL\",\"name\":\"Google\",\"categoryLabel\":[\"Services/Supplies\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243630,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":279.94,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-02-28\",\"postDate\":\"2017-02-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243628,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":142.22,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TOTAL WINE AND MORE 1118\",\"simple\":\"Total Wine & More\"},\"date\":\"2017-02-28\",\"postDate\":\"2017-02-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"totalwine&more\",\"source\":\"FACTUAL\",\"name\":\"Total Wine & More\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243680,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":0.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243652,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243651,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":47.06,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243499,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":3.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243678,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":9.98,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-26\",\"postDate\":\"2017-02-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243644,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":205.63,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"BEVERAGES MORE #01\",\"simple\":\"BevMo!\"},\"date\":\"2017-02-26\",\"postDate\":\"2016-09-18\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"bevmo!\",\"source\":\"FACTUAL\",\"name\":\"BevMo!\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243643,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Audible\",\"simple\":\"Audible Inc.\"},\"date\":\"2017-02-26\",\"postDate\":\"2017-02-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"audibleinc.\",\"source\":\"FACTUAL\",\"name\":\"Audible Inc.\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243615,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":221.39,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"VZWRLSS*APOCC VISW\",\"simple\":\"Verizon\"},\"date\":\"2017-02-23\",\"postDate\":\"2017-02-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"verizon\",\"source\":\"FACTUAL\",\"name\":\"Verizon\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243612,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":78.55,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TARGET 00003301\",\"simple\":\"Target\"},\"date\":\"2017-02-21\",\"postDate\":\"2017-02-21\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"target\",\"source\":\"FACTUAL\",\"name\":\"Target\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243662,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":305.79,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-02-20\",\"postDate\":\"2017-02-20\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243606,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":5.27,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-02-17\",\"postDate\":\"2017-02-17\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243663,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":69.09,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS #885\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-02-16\",\"postDate\":\"2017-02-16\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243633,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":6.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-02-15\",\"postDate\":\"2017-02-15\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243609,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":113.56,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"CRATE BARREL #406\",\"simple\":\"Crate and Barrel\"},\"date\":\"2017-02-14\",\"postDate\":\"2017-02-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"crateandbarrel\",\"source\":\"FACTUAL\",\"name\":\"Crate and Barrel\",\"categoryLabel\":[\"Home Improvement\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243685,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":11.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243647,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":293.39,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WHOLEFDS WAL 10101\",\"simple\":\"Whole Foods\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"wholefoods\",\"source\":\"FACTUAL\",\"name\":\"Whole Foods\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243645,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":88.08,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243616,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":56.26,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"CONTAINERSTOREWALNUTCR\",\"simple\":\"The Container Store\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"thecontainerstore\",\"source\":\"FACTUAL\",\"name\":\"The Container Store\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004}]}"}],"_postman_id":"5440cb2c-a451-4f29-98a0-c37b6ddc84fc"},{"name":"Get Transactions Count","id":"377bc344-cbcc-429e-8aea-6051bb67cd49","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/count?fromDate=2010-01-01","description":"<p>The get transactions API gets a count of transactions.</p>\n<p>Please go to <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactionCount\"></a> for more filter options</p>\n","urlObject":{"path":["transactions","count"],"host":["{{url}}"],"query":[{"key":"fromDate","value":"2010-01-01"}],"variable":[]}},"response":[{"id":"c36a08be-7ad3-4e9d-8470-7f3e06350430","name":"Get Transactions Count","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/count?fromDate=2010-01-01","host":["{{url}}"],"path":["transactions","count"],"query":[{"key":"fromDate","value":"2010-01-01"}]},"description":"The get transactions API gets a count of transactions.\n\nPlease go to <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactionCount\"></a> for more filter options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"39","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:59:31 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"o1519120771848W4E27N000000NLRYh","description":""}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"TOTAL\":{\"count\":987}}}"}],"_postman_id":"377bc344-cbcc-429e-8aea-6051bb67cd49"},{"name":"Update Account","id":"80097eae-59ea-40ad-9574-89760dc8df84","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n\"account\": {\r\n         \"accountStatus\": \"ACTIVE\"\r\n      }\r\n}"},"url":"{{url}}/accounts/10325927","description":"<p>Use the update account API to update accounts.</p>\n","urlObject":{"path":["accounts","10325927"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80097eae-59ea-40ad-9574-89760dc8df84"},{"name":"Get Access Tokens (for FastLink)","id":"477b17bb-c68b-4182-9b59-f65bcaad56f1","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user/accessTokens?appIds=10003600","description":"<p>The access token is used to launch FastLink 3.0.</p>\n<p><a href=\"https://developer.yodlee.com/Yodlee_API/docs\">FastLink 3.0 Complete Guide</a></p>\n<p><a href=\"https://developer.yodlee.com/Yodlee_API/FastLink/FastLink_3.0_Integration_Guide\">FastLink Integration Guide</a></p>\n<p>Use AppId: 10003600.</p>\n","urlObject":{"path":["user","accessTokens"],"host":["{{url}}"],"query":[{"key":"appIds","value":"10003600"}],"variable":[]}},"response":[{"id":"55b32b37-8409-4284-a5a1-babc8f58f316","name":"Get Access Tokens (for Fastlink)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/user/accessTokens?appIds=10003600","host":["{{url}}"],"path":["user","accessTokens"],"query":[{"key":"appIds","value":"10003600"}]},"description":"The access token is used to launch FastLink 3.0.\n\n<a href=\"https://developer.yodlee.com/Yodlee_API/docs\">FastLink 3.0 Complete Guide</a>\n\n\n<a href=\"https://developer.yodlee.com/Yodlee_API/FastLink/FastLink_3.0_Integration_Guide\">FastLink Integration Guide</a>\n\nUse AppId: 10003600."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"181","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 10:11:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"Y1526897518422C4Z27Q000000NLQYE","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"user\":{\"accessTokens\":[{\"appId\":\"10003600\",\"value\":\"aa1fc86d2bcce65e69fbd4084634abd50b7a4ddb503e3f100c64f0a7fb7ce88e\",\"url\":\"https://192.168.57.139:7100/authenticate/nodesmb/\"}]}}"}],"_postman_id":"477b17bb-c68b-4182-9b59-f65bcaad56f1"},{"name":"Get Historical Balances","id":"3f9c42ad-e618-409b-a5fe-ab3e32baa5d6","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/historicalBalances","description":"<p>To get historical account balances.</p>\n","urlObject":{"path":["accounts","historicalBalances"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b5f65ea0-09e7-4cd3-8242-8d0bfd37352a","name":"Get Historical Balances","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/historicalBalances","description":"To get historical account balances."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"67156","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:26 GMT","description":""},{"name":"link","key":"link","value":": //accounts/historicalBalances?skip=500&top=500;rel=next, //accounts/historicalBalances/count;rel=count","description":"","isLink":true},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"A1519120206842X4c27l000000NLsYq","description":""}],"cookie":[],"responseTime":null,"body":"{\"account\":[{\"id\":10942544,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942543,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325927,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942546,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325926,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10437515,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10333271,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10333272,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325929,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325928,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316453,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316452,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348170,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348171,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10367119,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10328642,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10328641,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322445,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322444,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323578,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323579,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705870,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705871,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10367092,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10367093,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316389,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316388,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316386,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364616,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349791,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951475,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951476,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348145,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364534,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364614,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349793,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348144,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364613,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10794856,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323580,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364533,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339791,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705845,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339790,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705842,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10350667,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322439,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323600,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705843,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705844,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446335,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446333,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10350666,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446334,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446332,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951484,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951485,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10437468,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10437467,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364542,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322443,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322442,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381288,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10798547,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381289,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10798548,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364544,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364543,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322440,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339788,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339789,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381313,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381314,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381315,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348164,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829018,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348165,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829016,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829015,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942548,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829014,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349855,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942547,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349854,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381312,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942549,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]}]}"}],"_postman_id":"3f9c42ad-e618-409b-a5fe-ab3e32baa5d6"},{"name":"Get Holdings","id":"6585eab7-c214-4a6a-9240-6ae65085bda2","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings","description":"<p>To get a user's holdings.</p>\n","urlObject":{"path":["holdings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5653f239-3338-49e9-a376-b748f312dd57","name":"Get Holdings","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings","description":"To get a user's holdings."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"78137","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:43 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"B1519120242781V4a27Z000000NLQYb","description":""}],"cookie":[],"responseTime":null,"body":"{\"holding\":[{\"id\":10261378,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10261320,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10210618,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10206212,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10191956,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10180327,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10180080,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10179903,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10174814,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10174162,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10173568,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10173383,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10261377,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10261319,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10210617,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10206211,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10191955,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180326,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180079,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10179902,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174813,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":1089,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174161,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":1089,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173567,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173382,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":1089,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10261382,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261324,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210622,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206216,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191960,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180331,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180084,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179907,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174818,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174166,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173572,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173387,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261381,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10261323,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10210621,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10206215,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10191959,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10180330,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10180083,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10179906,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10174817,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10174165,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10173571,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10173386,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10261384,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261326,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210624,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206218,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191962,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:21Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180333,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180086,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179909,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174820,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174168,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173574,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173389,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261379,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10261321,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10210619,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10206213,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10191957,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10180328,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10180081,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10179904,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10174815,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10174163,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10173569,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10173384,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10261376,\"providerAccountId\":10694589,\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261375,\"providerAccountId\":10694589,\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261318,\"providerAccountId\":10694588,\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261317,\"providerAccountId\":10694588,\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210616,\"providerAccountId\":10356476,\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210615,\"providerAccountId\":10356476,\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206210,\"providerAccountId\":10352906,\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206209,\"providerAccountId\":10352906,\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191954,\"providerAccountId\":10311764,\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191953,\"providerAccountId\":10311764,\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180325,\"providerAccountId\":10154459,\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180324,\"providerAccountId\":10154459,\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180078,\"providerAccountId\":10165655,\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180077,\"providerAccountId\":10165655,\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179901,\"providerAccountId\":10165503,\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179900,\"providerAccountId\":10165503,\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174812,\"providerAccountId\":10147662,\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174811,\"providerAccountId\":10147662,\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174160,\"providerAccountId\":10155915,\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174159,\"providerAccountId\":10155915,\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173566,\"providerAccountId\":10175683,\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173565,\"providerAccountId\":10175683,\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173381,\"providerAccountId\":10165500,\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173380,\"providerAccountId\":10165500,\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261380,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10261322,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10210620,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10206214,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10191958,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10180329,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10180082,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10179905,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10174816,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":1089,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10174164,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":1089,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10173570,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10173385,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":1089,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10261383,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261325,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210623,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206217,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191961,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:21Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180332,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180085,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179908,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174819,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174167,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173573,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173388,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261374,\"providerAccountId\":10694589,\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10261316,\"providerAccountId\":10694588,\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10210614,\"providerAccountId\":10356476,\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10206208,\"providerAccountId\":10352906,\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10191952,\"providerAccountId\":10311764,\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180323,\"providerAccountId\":10154459,\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180076,\"providerAccountId\":10165655,\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10179899,\"providerAccountId\":10165503,\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174810,\"providerAccountId\":10147662,\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174158,\"providerAccountId\":10155915,\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173564,\"providerAccountId\":10175683,\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173379,\"providerAccountId\":10165500,\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}}]}"}],"_postman_id":"6585eab7-c214-4a6a-9240-6ae65085bda2"},{"name":"Get Holding Type List","id":"55bb214d-8d92-4908-b1d7-a612e66f1484","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/holdingTypeList","description":"<p>To get the list of Yodlee supported holdings.</p>\n","urlObject":{"path":["holdings","holdingTypeList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f7d4ac76-4ff5-404e-bd4e-d0d415bfc13e","name":"Get Holding Type List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/holdingTypeList","description":"To get the list of Yodlee supported holdings."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"238","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:52 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"Q1519120252271t4P27q000000NLjYD","description":""}],"cookie":[],"responseTime":null,"body":"{\"holdingType\":[\"CD\",\"ETF\",\"ETN\",\"bond\",\"commodity\",\"currency\",\"employeeStockOption\",\"future\",\"insuranceAnnuity\",\"moneyMarketFund\",\"mutualFund\",\"option\",\"other\",\"preferredStock\",\"remic\",\"stock\",\"unitInvestmentTrust\",\"unknown\",\"warrants\"]}"}],"_postman_id":"55bb214d-8d92-4908-b1d7-a612e66f1484"},{"name":"Get Asset Classification List","id":"26d297c4-6358-4909-809d-447e066505d4","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/assetClassificationList","description":"<p>To get list of asset classifications supported by Yodlee.</p>\n","urlObject":{"path":["holdings","assetClassificationList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eb9b421c-ff3f-40e5-add9-a9d97450d982","name":"Get Asset Classification List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/assetClassificationList","description":"To get list of asset classifications supported by Yodlee."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"2745","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:57 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"E1519120257852a4Z27L000000NLSYb","description":""}],"cookie":[],"responseTime":null,"body":"{\"assetClassificationList\":[{\"classificationType\":\"Asset class\",\"classificationValue\":[\"Bond\",\"Cash\",\"Convertible\",\"Currency\",\"CurrencyForward\",\"DepositoryReceipt\",\"Derivative\",\"Indices\",\"MoneyMarket\",\"Non-US bonds\",\"Non-US stocks\",\"Other\",\"Preferred stocks\",\"Stock\",\"StructuredProduct\",\"US bonds\",\"US stocks\"]},{\"classificationType\":\"Country\",\"classificationValue\":[\"AD\",\"AE\",\"AF\",\"AG\",\"AI\",\"AL\",\"AM\",\"AO\",\"AQ\",\"AR\",\"AS\",\"AT\",\"AU\",\"AW\",\"AX\",\"AZ\",\"BA\",\"BB\",\"BD\",\"BE\",\"BF\",\"BG\",\"BH\",\"BI\",\"BJ\",\"BL\",\"BM\",\"BN\",\"BO\",\"BQ\",\"BR\",\"BS\",\"BT\",\"BV\",\"BW\",\"BY\",\"BZ\",\"CA\",\"CC\",\"CD\",\"CF\",\"CG\",\"CH\",\"CI\",\"CK\",\"CL\",\"CM\",\"CN\",\"CO\",\"CR\",\"CU\",\"CV\",\"CW\",\"CX\",\"CY\",\"CZ\",\"DE\",\"DJ\",\"DK\",\"DM\",\"DO\",\"DZ\",\"EC\",\"EE\",\"EG\",\"EH\",\"ER\",\"ES\",\"ET\",\"FI\",\"FJ\",\"FK\",\"FM\",\"FO\",\"FR\",\"GA\",\"GB\",\"GD\",\"GE\",\"GF\",\"GG\",\"GH\",\"GI\",\"GL\",\"GM\",\"GN\",\"GP\",\"GQ\",\"GR\",\"GS\",\"GT\",\"GU\",\"GW\",\"GY\",\"HK\",\"HM\",\"HN\",\"HR\",\"HT\",\"HU\",\"ID\",\"IE\",\"IL\",\"IM\",\"IN\",\"IO\",\"IQ\",\"IR\",\"IS\",\"IT\",\"JE\",\"JM\",\"JO\",\"JP\",\"KE\",\"KG\",\"KH\",\"KI\",\"KM\",\"KN\",\"KP\",\"KR\",\"KW\",\"KY\",\"KZ\",\"LA\",\"LB\",\"LC\",\"LI\",\"LK\",\"LR\",\"LS\",\"LT\",\"LU\",\"LV\",\"LY\",\"MA\",\"MC\",\"MD\",\"ME\",\"MF\",\"MG\",\"MH\",\"MK\",\"ML\",\"MM\",\"MN\",\"MO\",\"MP\",\"MQ\",\"MR\",\"MS\",\"MT\",\"MU\",\"MV\",\"MW\",\"MX\",\"MY\",\"MZ\",\"NA\",\"NC\",\"NE\",\"NF\",\"NG\",\"NI\",\"NL\",\"NO\",\"NP\",\"NR\",\"NU\",\"NZ\",\"OM\",\"PA\",\"PE\",\"PF\",\"PG\",\"PH\",\"PK\",\"PL\",\"PM\",\"PN\",\"PR\",\"PS\",\"PT\",\"PW\",\"PY\",\"QA\",\"RE\",\"RO\",\"RS\",\"RU\",\"RW\",\"SA\",\"SB\",\"SC\",\"SD\",\"SE\",\"SG\",\"SH\",\"SI\",\"SJ\",\"SK\",\"SL\",\"SM\",\"SN\",\"SO\",\"SR\",\"ST\",\"SV\",\"SX\",\"SY\",\"SZ\",\"TC\",\"TD\",\"TF\",\"TG\",\"TH\",\"TJ\",\"TK\",\"TL\",\"TM\",\"TN\",\"TO\",\"TR\",\"TT\",\"TV\",\"TW\",\"TZ\",\"UA\",\"UG\",\"UM\",\"US\",\"UY\",\"UZ\",\"VA\",\"VC\",\"VE\",\"VG\",\"VI\",\"VN\",\"VU\",\"WF\",\"WS\",\"YE\",\"YT\",\"ZA\",\"ZM\",\"ZW\"]},{\"classificationType\":\"Sector\",\"classificationValue\":[\"Basic Materials\",\"BasicMaterials\",\"Cash and equivalents\",\"Commercial Services\",\"Communication Services\",\"Communications\",\"Conglomerates\",\"Consumer Cyclical\",\"Consumer Defensive\",\"Consumer Durables\",\"Consumer Non-Durables\",\"Consumer Services\",\"ConsumerGoods\",\"Corporate bonds\",\"Derivatives\",\"Distribution Services\",\"Electronic Technology\",\"Energy\",\"Energy Minerals\",\"Finance\",\"Financial\",\"Financial Services\",\"Government\",\"Government bonds\",\"Health Services\",\"Health Technology\",\"Healthcare\",\"Industrial Services\",\"IndustrialGoods\",\"Industrials\",\"Miscellaneous\",\"Municipal bonds\",\"Non-Energy Minerals\",\"Not Classified\",\"Process Industries\",\"Producer Manufacturing\",\"Real Estate\",\"Retail Trade\",\"Securitized products\",\"Services\",\"Technology\",\"Technology Services\",\"Transportation\",\"UNKNOWN\",\"Utilities\"]},{\"classificationType\":\"Style\",\"classificationValue\":[\"High Risk High Reward\",\"High Risk Low Reward\",\"High Risk Medium Reward\",\"Low Risk High Reward\",\"Low Risk Low Reward\",\"Low Risk Medium Reward\",\"Medium Risk High Reward\",\"Medium Risk Low Reward\",\"Medium Risk Medium Reward\"]}]}"}],"_postman_id":"26d297c4-6358-4909-809d-447e066505d4"},{"name":"Get Statements","id":"cc83fb8f-723a-499a-b008-50193af605bd","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/statements","description":"<p>To get statements for credit and loan accounts.</p>\n","urlObject":{"path":["statements"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"29008072-4096-4d4e-9b4e-370e772e9431","name":"Get Statements","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/statements","description":"To get statements for credit and loan accounts."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"15926","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:51:16 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"U1519120272612u4V27E000000NLuYK","description":""}],"cookie":[],"responseTime":null,"body":"{\"statement\":[{\"id\":10459740,\"accountId\":10349813,\"statementDate\":\"2017-05-08\",\"billingPeriodEnd\":\"2017-05-08\",\"dueDate\":\"2017-06-05\",\"lastUpdated\":\"2017-10-05T19:35:20Z\",\"amountDue\":{\"amount\":4609.27,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10340405,\"accountId\":10446335,\"statementDate\":\"2014-07-01\",\"dueDate\":\"2014-07-04\",\"lastPaymentDate\":\"2014-05-27\",\"lastUpdated\":\"2017-02-23T09:33:13Z\",\"amountDue\":{\"amount\":61128.42,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10340404,\"accountId\":10446334,\"statementDate\":\"2014-07-01\",\"dueDate\":\"2014-07-04\",\"lastPaymentDate\":\"2014-05-27\",\"lastUpdated\":\"2017-02-23T09:33:13Z\",\"amountDue\":{\"amount\":61128.42,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10178993,\"accountId\":10238059,\"statementDate\":\"2014-01-17\",\"dueDate\":\"2014-01-17\",\"lastPaymentDate\":\"2013-12-16\",\"lastUpdated\":\"2016-06-15T11:36:51Z\",\"amountDue\":{\"amount\":1657.99,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":250,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603929,\"accountId\":10829019,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-08-18T20:18:04Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585260,\"accountId\":10794818,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-08-09T04:45:19Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532567,\"accountId\":10705872,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273794,\"accountId\":10381311,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261357,\"accountId\":10364618,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-01-04T01:40:47Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261300,\"accountId\":10364536,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-01-04T00:46:09Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252283,\"accountId\":10349792,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246277,\"accountId\":10339745,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-22T09:36:31Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237632,\"accountId\":10323602,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237127,\"accountId\":10322441,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-01T04:13:24Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002579,\"accountId\":11358644,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2018-02-08T09:16:29Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002540,\"accountId\":11358598,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2018-02-08T09:26:43Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603928,\"accountId\":10829014,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-08-18T20:18:03Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585257,\"accountId\":10794815,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-08-09T04:45:18Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532490,\"accountId\":10705843,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273795,\"accountId\":10381312,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261319,\"accountId\":10364542,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-01-04T01:40:46Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261299,\"accountId\":10364613,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-01-04T00:46:08Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252327,\"accountId\":10349813,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246239,\"accountId\":10339788,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-22T09:36:31Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237652,\"accountId\":10323578,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237128,\"accountId\":10322442,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-01T04:13:24Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002581,\"accountId\":11358648,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2018-02-08T09:26:44Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002580,\"accountId\":11358645,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2018-02-08T09:16:29Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002541,\"accountId\":11358650,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2018-02-08T09:26:45Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002538,\"accountId\":11358595,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2018-02-08T09:16:31Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603930,\"accountId\":10829018,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-08-18T20:18:04Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603926,\"accountId\":10829015,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-08-18T20:18:03Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585258,\"accountId\":10794816,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-08-09T04:45:18Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585230,\"accountId\":10794858,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-08-09T04:45:19Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532568,\"accountId\":10705871,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532491,\"accountId\":10705845,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273797,\"accountId\":10381315,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273796,\"accountId\":10381313,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261355,\"accountId\":10364616,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-01-04T01:40:47Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261350,\"accountId\":10364614,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-01-04T00:46:09Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261320,\"accountId\":10364544,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-01-04T01:40:47Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261248,\"accountId\":10364534,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-01-04T00:46:09Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252329,\"accountId\":10349814,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252328,\"accountId\":10349815,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246241,\"accountId\":10339791,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-22T09:36:32Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246240,\"accountId\":10339789,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-22T09:36:31Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237655,\"accountId\":10323580,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237653,\"accountId\":10323579,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237098,\"accountId\":10322443,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-01T04:13:24Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237096,\"accountId\":10322445,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-01T04:13:04Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true}]}"}],"_postman_id":"cc83fb8f-723a-499a-b008-50193af605bd"}],"id":"6b2333a2-e79e-4acc-9e9d-da53af61427c","_postman_id":"6b2333a2-e79e-4acc-9e9d-da53af61427c","description":""},{"name":"Flow (non-sandbox)","item":[{"name":"Cobrand Login","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData= JSON.parse(responseBody);","","postman.setGlobalVariable(\"cobSess\", jsonData.session.cobSession);","","var cobSes=jsonData.session.cobSession;","","tests[\"Cobrand login success. Cobsession- \"+ cobSes] = responseBody.has(\"cobSession\");",""]}}],"id":"9d57c90a-2ca0-4423-93c4-96e127b5b880","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cobrand\":      {\r\n      \"cobrandLogin\": \"{{cobrandLogin}}\",\r\n      \"cobrandPassword\": \"{{cobrandPassword}}\",\r\n      \"locale\": \"en_US\"\r\n     }\r\n}"},"url":"{{url}}/cobrand/login","description":"<p>Use the cobrand login to get a cobrand session token. The token is valid for 120 minutes.</p>\n<p>This opens a session with Yodlee APIs.</p>\n<p>We recommend that you renew the session token every 100th minute.</p>\n","urlObject":{"path":["cobrand","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8334dc4d-b585-4f3f-a7e1-062316681c58","name":"Cobrand Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cobrand\":      {\r\n      \"cobrandLogin\": \"{{cobrandLogin}}\",\r\n      \"cobrandPassword\": \"{{cobrandPassword}}\",\r\n      \"locale\": \"en_US\"\r\n     }\r\n}"},"url":"{{url}}/cobrand/login","description":"Use the cobrand login to get a cobrand session token. The token is valid for 120 minutes.\n\nThis opens a session with Yodlee APIs.\n\nWe recommend that you renew the session token every 100th minute."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:55:07 GMT","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"T1519120507808w4e27f000000NLSYP","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"cobrandId\" : 10010352,\n  \"applicationId\" : \"3A4CAE9B71A1CCD7FF41F51006E9ED00\",\n  \"locale\" : \"en_US\",\n  \"session\" : {\n    \"cobSession\" : \"08062013_2:f1549e1dbe3ab1349816e47828be3d7c67610e6529f23d9a64f1cb5fe6f297781291a908c0408abce40cd3b1a85fa9fa00647078a56e2da5aa4f209ab4e3ddd8\"\n  }\n}"}],"_postman_id":"9d57c90a-2ca0-4423-93c4-96e127b5b880"},{"name":"Register User","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData= JSON.parse(responseBody);","","postman.setGlobalVariable(\"userSess\", jsonData.user.session.userSession);","","var userSes=jsonData.user.session.userSession;","","tests[\"User login success. userSession- \"+ userSes] = responseBody.has(\"userSession\");",""]}}],"id":"b0817233-1c37-42eb-9843-105bfe7760a5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n\"user\": {\r\n  \"loginName\": \"test1\", \r\n  \"password\": \"Test@123\", \r\n  \"email\": \"test@gmail.com\"}\r\n}"},"url":"{{url}}/user/register?","description":"<p>The register user API is used to register a user. A user session is generated and is valid for 30 minutes.</p>\n<p>We recommend that you renew this session token every 25th minute by calling the user login API and getting the session token.</p>\n<p>Please note: The register user API is not available in the developer portal environment. You will only be able to test this API when you get your dedicated stage and production environment.\nYou can continue to use our five pre-provisioned users from <a href=\"https://developer.yodlee.com/api-dashboard\">API Dashboard</a> for testing other APIs.</p>\n","urlObject":{"path":["user","register"],"host":["{{url}}"],"query":[{"disabled":true,"key":"body","value":"\\x7B\\x0A\\x22\\x75\\x73\\x65\\x72\\x22\\x3A\\x20\\x7B\\x0A\\x20\\x20\\x22\\x6C\\x6F\\x67\\x69\\x6E\\x4E\\x61\\x6D\\x65\\x22\\x3A\\x20\\x22\\x72\\x65\\x73\\x74\\x34\\x35\\x33\\x22\\x2C\\x20\\x0A\\x20\\x20\\x22\\x70\\x61\\x73\\x73\\x77\\x6F\\x72\\x64\\x22\\x3A\\x20\\x22\\x54\\x65\\x73\\x74\\x40\\x31\\x32\\x33\\x22\\x2C\\x20\\x0A\\x20\\x20\\x22\\x65\\x6D\\x61\\x69\\x6C\\x22\\x3A\\x20\\x22\\x62\\x75\\x63\\x68\\x6B\\x6F\\x62\\x61\\x2B\\x31\\x40\\x67\\x6D\\x61\\x69\\x6C\\x2E\\x63\\x6F\\x6D\\x22\\x2C\\x0A\\x20\\x20\\x22\\x70\\x72\\x65\\x66\\x65\\x72\\x65\\x6E\\x63\\x65\\x73\\x22\\x3A\\x20\\x7B\\x0A\\x20\\x20\\x20\\x20\\x22\\x6C\\x6F\\x63\\x61\\x6C\\x65\\x22\\x3A\\x20\\x22\\x65\\x6E\\x5F\\x55\\x53\\x22\\x0A\\x20\\x20\\x20\\x20\\x7D\\x7D\\x0A\\x7D"}],"variable":[]}},"response":[],"_postman_id":"b0817233-1c37-42eb-9843-105bfe7760a5"},{"name":"User login","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData= JSON.parse(responseBody);","","postman.setGlobalVariable(\"userSess\", jsonData.user.session.userSession);","","var userSes=jsonData.user.session.userSession;","","tests[\"User login success. userSession- \"+ userSes] = responseBody.has(\"userSession\");",""]}}],"id":"35288614-089f-419b-b23c-7a77fb3e187c","request":{"method":"POST","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":      {\r\n      \"loginName\": \"{{userName}}\",\r\n      \"password\": \"{{userPassword}}\"\r\n     }\r\n}"},"url":"{{url}}/user/login","description":"<p>After user registration is complete, call the user login API to generate a user session token. The session is valid for 30 minutes.</p>\n<p>We recommend that you renew this session token every 25th minute by calling this API and getting the session token.</p>\n","urlObject":{"path":["user","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5c7485e4-9bea-4905-9a0c-0b023691b139","name":"User login","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user\":      {\r\n      \"loginName\": \"{{userName}}\",\r\n      \"password\": \"{{userPassword}}\"\r\n     }\r\n}"},"url":"{{url}}/user/login","description":"After user registration is complete, call the user login API to generate a user session token. The session is valid for 30 minutes.\n\nWe recommend that you renew this session token every 25th minute by calling this API and getting the session token."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"400","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:55:39 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"p1519120539444S4P27A000000NLHYf","description":""}],"cookie":[],"responseTime":null,"body":"{\"user\":{\"id\":10060307,\"loginName\":\"sbMemsampleapp3\",\"name\":{\"first\":\"Test\",\"middleInitial\":\"Test\",\"last\":\"Test\"},\"roleType\":\"INDIVIDUAL\",\"session\":{\"userSession\":\"08062013_0:ca42ffa4a02e72060e24cc3e43a1690da5621b4c6786428c6c70a55c60154e48550790423df11da6dc83e7e8d77404cb9eea42aa8f11957117bf53a6c96bb1b7\"},\"preferences\":{\"currency\":\"USD\",\"timeZone\":\"PST\",\"dateFormat\":\"MM/dd/yyyy\",\"locale\":\"en_CA\"}}}"}],"_postman_id":"35288614-089f-419b-b23c-7a77fb3e187c"},{"name":"Get Providers","id":"041ef7fb-5d0b-4df5-906a-305eafae9be2","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers?name=Barclays (UK)","description":"<p>The get providers API is used for searching financial institutions (providers).</p>\n","urlObject":{"path":["providers"],"host":["{{url}}"],"query":[{"key":"name","value":"Barclays (UK)"},{"disabled":true,"key":"priority","value":"COBRAND"},{"disabled":true,"key":"skip","value":"8000"},{"disabled":true,"key":"additionalDataSet","value":"ACCT_PROFILE.FULL_ACCT_NUMBER,ACCT_PROFILE.BANK_TRANSFER_CODE,ACCT_PROFILE.HOLDER_NAME"},{"disabled":true,"key":"top","value":"500"}],"variable":[]}},"response":[{"id":"17ece7bb-860a-44ba-b297-7b6b7541e0bd","name":"Get Providers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/providers?name=Barclays (UK)","host":["{{url}}"],"path":["providers"],"query":[{"key":"name","value":"Barclays (UK)"},{"key":"priority","value":"COBRAND","type":"text","disabled":true},{"key":"skip","value":"8000","type":"text","disabled":true},{"key":"additionalDataSet","value":"ACCT_PROFILE.FULL_ACCT_NUMBER,ACCT_PROFILE.BANK_TRANSFER_CODE,ACCT_PROFILE.HOLDER_NAME","type":"text","disabled":true},{"key":"top","value":"500","type":"text","disabled":true}]},"description":"The get providers API is used for searching financial institutions (providers)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"38961","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:55:59 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"t1519120559695G4A27Z000000NLwYn","description":""}],"cookie":[],"responseTime":null,"body":"{\"provider\":[{\"PRIORITY\":\"SEARCH\",\"id\":3612,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.security.us.hsbc.com/gsa/SECURITY_LOGON_PAGE/\",\"baseUrl\":\"https://www.us.hsbc.com/1/2/home/personal-banking\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_3612.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_3612_1_2.SVG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-01-22T10:42:00Z\",\"forgetPasswordUrl\":\"https://www.ebank.us.hsbc.com/servlet/com.hsbc.us.ibank.signon.Logon\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_DETAILS\",\"container\":[\"bank\"]}]},{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":4092,\"name\":\"HSBC Bank - Employee 401k (Vanguard)\",\"loginUrl\":\"https://personal.vanguard.com/us/hnwnesc/PMLogin\",\"baseUrl\":\"http://www.hsbc.com/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_4092.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_4092_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2018-01-09T11:37:00Z\",\"forgetPasswordUrl\":\"https://personal.vanguard.com/us/ForgetUserNamePassword?event=forgetPassword\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13543,\"name\":\"HSBC Bank Net Business Banking\",\"loginUrl\":\"https://www2.secure.hsbcnet.com/uims/portal/IDV_CAM10_AUTHENTICATION\",\"baseUrl\":\"https://www.us.hsbc.com/1/2/home/business\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13543.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13543_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2017-04-28T14:32:48Z\",\"forgetPasswordUrl\":\"https://www.us.hsbc.com/1/2/3/business/online/business-internet-banking/log-on?hasCAM10Errors=yes&cam0To10Error_0=LOG_0002#top\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10778,\"name\":\"HSBC Retail Services - Credit Cards\",\"loginUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Home&org=000\",\"baseUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Home&org=000\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10778.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10778_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2017-12-07T09:22:10Z\",\"forgetPasswordUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Home&org=000\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":6887,\"name\":\"HSBC Mortgage Services\",\"loginUrl\":\"https://www.hsbcmortgageservices.com/hm/cchms_Home.jsp\",\"baseUrl\":\"https://www.hsbcmortgageservices.com/hm/cchms_Home.jsp\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_6887.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_6887_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-03-29T12:34:01Z\",\"forgetPasswordUrl\":\"https://www.hsbcmortgageservices.com/hm/HMSCustomerCare?cmd_ForgotPass=\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12031,\"name\":\"HFC, Beneficial and HSBC Credit Center\",\"loginUrl\":\"https://www.beneficial.com/manage-account-online/UserLogin\",\"baseUrl\":\"www.hfc.com\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12031_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2013-01-02T00:41:49Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10725,\"name\":\"HSBC Private Bank\",\"loginUrl\":\"https://www.us.hsbcprivatebank.com/1/2/PBRSINTEGRATION/gpbus\",\"baseUrl\":\"http://www.hsbcprivatebank.com/en\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10725.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10725_1_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-11-17T09:57:29Z\",\"forgetPasswordUrl\":\"http://www.hsbcprivatebank.com/misc/index.html\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":17907,\"name\":\"HSBC Mortgage\",\"loginUrl\":\"https://mortgage.us.hsbc.com/mortgagecenter/page/scopedMD/s84a6ecae_a123_4a69_91db_9132a5e09c52/Page11.jspx?wc.contextURL=%2Fspaces%2FMortgageCenter&wc.originURL=%2Fspaces%2FMortgageCenter%2Fpage%2FLogin&cid=72235&_afrLoop=370629755851035#%40%3F_afrLoop%3D370629755851035%26wc.originURL%3D%252Fspaces%252FMortgageCenter%252Fpage%252FLogin%26cid%3D72235%26wc.contextURL%3D%252Fspaces%252FMortgageCenter%26_adf.ctrl-state%3D13rar6793s_4\",\"baseUrl\":\"https://mortgage.us.hsbc.com/mortgagecenter/page/scopedMD/s84a6ecae_a123_4a69_91db_9132a5e09c52/Page11.jspx?wc.contextURL=%2Fspaces%2FMortgageCenter&wc.originURL=%2Fspaces%2FMortgageCenter%2Fpage%2FLogin&cid=72235&_afrLoop=370629755851035#%40%3F_afrLoop%3D370629755851035%26wc.originURL%3D%252Fspaces%252FMortgageCenter%252Fpage%252FLogin%26cid%3D72235%26wc.contextURL%3D%252Fspaces%252FMortgageCenter%26_adf.ctrl-state%3D13rar6793s_4\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_17907_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-03-29T12:30:15Z\",\"forgetPasswordUrl\":\"https://mortgage.us.hsbc.com/mortgagecenter/page/scopedMD/s84a6ecae_a123_4a69_91db_9132a5e09c52/Page9.jspx?wc.contextURL=%2Fspaces%2FMortgageCenter&_afrLoop=371070819841220&wc.originURL=%2Fspaces%2FMortgageCenter%2Fpage%2FLoginHelp#%40%3F_afrLoop%3D371070819841220%26wc.originURL%3D%252Fspaces%252FMortgageCenter%252Fpage%252FLoginHelp%26wc.contextURL%3D%252Fspaces%252FMortgageCenter%26_adf.ctrl-state%3D13rar6793s_235\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13544,\"name\":\"HSBC Store Branded Credit Card\",\"loginUrl\":\"https://www.hrsaccount.com/hrs/ecare?cmd_Redirect=Entry&org=000\",\"baseUrl\":\"http://www.hsbcusa.com/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13544.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13544_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2017-12-08T07:33:12Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20280,\"name\":\"HSBC Evolve- Credit Card\",\"loginUrl\":\"https://evolve.us.hsbc.com/eCustService/\",\"baseUrl\":\"https://evolve.us.hsbc.com/eCustService/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20280.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20280_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-11-30T07:39:27Z\",\"forgetPasswordUrl\":\"https://evolve.us.hsbc.com/eCustService/\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10722,\"name\":\"HSBC Portfolio Online\",\"loginUrl\":\"http://www.hsbcprivatebank.com/portfolio_online\",\"baseUrl\":\"https://www.us.hsbc.com/1/2/home/personal-banking\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10722.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10722_1_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"US\",\"lastModified\":\"2016-10-19T12:48:50Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":3968,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.co.uk/1/2/welcome-gsp?initialAccess=true&IDV_URL=hsbc.MyHSBC_pib\",\"baseUrl\":\"https://www.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_3968.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_3968_2_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-10-27T09:25:17Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.uk/1/2/HSBCINTEGRATION/forgotten\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":14874,\"name\":\"HSBC Business\",\"loginUrl\":\"https://www.business.hsbc.co.uk/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDgzAfSycDUy8LAzNDbz8vbzMDKADKR2LKuyHkgbotDB1dDZyDDTwMzM0sDTy93B1dnXz8DN0tTCC6nd0dPUzMfYCqwzxdDTxNnEwMTH3dDA08jQnoLsgNDQUAO-nOhw!!/?IDV_URL=B2G_CAM40_PERSONAL_PAGE&CANCEL_CUN=hsbc.business.home_home_noMenu#\",\"baseUrl\":\"http://www.business.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_14874.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_14874_2_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-12-11T07:53:17Z\",\"forgetPasswordUrl\":\"http://www.business.hsbc.co.uk/1/2/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":15484,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.ca/1/2/PIB_HUB_IDV_HIDDEN/PIB_HUBIDVPRECUSTOMERMIGRATION_HIDDEN?__IWLang=en\",\"baseUrl\":\"http://www.hsbc.ca/1/2/en/home/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_15484.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_15484_7_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2018-01-22T10:13:00Z\",\"forgetPasswordUrl\":\"http://www.ecare.hsbc.ca/hbca/ecare?cmd_DisplayForgotPassword\",\"isAutoRefreshEnabled\":true,\"loginHelp\":\"<p><strong>To logon, please enter your username. If you have not been asked to create a username yet, continue using the last 10 digits of your BankCard or Personal Access Number.</strong></p>\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":4397,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.com.au/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zR39DAwjQD07Niw8N1i_IdlQEAAU0804!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.hsbc.com.au/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_4397.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_4397_3_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2018-01-03T11:05:22Z\",\"forgetPasswordUrl\":\"https://www.hsbc.com.au/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zR39DAwjQD07Niw8N1i_IdlQEAAU0804!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":9863,\"name\":\"HSBC Bank Personal Banking\",\"loginUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwjQL8h2VAQAdKy3eg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=PIB-Registration&__menuType=__REGISTRATION\",\"baseUrl\":\"https://www.hsbc.co.in/1/2/personal/personal-banking\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_9863.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_9863_6_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"IN\",\"lastModified\":\"2016-12-06T12:09:04Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwgAykeaxTt7-ruYuJiaGLgbB5oaePq7WXhZuvoau1saEtAdqR9ljiFvamwGl89JTU9MrtQPzdMPy8svygU6KFjfzyM_N1W_IDeissLEUREAb_WF7g!!/dl2/d1/L0lJSklna21DU1EhIS9JRGpBQUl5QUJFUkNKRXFnL1lGTkExTkk1MC01Rjg5dyEvN18wTzJRQzlVNUdGMEExRTRQNTM2MDAwMDAwMC9PX19fXzMvc2EuMC40NjI2NjkwNjY4NjkzMTY0/\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13960,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.ebanking.hsbc.com.hk/1/2/logon?LANGTAG=en&COUNTRYTAG=US\",\"baseUrl\":\"http://www.hsbc.com.hk/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13960.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13960_16_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"HK\",\"lastModified\":\"2018-01-23T11:32:06Z\",\"forgetPasswordUrl\":\"https://www.ebanking.hsbc.com.hk/1/2/logon?LANGTAG=en&COUNTRYTAG=US\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":18529,\"name\":\"HSBC Commercial\",\"loginUrl\":\"https://www.commercial.hsbc.com.hk/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zPwtDAwgAykeaxTu7O3qYmPsA-WGergaeJk4mBqa-boYGnsbE6EaX90HI49ft55Gfm6pfkBsaUe6oqAgAtY-BtA!!/dl3/d3/L0lDU1NSaVNRL0lKUkFBSWhNeENJIS9ZRllCUmZ3IS9lbl9VUw!!/?cmd_changeLocale=R2G_Header&targetLocale=en_US&setLocale=en_US&changelocale=en_US\",\"baseUrl\":\"http://www.hsbc.com.hk/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_18529.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_18529_16_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"HK\",\"lastModified\":\"2017-06-05T11:09:37Z\",\"forgetPasswordUrl\":\"https://www.commercial.hsbc.com.hk/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zPwtDAwgAykeaxTu7O3qYmPsA-WGergaeJk4mBqa-boYGnsbE6EaX90HI49ft55Gfm6pfkBsaUe6oqAgAtY-BtA!!/dl3/d3/L0lDU1NSaVNRL0lKUkFBSWhNeENJIS9ZRllCUmZ3IS9lbl9VUw!!/?cmd_changeLocale=R2G_Header&targetLocale=en_US&setLocale=en_US&changelocale=en_US\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":10072,\"name\":\"HSBC Private Bank\",\"loginUrl\":\"http://www1.hsbcprivatebank.com/1/2/uklogon\",\"baseUrl\":\"http://www.hsbcprivatebank.com/en\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_10072.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_10072_2_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2016-11-17T09:45:06Z\",\"forgetPasswordUrl\":\"http://www1.hsbcprivatebank.com/1/2/uklogon\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12269,\"name\":\"HSBC Credit Cards Online\",\"loginUrl\":\"https://credit.hsbc.com.au/ccol/#/login/1\",\"baseUrl\":\"http://www.hsbc.com.au\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12269.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12269_1_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2014-12-24T06:38:02Z\",\"forgetPasswordUrl\":\"https://www.banking.hsbc.com.au/cgi-bin/preLogin\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20159,\"name\":\"HSBC\",\"loginUrl\":\"https://www.hsbc.com.mx/1/2/!ut/p/c5/hcuxDoIwGEXhZ-EJektL0bEVC39SNQ1IgMV0MIZEwMHo61vjopM545fDBhabw2O8hPu4zOHKOjaoU65JIZWgg8Ea5LLCmtZzlDx6_-VoGvH2euW1ElD89659EdUpm5NNYcTn3pS6krkD0NIWJI1EtrMcJP7c-2qZzuw2HbunTpIXnPcH3Q!!/\",\"baseUrl\":\"https://www.hsbc.com.mx/1/2/es/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20159.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20159_47_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"ES\",\"primaryLanguageISOCode\":\"ES\",\"countryISOCode\":\"MX\",\"lastModified\":\"2017-12-19T11:15:43Z\",\"forgetPasswordUrl\":\"https://www.hsbc.com.mx/1/2/HUB_IDV2/registrate-en-banca-personal-por-internet?newuserrecovery=1\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":13726,\"name\":\"HSBC Bank\",\"loginUrl\":\"https://www.hsbc.fr/1/2/hsbc-france/particuliers/connexion\",\"baseUrl\":\"http://www.hsbc.fr/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_13726.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_13726_12_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"FR\",\"lastModified\":\"2017-08-18T14:15:59Z\",\"forgetPasswordUrl\":\"https://www.hsbc.fr/1/2/hsbc-france/particuliers/codes-oublies\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16102,\"name\":\"HSBC\",\"loginUrl\":\"https://www.ebanking.hsbc.co.nz\",\"baseUrl\":\"https://www.hsbc.co.nz/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16102.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16102_9_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"NZ\",\"lastModified\":\"2017-12-29T09:25:12Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.nz/1/2/ALL_SITE_PAGES/InternetBanking/HelpTexts/PIB_HELP_TEXT_LOGON#Forgot\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":5363,\"name\":\"HSBC Offshore Banking\",\"loginUrl\":\"https://www.expat.hsbc.com/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hfM3MDZyMvYwN3Z38zA6MgT0tnH6cgQ3c3Y6B8JG75IGM8ui3cDSC6nd0dPUzMfQwMDMI8XQ08TZxMDEx93QwNPAnp9vPIz03VL8gNjSh3VFQEAFX_GwI!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.expat.hsbc.com/1/2/hsbc-expat/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_5363.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_5363_50_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"lastModified\":\"2017-05-10T06:52:55Z\",\"forgetPasswordUrl\":\"https://www.expat.hsbc.com/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hDR19Xdy9vAw9_H39TA88AD29PLy8LQwMDA6B8JJK8u4u5o4GnpZl5gJGJqxFIniTdIU4mBp6G5l6WgQE-xOp2dnf0MDH3AfLDPF0NPE2ARpj6uhkaeBoT0F2QGxoa6qioCACcueqZ/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16614,\"name\":\"HSBC\",\"loginUrl\":\"https://www.hsbc.ae/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hfM3MDZyMvYwN3Z38zA6MgT0tnH6cgQ3c3Y6B8JG75IGM8ui3cDaC6DcPcHT1DjQz8DT2A8j5u5kY-7gEG7iEGBHT7eeTnpuoX5IZGlDsqKgIAYzmUFg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=\",\"baseUrl\":\"http://www.hsbc.ae/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16614.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16614_13_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AE\",\"lastModified\":\"2017-03-22T15:37:21Z\",\"forgetPasswordUrl\":\"https://www.hsbc.ae/1/2/ALL_SITE_PAGES/InternetBanking/HelpTexts/PIB_HELP_TEXT_LOGON\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":18424,\"name\":\"HSBC Business\",\"loginUrl\":\"https://www.hsbc.ca/1/2/PIB_HUB_IDV_HIDDEN/PIB_HUBIDVPRECUSTOMERMIGRATIONCMB_HIDDEN?__IWLang=en&__IWCountry=US&changelanguage.country=US&changelanguage.language=en\",\"baseUrl\":\"https://www.hsbc.ca/1/2/personal\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_18424_7_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2016-05-13T07:42:33Z\",\"forgetPasswordUrl\":\"https://www.hsbc.ca/1/2/PIB_HUB_IDV_HIDDEN/PIB_HUBIDVPRECUSTOMERMIGRATIONCMB_HIDDEN?__IWLang=en&__IWCountry=US&changelanguage.country=US&changelanguage.language=en\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12273,\"name\":\"HSBC Bank Business Banking\",\"loginUrl\":\"https://www.hsbc.com.au/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA1-PEE9zR39DAwjQD07Niw8N1i_IdlQEAAU0804!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.hsbc.com.au\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12273.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12273_3_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2013-08-21T09:14:43Z\",\"forgetPasswordUrl\":\"http://www.hsbc.com.au\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16280,\"name\":\"Canara HSBC OBC\",\"loginUrl\":\"https://myaccount.canarahsbclife.com/lifeinsurance/myportal/custportal\",\"baseUrl\":\"http://www.canarahsbclife.com/lifeinsurance/portal/canh\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16280_6_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"IN\",\"lastModified\":\"2015-12-15T10:55:34Z\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"insurance\"]},{\"name\":\"HOLDINGS\",\"container\":[\"insurance\"]},{\"name\":\"STATEMENTS\",\"container\":[\"insurance\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"insurance\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20244,\"name\":\"HSBC Business(MiVision)\",\"loginUrl\":\"https://mivision.hsbc.co.uk/mv-m1-mivision-uk-prod/pm/base/logon.asp\",\"baseUrl\":\"https://www.business.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20244.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20244_2_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2015-08-05T05:56:06Z\",\"forgetPasswordUrl\":\"https://mivision.hsbc.co.uk/mv-m1-mivision-uk-prod/pm/profile/forgot_user_frame.asp\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":21609,\"name\":\"HSBC net\",\"loginUrl\":\"https://www2.secure.hsbcnet.com/uims/portal/IDV_CAM10_AUTHENTICATION\",\"baseUrl\":\"http://www.business.hsbc.uk/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_21609.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_21609_2_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-10-27T04:54:47Z\",\"forgetPasswordUrl\":\"https://www2.secure.hsbcnet.com/uims/portal/IDV_CAM10_AUTHENTICATION\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16951,\"name\":\"HSBC Premier\",\"loginUrl\":\"https://www.ebanking.hsbc.co.nz/1/2/\",\"baseUrl\":\"https://www.hsbc.co.nz/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16951.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16951_9_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"NZ\",\"lastModified\":\"2016-08-18T05:05:22Z\",\"forgetPasswordUrl\":\"https://www.ebanking.hsbc.co.nz/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3hfM3MDZyMvYwN3Z38zA6MgT0tnH6cgQ3c3Y_3g1Lz40GD9gmxHRQCew-m7/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=PIB-Registration&__menuType=__REGISTRATION\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12346,\"name\":\"HSBC InvestDirect\",\"loginUrl\":\"https://invest.hsbc.ca/cam30_login.aspx\",\"baseUrl\":\"http://investdirect.hsbc.ca/default.aspx\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12346.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12346_7_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2018-01-09T12:29:43Z\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":19686,\"name\":\"HSBC\",\"loginUrl\":\"https://www.hsbc.com.my/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDCxNvAz9vzyAXA2cPRxMPywBDAwgAykdiyjv5w-WJ0e1v6m5g6RNiYWngbeRvHGRqbECc7uDUvPjQYH0_j_zcVP1I_ShzDMWeniYwxZE5qemJyZXY1XljqgvN0w_Lyy_KBYZBQW5oRLm3jyMAwombdA!!/dl3/d3/L0lJSklna21BL0lKakFBTXlBQkVSQ0pBISEvNEZHZ3NvMFZ2emE5SUFnIS83XzA4NEswTktJUkQwQ0hBNEhJSTQwMDAwMDAwL05mR01WMzcyNzAwMDQ!/\",\"baseUrl\":\"http://www.hsbc.com.my/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_19686.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_19686_22_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"MY\",\"lastModified\":\"2017-07-19T06:00:51Z\",\"forgetPasswordUrl\":\"https://www.hsbc.com.my/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDCxNvAz9vzyAXA2cPRxMPywBDAwgAykdiyjv5w-WJ0e1v6m5g6RNiYWngbeRvHGRqbECc7uDUvPjQYH0_j_zcVP1I_ShzDMWeniYwxZE5qemJyZXY1XljqgvN0w_Lyy_KBYZBQW5oRLm3jyMAwombdA!!/dl3/d3/L0lJSklna21BL0lKakFBTXlBQkVSQ0pBISEvNEZHZ3NvMFZ2emE5SUFnIS83XzA4NEswTktJUkQwQ0hBNEhJSTQwMDAwMDAwL05mR01WMzcyNzAwMDQ!/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20764,\"name\":\"HSBC (Empresas)\",\"loginUrl\":\"https://www2.secure.hsbcnet.com\",\"baseUrl\":\"https://www.hsbc.com.mx/1/2/es/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20764.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20764_47_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"ES\",\"primaryLanguageISOCode\":\"ES\",\"countryISOCode\":\"MX\",\"lastModified\":\"2016-12-22T15:02:30Z\",\"forgetPasswordUrl\":\"https://www2.secure.hsbcnet.com\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20798,\"name\":\"HSBC Master Card\",\"loginUrl\":\"https://www.ecare.hsbc.ca/hbca/ecare?cmd_DisplayLogin=&Language=en\",\"baseUrl\":\"http://www.hsbc.ca/1/2/en/home/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20798_7_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"CA\",\"lastModified\":\"2017-04-19T08:09:35Z\",\"forgetPasswordUrl\":\"http://www.ecare.hsbc.ca/hbca/ecare?cmd_DisplayForgotPassword=\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20138,\"name\":\"HSBC Singapore\",\"loginUrl\":\"https://www.hsbc.com.sg/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwjQL8h2VAQAdKy3eg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&__registrationType=PIB-Registration\",\"baseUrl\":\"http://www.hsbc.com.sg/1/2/home\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20138.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20138_26_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"SG\",\"lastModified\":\"2015-06-02T07:03:26Z\",\"forgetPasswordUrl\":\"http://www.hsbc.com.sg/1/2/home\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":16123,\"name\":\"HSBC Bank (Business)\",\"loginUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDf6NAZ8tQU3c3A0dDV5MAf2MTAwjQL8h2VAQAdKy3eg!!/?__Destination=HUB_IDV_CUSTOMER_MIGRATION&__IWLang=en&__IWCountry=US&PROPOSITION_TYPE=PFSCMB&__registrationType=IB-Registration&__menuType=__REGISTRATION\",\"baseUrl\":\"https://www.hsbc.co.in/1/2/homepage\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16123.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16123_6_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"IN\",\"lastModified\":\"2014-01-09T07:28:50Z\",\"forgetPasswordUrl\":\"https://www.hsbc.co.in/1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDgzAfSycDUy8LAzNDbz8vAxcDKNAvyHZUBAC-s2MB/?OLRLink=CAM20ForgotDOSILink\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":22884,\"name\":\"HSBC UK custom\",\"loginUrl\":\"https://www.hkgv2ls0027-uk.security.p2g.netd2.hsbc.com.hk/gsa?idv_cmd=idv.SaaSSecurityCommand\",\"baseUrl\":\"https://www.hsbc.co.uk/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_Default.SVG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_22884_2_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"GB\",\"lastModified\":\"2017-12-14T12:03:54Z\",\"forgetPasswordUrl\":\"https://www.hkgv2ls0027-uk.security.p2g.netd2.hsbc.com.hk/gsa?idv_cmd=idv.SaaSSecurityCommand\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]},{\"name\":\"STATEMENTS\",\"container\":[\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"loan\",\"creditCard\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":12270,\"name\":\"HSBC Online Share Trading\",\"loginUrl\":\"https://www.sharetrading.hsbc.com.au/\",\"baseUrl\":\"http://www.hsbc.com.au\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_12270.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_12270_3_1.PNG\",\"status\":\"Supported\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"AU\",\"lastModified\":\"2018-01-18T10:19:00Z\",\"forgetPasswordUrl\":\"https://www.sharetrading.hsbc.com.au/\",\"isAutoRefreshEnabled\":true,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":21373,\"name\":\"HSBC Bermuda\",\"loginUrl\":\"https://www.hsbc.bm/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3h_Qx93d29nA0-DYE8XA88QC7_AAC9zY_8AI6B8pFm8s7ujh4m5j4GBQZinq4GniZOJgamvm6GBpzGqbmMvMwNPL_cg44BAL6BiA30_j_zcVP2C3IhyAOpUeh8!/\",\"baseUrl\":\"https://www.hsbc.bm/1/2/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_21373.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_21373_54_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"BM\",\"lastModified\":\"2016-08-23T10:49:01Z\",\"forgetPasswordUrl\":\"https://www.hsbc.bm/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3h_Qx93d29nA0-DYE8XA88QC7_AAC9zY_8AI6B8pFm8s7ujh4m5j4GBQZinq4GniZOJgamvm6GBpzGqbmMvMwNPL_cg44BAL6BiA30_j_zcVP2C3IhyAOpUeh8!/\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"CREDENTIALS\"},{\"PRIORITY\":\"SEARCH\",\"id\":20791,\"name\":\"HSBC Private Bank\",\"loginUrl\":\"https://www.asia.hsbcprivatebank.com/1/2/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gPT0sDQ3d_Ay__YH8XA0eDQBOLIEMzI5dQQ6B8JG55AyNidDu7O3qYmPsYGBiEeboaeJo4mRiY-roZGngaE9Dt55Gfm6pfkBsaUe6oqAgA-v_hEA!!/dl3/d3/L0lDUmlTUSEhL3dHa0FKRnNBL1lCUmZ3QSEhL2Vu/\",\"baseUrl\":\"https://www.hsbcprivatebank.com/en/\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_20791.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_20791_26_1.PNG\",\"status\":\"Beta\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"countryISOCode\":\"SG\",\"lastModified\":\"2016-02-08T13:17:37Z\",\"forgetPasswordUrl\":\"https://www.asia.hsbcprivatebank.com/1/PA_pb2g/GlobalCommonDispatchServlet?cmd_contactUsen\",\"isAutoRefreshEnabled\":false,\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"bank\",\"investment\"]},{\"name\":\"HOLDINGS\",\"container\":[\"investment\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"bank\",\"investment\"]}]}],\"isAddedByUser\":\"false\",\"authType\":\"MFA_CREDENTIALS\"}]}"}],"_postman_id":"041ef7fb-5d0b-4df5-906a-305eafae9be2"},{"name":"Get Provider Details","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData= JSON.parse(responseBody);","","var loginform=jsonData.provider;","","tests[\"loginform:- \"+ loginform] = responseBody.has(\"provider\");","","","var test = 'Verify Account addition';","var json = JSON.parse(responseBody);","if(json.error){","    tests[test] = false;","}else{","    if(json.status !== 'Running'){","        tests[test] = json.status === 'Succeeded';   ","        postman.clearEnvironmentVariable('nextRequest');","    }else{","        postman.setNextRequest('Delay');","    }","}"]}}],"id":"7d9bb601-be0f-4f02-a3a0-14148ec3ac08","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers/4118","description":"<p>Get provider Id from Step 3 and pass it to this API to get provider's (or Financial Institution) login form.</p>\n","urlObject":{"path":["providers","4118"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8d822f1f-8256-47be-840b-304d141bda3a","name":"Get Provider Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers/4118","description":"Get provider Id from Step 3 and pass it to this API to get provider's (or Financial Institution) login form."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"1450","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:56:21 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"o1519120581711y4M27u000000NLHYJ","description":""}],"cookie":[],"responseTime":null,"body":"{\"provider\":[{\"id\":16441,\"name\":\"Dag Site\",\"loginUrl\":\"http://64.14.28.129/dag/index.do\",\"baseUrl\":\"http://64.14.28.129/dag/index.do\",\"favicon\":\"https://yodlee-1.hs.llnwd.net/v1/FAVICON/FAV_16441.PNG\",\"logo\":\"https://yodlee-1.hs.llnwd.net/v1/LOGO/LOGO_16441_1_1.PNG\",\"status\":\"Supported\",\"isAutoRefreshEnabled\":true,\"lastModified\":\"2017-08-10T07:37:06Z\",\"languageISOCode\":\"EN\",\"primaryLanguageISOCode\":\"EN\",\"loginForm\":[{\"id\":16103,\"forgetPasswordURL\":\"http://64.14.28.129/dag/index.do\",\"formType\":\"login\",\"row\":[{\"id\":150862,\"label\":\"Catalog\",\"form\":\"0001\",\"fieldRowChoice\":\"0001\",\"field\":[{\"id\":65499,\"name\":\"LOGIN\",\"type\":\"text\",\"value\":\"\",\"isOptional\":false,\"valueEditable\":true}]},{\"id\":150863,\"label\":\"Password\",\"form\":\"0001\",\"fieldRowChoice\":\"0002\",\"field\":[{\"id\":65500,\"name\":\"PASSWORD\",\"type\":\"password\",\"value\":\"\",\"isOptional\":false,\"valueEditable\":true}]}]}],\"dataset\":[{\"name\":\"ACCT_PROFILE\",\"attribute\":[{\"name\":\"FULL_ACCT_NUMBER\",\"container\":[\"bank\"]},{\"name\":\"BANK_TRANSFER_CODE\",\"container\":[\"bank\"]},{\"name\":\"HOLDER_NAME\",\"container\":[\"bank\"]}]},{\"name\":\"BASIC_AGG_DATA\",\"attribute\":[{\"name\":\"ACCOUNT_DETAILS\",\"container\":[\"insurance\",\"reward\",\"bank\",\"loan\",\"investment\",\"creditCard\"]},{\"name\":\"HOLDINGS\",\"container\":[\"insurance\",\"investment\"]},{\"name\":\"STATEMENTS\",\"container\":[\"insurance\",\"loan\",\"creditCard\"]},{\"name\":\"TRANSACTIONS\",\"container\":[\"insurance\",\"bank\",\"loan\",\"investment\",\"creditCard\"]}]}],\"authType\":\"CREDENTIALS\"}]}"}],"_postman_id":"7d9bb601-be0f-4f02-a3a0-14148ec3ac08"},{"name":"Get Public Key (PKI/additional security)","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["postman.setEnvironmentVariable('CobrandId',new String(\"asasas\"));"]}}],"id":"20fd9a60-56a8-4ff4-8478-ca659a0e07d3","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/publicKey","description":"<p>Encrypt data for added security</p>\n<p>Please read <a href=\"https://developer.yodlee.com/Yodlee_API/Yodlee_API_PKI_Feature\">PKI Feature</a>\nfor more information.</p>\n<p>You can encrypt data using our <a href=\"https://developer.yodlee.com/apidocs/utility/encrypt.html\">Utility</a></p>\n","urlObject":{"path":["cobrand","publicKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20fd9a60-56a8-4ff4-8478-ca659a0e07d3"},{"name":"Add Account","id":"daef6814-a1d1-485c-b80e-877879f0bc44","request":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"\r\n{\r\n  \"loginForm\": {\r\n    \"row\": [{\r\n      \"field\": [{\r\n        \"id\": 65499,\r\n        \"value\": \"sampleapp.site16441.1\"\r\n       }]\r\n     },\r\n     {\r\n      \"field\": [{\r\n        \"id\": 65500,\r\n        \"value\": \"site16441.1\"\r\n       }]\r\n     }]\r\n  },\r\n\"include\": [\"ACCT_PROFILE.HOLDER_NAME\"]\r\n} \r\n"},"url":"{{url}}providerAccounts?providerId=16441","description":"<p>Pass login form (obtained from  previous API) filled with right credentials to this API.</p>\n<p>You can use field array to simplify the usage (as done here). This will intiate account addition process.</p>\n","urlObject":{"host":["{{url}}providerAccounts"],"query":[{"key":"providerId","value":"16441"}],"variable":[]}},"response":[{"id":"b688fbf5-0563-42db-8161-f808449f840e","name":"Add Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"\r\n{\r\n  \"loginForm\": {\r\n    \"row\": [{\r\n      \"field\": [{\r\n        \"id\": 65499,\r\n        \"value\": \"sampleapp.site16441.1\"\r\n       }]\r\n     },\r\n     {\r\n      \"field\": [{\r\n        \"id\": 65500,\r\n        \"value\": \"site16441.1\"\r\n       }]\r\n     }]\r\n  },\r\n\"include\": [\"ACCT_PROFILE.HOLDER_NAME\"]\r\n} \r\n"},"url":{"raw":"{{url}}providerAccounts?providerId=16441","host":["{{url}}providerAccounts"],"query":[{"key":"providerId","value":"16441"}]},"description":"Pass login form (obtained from  previous API) filled with right credentials to this API.\n\nYou can use field array to simplify the usage (as done here). This will intiate account addition process."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"255","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:56:40 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"O1519120599544r4m27r000000NLaYC","description":""}],"cookie":[],"responseTime":null,"body":"{\"providerAccount\":[{\"id\":10147662,\"aggregationSource\":\"USER\",\"status\":\"LOGIN_IN_PROGRESS\",\"requestId\":\"PwEtURcH/ctH3XdTr1MwIylFDlk=\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"updateEligibility\":\"DISALLOW_UPDATE\",\"lastUpdateAttempt\":\"2018-02-20T04:50:39Z\"}]}]}"}],"_postman_id":"daef6814-a1d1-485c-b80e-877879f0bc44"},{"name":"Get Provider Account Details","id":"162880a5-5971-4e0e-9517-8fdbe847098a","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts/10147662","description":"<p>The get provider account details API is used: </p>\n<ol>\n<li><p>To get add/update account status (by polling).</p>\n</li>\n<li><p>To get MFA form (for MFA-type accounts)</p>\n</li>\n</ol>\n","urlObject":{"path":["providerAccounts","10147662"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2dcea9bf-c1e0-4cd5-9c93-cba22e4f5377","name":"6.a) Get Provider Account Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts/10147662","description":"The get provider account details API is used: \n\n1) To get add/update account status (by polling).\n\n2) To get MFA form (for MFA-type accounts)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"322","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:56:53 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"P1519120613315f4D27e000000NLGYm","description":""}],"cookie":[],"responseTime":null,"body":"{\"providerAccount\":[{\"id\":10147662,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-11-17T08:00:00Z\",\"status\":\"IN_PROGRESS\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"additionalStatus\":\"ACCT_SUMMARY_RECEIVED\",\"updateEligibility\":\"DISALLOW_UPDATE\",\"lastUpdateAttempt\":\"2018-02-20T04:50:39Z\"}]}]}"}],"_postman_id":"162880a5-5971-4e0e-9517-8fdbe847098a"},{"name":"Update Account (ProviderAccount)","id":"c5e8beaf-fbb8-44ec-a8f0-93849dc119de","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts?providerAccountIds=10147662","description":"<p>The Update Account API is used to:</p>\n<ol>\n<li><p>Update providerAccount with new credentials.</p>\n</li>\n<li><p>Initiate a providerAccount refresh.</p>\n</li>\n<li><p>Submit the MFA form filled with values.</p>\n</li>\n<li><p>Get the MFA form for multilevel MFA accounts</p>\n</li>\n</ol>\n<p>Note: On successful refresh/update call this API after 15 minutes.</p>\n","urlObject":{"path":["providerAccounts"],"host":["{{url}}"],"query":[{"key":"providerAccountIds","value":"10147662"}],"variable":[]}},"response":[],"_postman_id":"c5e8beaf-fbb8-44ec-a8f0-93849dc119de"},{"name":"Get Provider Accounts","id":"56ecb8b6-df04-4268-b785-77c245fda540","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts/10147662","description":"<p>Use the get provider accounts API to get high-level details of all provider accounts added under a user</p>\n","urlObject":{"path":["providerAccounts","10147662"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"01b97530-6091-4a97-8972-362b4f8f9ecc","name":"Get Provider Accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providerAccounts/10147662","description":"Use the get provider accounts API to get high-level details of all provider accounts added under a user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"8617","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:57:53 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"d1519120673619f4A27h000000NLWYG","description":""}],"cookie":[],"responseTime":null,"body":"{\"providerAccount\":[{\"id\":10694589,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2018-02-08T09:26:32Z\",\"status\":\"SUCCESS\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"additionalStatus\":\"AVAILABLE_DATA_RETRIEVED\",\"updateEligibility\":\"ALLOW_UPDATE\",\"lastUpdated\":\"2018-02-19T20:30:05Z\",\"lastUpdateAttempt\":\"2018-02-19T20:30:05Z\"}]},{\"id\":10694588,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2018-02-08T09:16:17Z\",\"status\":\"SUCCESS\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"additionalStatus\":\"AVAILABLE_DATA_RETRIEVED\",\"updateEligibility\":\"ALLOW_UPDATE\",\"lastUpdated\":\"2018-02-19T20:46:13Z\",\"lastUpdateAttempt\":\"2018-02-19T20:46:13Z\"}]},{\"id\":10442114,\"aggregationSource\":\"USER\",\"providerId\":8995,\"isManual\":false,\"createdDate\":\"2017-10-18T05:07:36Z\",\"status\":\"FAILED\"},{\"id\":10356476,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2017-08-11T06:58:24Z\",\"status\":\"FAILED\"},{\"id\":10352906,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2017-08-08T07:00:00Z\",\"status\":\"FAILED\"},{\"id\":10338609,\"aggregationSource\":\"USER\",\"providerId\":3952,\"isManual\":false,\"createdDate\":\"2017-07-25T06:28:06Z\"},{\"id\":10338608,\"aggregationSource\":\"USER\",\"providerId\":3952,\"isManual\":false,\"createdDate\":\"2017-07-25T06:27:55Z\"},{\"id\":10337796,\"aggregationSource\":\"USER\",\"providerId\":3952,\"isManual\":false,\"createdDate\":\"2017-07-25T06:34:30Z\"},{\"id\":10327864,\"aggregationSource\":\"USER\",\"providerId\":16442,\"isManual\":false,\"createdDate\":\"2017-07-13T05:13:56Z\"},{\"id\":10315403,\"aggregationSource\":\"USER\",\"providerId\":3030,\"isManual\":false,\"createdDate\":\"2017-07-05T06:38:05Z\"},{\"id\":10314375,\"aggregationSource\":\"USER\",\"providerId\":16442,\"isManual\":false,\"createdDate\":\"2017-07-04T07:00:00Z\"},{\"id\":10314374,\"aggregationSource\":\"USER\",\"providerId\":9779,\"isManual\":false,\"createdDate\":\"2017-07-04T07:00:00Z\"},{\"id\":10314248,\"aggregationSource\":\"USER\",\"providerId\":16442,\"isManual\":false,\"createdDate\":\"2017-07-04T07:00:00Z\"},{\"id\":10311764,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2017-07-04T07:00:00Z\",\"status\":\"FAILED\"},{\"id\":10311695,\"aggregationSource\":\"USER\",\"providerId\":2852,\"isManual\":false,\"createdDate\":\"2017-07-04T11:21:42Z\"},{\"id\":10303149,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2017-06-28T07:00:00Z\"},{\"id\":10267316,\"aggregationSource\":\"USER\",\"providerId\":19632,\"isManual\":false,\"createdDate\":\"2017-06-08T06:21:30Z\"},{\"id\":10260081,\"aggregationSource\":\"USER\",\"providerId\":10457,\"isManual\":false,\"createdDate\":\"2017-05-26T10:55:51Z\"},{\"id\":10241785,\"aggregationSource\":\"USER\",\"providerId\":9266,\"isManual\":false,\"createdDate\":\"2017-04-14T06:05:50Z\"},{\"id\":10241784,\"aggregationSource\":\"USER\",\"providerId\":16442,\"isManual\":false,\"createdDate\":\"2017-04-13T07:00:00Z\"},{\"id\":10240657,\"aggregationSource\":\"USER\",\"providerId\":9266,\"isManual\":false,\"createdDate\":\"2017-04-12T07:00:00Z\"},{\"id\":10240594,\"aggregationSource\":\"USER\",\"providerId\":16477,\"isManual\":false,\"createdDate\":\"2017-04-12T18:55:20Z\"},{\"id\":10240593,\"aggregationSource\":\"USER\",\"providerId\":16447,\"isManual\":false,\"createdDate\":\"2017-04-12T18:53:17Z\"},{\"id\":10240568,\"aggregationSource\":\"USER\",\"providerId\":9266,\"isManual\":false,\"createdDate\":\"2017-04-12T17:23:44Z\"},{\"id\":10236170,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2017-04-04T07:00:00Z\"},{\"id\":10223520,\"aggregationSource\":\"USER\",\"providerId\":16442,\"isManual\":false,\"createdDate\":\"2017-03-13T07:31:49Z\"},{\"id\":10204350,\"aggregationSource\":\"USER\",\"providerId\":3612,\"isManual\":false,\"createdDate\":\"2017-02-27T03:10:07Z\"},{\"id\":10202011,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2017-02-23T09:32:54Z\",\"status\":\"FAILED\"},{\"id\":10200186,\"aggregationSource\":\"USER\",\"providerId\":9310,\"isManual\":false,\"createdDate\":\"2017-02-22T10:45:29Z\"},{\"id\":10200185,\"aggregationSource\":\"USER\",\"providerId\":9310,\"isManual\":false,\"createdDate\":\"2017-02-22T10:39:59Z\"},{\"id\":10175683,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2017-01-12T10:04:22Z\",\"status\":\"FAILED\"},{\"id\":10175676,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2017-01-12T05:02:09Z\",\"status\":\"FAILED\"},{\"id\":10175434,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2017-01-12T05:03:53Z\"},{\"id\":10174882,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2017-01-11T04:59:18Z\"},{\"id\":10171802,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2017-01-05T08:43:18Z\",\"status\":\"FAILED\"},{\"id\":10169891,\"aggregationSource\":\"USER\",\"providerId\":16445,\"isManual\":false,\"createdDate\":\"2017-01-05T08:40:17Z\"},{\"id\":10166176,\"aggregationSource\":\"USER\",\"providerId\":2852,\"isManual\":false,\"createdDate\":\"2016-12-30T05:47:27Z\"},{\"id\":10166030,\"aggregationSource\":\"USER\",\"providerId\":16442,\"isManual\":false,\"createdDate\":\"2017-01-01T08:00:00Z\"},{\"id\":10165655,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-12-28T08:00:00Z\",\"status\":\"FAILED\"},{\"id\":10165550,\"aggregationSource\":\"USER\",\"providerId\":2852,\"isManual\":false,\"createdDate\":\"2016-12-27T11:44:39Z\"},{\"id\":10165504,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2016-12-28T09:24:43Z\"},{\"id\":10165503,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-12-27T11:09:59Z\",\"status\":\"FAILED\"},{\"id\":10165502,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-12-27T08:00:00Z\",\"status\":\"FAILED\"},{\"id\":10165501,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-12-27T10:24:42Z\"},{\"id\":10165500,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-12-27T10:18:45Z\",\"status\":\"FAILED\"},{\"id\":10165473,\"aggregationSource\":\"USER\",\"providerId\":8995,\"isManual\":false,\"createdDate\":\"2016-12-27T11:02:56Z\",\"status\":\"FAILED\"},{\"id\":10165472,\"aggregationSource\":\"USER\",\"providerId\":8995,\"isManual\":false,\"createdDate\":\"2016-12-27T11:02:23Z\"},{\"id\":10165458,\"aggregationSource\":\"USER\",\"providerId\":8995,\"isManual\":false,\"createdDate\":\"2016-12-27T10:57:28Z\",\"status\":\"FAILED\"},{\"id\":10165457,\"aggregationSource\":\"USER\",\"providerId\":8995,\"isManual\":false,\"createdDate\":\"2016-12-27T10:54:58Z\",\"status\":\"FAILED\"},{\"id\":10159152,\"aggregationSource\":\"USER\",\"providerId\":18769,\"isManual\":false,\"createdDate\":\"2016-12-19T11:12:47Z\"},{\"id\":10159150,\"aggregationSource\":\"USER\",\"providerId\":18769,\"isManual\":false,\"createdDate\":\"2016-12-19T11:07:15Z\"},{\"id\":10158263,\"aggregationSource\":\"USER\",\"providerId\":18769,\"isManual\":false,\"createdDate\":\"2016-12-19T08:00:00Z\"},{\"id\":10155915,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-12-15T08:00:00Z\",\"status\":\"FAILED\"},{\"id\":10155546,\"aggregationSource\":\"USER\",\"providerId\":4118,\"isManual\":false,\"createdDate\":\"2016-12-07T09:09:01Z\"},{\"id\":10155543,\"aggregationSource\":\"USER\",\"providerId\":4118,\"isManual\":false,\"createdDate\":\"2016-12-07T06:26:39Z\"},{\"id\":10155000,\"aggregationSource\":\"USER\",\"providerId\":4118,\"isManual\":false,\"createdDate\":\"2016-12-02T07:39:49Z\"},{\"id\":10154969,\"aggregationSource\":\"USER\",\"providerId\":3952,\"isManual\":false,\"createdDate\":\"2016-12-02T08:42:57Z\"},{\"id\":10154498,\"aggregationSource\":\"USER\",\"providerId\":4118,\"isManual\":false,\"createdDate\":\"2016-12-02T04:59:05Z\"},{\"id\":10154459,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-11-30T08:00:00Z\",\"status\":\"FAILED\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"additionalStatus\":\"REQUEST_TIME_OUT\",\"updateEligibility\":\"ALLOW_UPDATE\",\"lastUpdateAttempt\":\"2018-02-06T10:07:33Z\"}]},{\"id\":10154330,\"aggregationSource\":\"USER\",\"providerId\":4118,\"isManual\":false,\"createdDate\":\"2016-12-01T04:24:30Z\"},{\"id\":10147665,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2016-11-18T10:38:31Z\"},{\"id\":10147664,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2016-11-18T10:27:11Z\"},{\"id\":10147663,\"aggregationSource\":\"USER\",\"providerId\":16486,\"isManual\":false,\"createdDate\":\"2016-11-18T10:26:14Z\"},{\"id\":10147662,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-11-17T08:00:00Z\",\"status\":\"IN_PROGRESS\",\"dataset\":[{\"name\":\"BASIC_AGG_DATA\",\"additionalStatus\":\"ACCT_SUMMARY_RECEIVED\",\"updateEligibility\":\"DISALLOW_UPDATE\",\"lastUpdateAttempt\":\"2018-02-20T04:50:39Z\"}]},{\"id\":10125442,\"aggregationSource\":\"USER\",\"providerId\":16441,\"isManual\":false,\"createdDate\":\"2016-06-15T11:36:02Z\"}]}"}],"_postman_id":"56ecb8b6-df04-4268-b785-77c245fda540"},{"name":"Get Accounts","id":"ca9eb0f7-7360-4bee-8a23-0eba981373d0","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts?providerAccountId=10147662","description":"<p>To get details of all accounts.</p>\n","urlObject":{"path":["accounts"],"host":["{{url}}"],"query":[{"key":"providerAccountId","value":"10147662"}],"variable":[]}},"response":[{"id":"fcacf3cc-a271-4bef-98e4-331b375c9f2a","name":"Get Accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts?providerAccountId=10147662","host":["{{url}}"],"path":["accounts"],"query":[{"key":"providerAccountId","value":"10147662"}]},"description":"To get details of all accounts."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"8228","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:58:06 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"N1519120686624p4A27v000000NLJYR","description":""}],"cookie":[],"responseTime":null,"body":"{\"account\":[{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA1\",\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-56231234\",\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-12-08T09:43:24Z\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10325927,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-12-08T09:43:24Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10325926,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"accountName\":\"DAG BILLING\",\"accountType\":\"BILLS\",\"dueDate\":\"2013-12-28\",\"isManual\":false,\"displayedName\":\"DAG\",\"accountNumber\":\"555555\",\"frequency\":\"ANNUALLY\",\"accountStatus\":\"ACTIVE\",\"amountDue\":{\"amount\":1200,\"currency\":\"USD\"},\"lastUpdated\":\"2018-01-28T02:13:26Z\",\"isAsset\":false,\"createdDate\":\"2016-12-02T08:44:22Z\",\"balance\":{\"amount\":1200,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bill\",\"id\":10323602,\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":100,\"currency\":\"USD\"}},{\"accountName\":\"YODLEE\",\"accountType\":\"REWARD_POINTS\",\"isManual\":false,\"displayedName\":\"YODLEE\",\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-24T22:37:54Z\",\"isAsset\":true,\"createdDate\":\"2016-12-02T08:44:22Z\",\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"reward\",\"primaryRewardUnit\":\"Rew Unit\",\"id\":10323601,\"providerName\":\"Dag Site\"},{\"includeInNetWorth\":true,\"accountName\":\"DAG INVESTMENT\",\"accountType\":\"CORPORATE_INVESTMENT_ACCOUNT\",\"isManual\":false,\"displayedName\":\"DAG\",\"accountNumber\":\"555555\",\"accountStatus\":\"ACTIVE\",\"shortBalance\":{\"amount\":15000,\"currency\":\"USD\"},\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"isAsset\":true,\"createdDate\":\"2016-12-02T08:44:22Z\",\"balance\":{\"amount\":79629,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"investment\",\"id\":10323600,\"cash\":{\"amount\":1000,\"currency\":\"USD\"},\"providerName\":\"Dag Site\",\"marginBalance\":{\"amount\":2369,\"currency\":\"USD\"}},{\"policyEffectiveDate\":\"2013-01-17\",\"includeInNetWorth\":false,\"accountName\":\"DAG INSURANCE\",\"dueDate\":\"2013-01-07\",\"policyStatus\":\"ACTIVE\",\"accountStatus\":\"ACTIVE\",\"lifeInsuranceType\":\"OTHER\",\"lastUpdated\":\"2018-01-25T06:09:22Z\",\"premium\":{\"amount\":5000,\"currency\":\"USD\"},\"isAsset\":false,\"balance\":{\"amount\":5000,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"remainingBalance\":{\"amount\":5000,\"currency\":\"USD\"},\"id\":10323580,\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":5000,\"currency\":\"USD\"},\"accountType\":\"INSURANCE\",\"isManual\":false,\"displayedName\":\"DAG\",\"cashValue\":{\"amount\":5000,\"currency\":\"USD\"},\"accountNumber\":\"5555556\",\"amountDue\":{\"amount\":5000,\"currency\":\"USD\"},\"policyToDate\":\"2013-01-17\",\"policyFromDate\":\"2013-01-17\",\"createdDate\":\"2016-12-02T08:44:22Z\",\"providerAccountId\":10147662,\"CONTAINER\":\"insurance\"},{\"includeInNetWorth\":true,\"accountName\":\"Super CD Plus\",\"dueDate\":\"2012-01-25\",\"interestPaidLastYear\":{\"amount\":14000,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-25T06:09:22Z\",\"isAsset\":false,\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"maturityDate\":\"2013-01-25\",\"term\":\"P30Y\",\"id\":10323579,\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":200,\"currency\":\"USD\"},\"interestRate\":7,\"availableCredit\":{\"amount\":200,\"currency\":\"USD\"},\"accountType\":\"OTHER\",\"isManual\":false,\"displayedName\":\"Bill Gates\",\"originationDate\":\"2013-01-22\",\"accountNumber\":\"354-2334\",\"interestRateType\":\"VARIABLE\",\"amountDue\":{\"amount\":14000,\"currency\":\"USD\"},\"originalLoanAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"createdDate\":\"2016-12-02T08:44:22Z\",\"interestPaidYTD\":{\"amount\":5000,\"currency\":\"USD\"},\"providerAccountId\":10147662,\"CONTAINER\":\"loan\",\"collateral\":\"ABC\"},{\"includeInNetWorth\":true,\"availableCredit\":{\"amount\":1000,\"currency\":\"USD\"},\"accountName\":\"Super CD Plus\",\"accountType\":\"CREDIT\",\"dueDate\":\"2013-02-14\",\"isManual\":false,\"displayedName\":\"Bill Gates\",\"accountNumber\":\"354-2334\",\"accountStatus\":\"ACTIVE\",\"amountDue\":{\"amount\":100,\"currency\":\"USD\"},\"lastUpdated\":\"2018-01-29T23:15:22Z\",\"isAsset\":false,\"createdDate\":\"2016-12-02T08:44:22Z\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"totalCashLimit\":{\"amount\":100,\"currency\":\"USD\"},\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"creditCard\",\"id\":10323578,\"totalCreditLine\":{\"amount\":100,\"currency\":\"USD\"},\"providerName\":\"Dag Site\",\"minimumAmountDue\":{\"amount\":1000,\"currency\":\"USD\"}},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA1\",\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-56231234\",\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T09:06:49Z\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316453,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T09:06:49Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316452,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA1\",\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-56231234\",\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-29T23:15:22Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T07:37:48Z\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316389,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-29T23:15:22Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T07:37:48Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316388,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]},{\"includeInNetWorth\":true,\"accountName\":\"TESTDATA\",\"currentBalance\":{\"amount\":44.78,\"currency\":\"USD\"},\"accountType\":\"CHECKING\",\"isManual\":false,\"displayedName\":\"accountHolder\",\"accountNumber\":\"503-1123111\",\"availableBalance\":{\"amount\":54.78,\"currency\":\"USD\"},\"accountStatus\":\"ACTIVE\",\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"isAsset\":true,\"createdDate\":\"2016-11-18T07:31:12Z\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"aggregationSource\":\"USER\",\"providerId\":\"16441\",\"providerAccountId\":10147662,\"CONTAINER\":\"bank\",\"id\":10316386,\"providerName\":\"Dag Site\",\"bankTransferCode\":[{\"id\":\"999988181\"}]}]}"}],"_postman_id":"ca9eb0f7-7360-4bee-8a23-0eba981373d0"},{"name":"Get Account Details","id":"ad86a4c4-59c5-4560-85b3-459b715bd781","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/10325927?container=bank","description":"<p>To get detailed information of a particular account.</p>\n","urlObject":{"path":["accounts","10325927"],"host":["{{url}}"],"query":[{"key":"container","value":"bank"}],"variable":[]}},"response":[{"id":"d4d19fd1-f355-4f12-83c5-58bdd0eea5fc","name":"Get Account Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/accounts/10325927?container=bank","host":["{{url}}"],"path":["accounts","10325927"],"query":[{"key":"container","value":"bank"}]},"description":"To get detailed information of a particular account."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"615","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:58:20 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"A1519120700177d4p27y000000NLhYN","description":""}],"cookie":[],"responseTime":null,"body":"{\"account\":[{\"CONTAINER\":\"bank\",\"providerAccountId\":10147662,\"accountName\":\"TESTDATA1\",\"accountStatus\":\"ACTIVE\",\"accountNumber\":\"503-56231234\",\"aggregationSource\":\"USER\",\"isAsset\":true,\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"id\":10325927,\"lastUpdated\":\"2018-01-30T09:06:00Z\",\"includeInNetWorth\":true,\"providerId\":\"16441\",\"providerName\":\"Dag Site\",\"isManual\":false,\"availableBalance\":{\"amount\":65454.78,\"currency\":\"USD\"},\"currentBalance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"accountType\":\"SAVINGS\",\"displayedName\":\"accountHolder\",\"bankTransferCode\":[{\"id\":\"999988181\"}],\"createdDate\":\"2016-12-08T09:43:24Z\"}]}"}],"_postman_id":"ad86a4c4-59c5-4560-85b3-459b715bd781"},{"name":"Get Transactions","id":"cde4a4b5-7d20-43e9-8c7a-07428095d172","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions?fromDate=2010-01-01&toDate=2014-05-04","description":"<p>The get transactions API is used to fetch transactional data</p>\n<p>Please go to <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactions\"></a>\n for more filter options.</p>\n<p>Also please refer to our <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Transaction_Data_Enrichment\">Transaction Data Enrichment guide</a>.</p>\n","urlObject":{"path":["transactions"],"host":["{{url}}"],"query":[{"key":"fromDate","value":"2010-01-01"},{"key":"toDate","value":"2014-05-04"}],"variable":[]}},"response":[{"id":"b8d1adbf-3035-4b14-80f2-f2ad535d10eb","name":"ChaseCredit","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions?fromDate=2010-01-01&toDate=2014-05-04","host":["{{url}}"],"path":["transactions"],"query":[{"key":"fromDate","value":"2010-01-01"},{"key":"toDate","value":"2014-05-04"}]},"description":"The get transactions API is used to fetch transactional data\n\nPlease go to <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactions\"></a>\n for more filter options.\n\nAlso please refer to our <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Transaction_Data_Enrichment\">Transaction Data Enrichment guide</a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Accept-Charset","key":"Accept-Charset","value":"big5, big5-hkscs, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json;charset=UTF-8","description":""},{"name":"Date","key":"Date","value":"Thu, 18 May 2017 11:35:57 GMT","description":""},{"name":"Link","key":"Link","value":": /ysl/brightplanllc/v1/transactions/count?category=&accountId=11496225&fromDate=2010-01-01&baseType=&merchant=&container=creditCard&keyword=&toDate=2017-05-04&type=;rel=count","description":"","isLink":true},{"name":"Server","key":"Server","value":"Unknown","description":""},{"name":"Transfer-Encoding","key":"Transfer-Encoding","value":"chunked","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"w1495107355990a10O13d000000NLPYb-1","description":""}],"cookie":[],"responseTime":null,"body":"{\"transaction\":[{\"CONTAINER\":\"creditCard\",\"id\":23243687,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":4.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GOOGLE *SVCSAPPS_larry\",\"simple\":\"Google\"},\"date\":\"2017-05-03\",\"postDate\":\"2017-05-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"google\",\"source\":\"FACTUAL\",\"name\":\"Google\",\"categoryLabel\":[\"Services/Supplies\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243601,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":368.21,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-05-03\",\"postDate\":\"2017-05-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243608,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":224.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS USA\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-05-02\",\"postDate\":\"2017-05-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243672,\"type\":\"REFUND\",\"subType\":\"REFUND\",\"amount\":{\"amount\":21.64,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WALNUT CREEK HARDWARE\",\"simple\":\"Ace Hardware\"},\"date\":\"2017-04-28\",\"postDate\":\"2017-04-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"acehardware\",\"source\":\"FACTUAL\",\"name\":\"Ace Hardware\",\"categoryLabel\":[\"Home Improvement\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243641,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":43.3,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TERRA PATIO GARDEN\",\"simple\":\"TERRA PATIO GARDEN\"},\"date\":\"2017-04-28\",\"postDate\":\"2017-04-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243684,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-26\",\"postDate\":\"2017-04-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243611,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Audible\",\"simple\":\"Audible Inc.\"},\"date\":\"2017-04-26\",\"postDate\":\"2017-04-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"audibleinc.\",\"source\":\"FACTUAL\",\"name\":\"Audible Inc.\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243618,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":409.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-04-25\",\"postDate\":\"2017-04-25\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243674,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":221.49,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"VZWRLSS*APOCC VISW\",\"simple\":\"Verizon\"},\"date\":\"2017-04-23\",\"postDate\":\"2017-04-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"verizon\",\"source\":\"FACTUAL\",\"name\":\"Verizon\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243671,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":0.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-23\",\"postDate\":\"2017-04-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243648,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":101.01,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WALNUT CREEK HARDWARE\",\"simple\":\"Ace Hardware\"},\"date\":\"2017-04-23\",\"postDate\":\"2017-04-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"acehardware\",\"source\":\"FACTUAL\",\"name\":\"Ace Hardware\",\"categoryLabel\":[\"Home Improvement\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243681,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":5.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-21\",\"postDate\":\"2017-04-21\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243661,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":21.73,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SLOAT GARDEN CNTR #15\",\"simple\":\"Sloat Garden Centers, Inc\"},\"date\":\"2017-04-19\",\"postDate\":\"2017-04-19\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"33517\",\"source\":\"YODLEE\",\"name\":\"Sloat Garden Centers, Inc\"},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243610,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":309.93,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-04-19\",\"postDate\":\"2017-04-19\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243658,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":32.75,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"AMAZON MKTPLACE PMTS\",\"simple\":\"Amazon\"},\"date\":\"2017-04-18\",\"postDate\":\"2017-04-18\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"amazon\",\"source\":\"FACTUAL\",\"name\":\"Amazon\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243657,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":123.52,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":45,\"category\":\"Office Expenses\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"STAPLES 00104430\",\"simple\":\"Staples\"},\"date\":\"2016-04-18\",\"postDate\":\"2017-04-18\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"staples\",\"source\":\"FACTUAL\",\"name\":\"Staples\",\"categoryLabel\":[\"Office Expenses\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243656,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":37.32,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-09-23\",\"postDate\":\"2017-09-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243653,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":80.87,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"REPLACEMENTS TABLEWARE\",\"simple\":\"REPLACEMENTS TABLEWARE\"},\"date\":\"2017-04-17\",\"postDate\":\"2017-04-17\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243639,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":40.07,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SMARTNFINAL44711004470\",\"simple\":\"Smart & Final\"},\"date\":\"2017-04-17\",\"postDate\":\"2017-04-17\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"smart&final\",\"source\":\"FACTUAL\",\"name\":\"Smart & Final\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243650,\"type\":\"PAYMENT\",\"subType\":\"INSURANCE_PAYMENT\",\"amount\":{\"amount\":1780.54,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":14,\"category\":\"Insurance\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GEICO *AUTO\",\"simple\":\"Geico\"},\"date\":\"2017-04-16\",\"postDate\":\"2017-04-16\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"geico\",\"source\":\"FACTUAL\",\"name\":\"Geico\",\"categoryLabel\":[\"Insurance\"]},\"highLevelCategoryId\":10000020},{\"CONTAINER\":\"creditCard\",\"id\":23243627,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":6.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-04-16\",\"postDate\":\"2017-04-16\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243619,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":5.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-04-14\",\"postDate\":\"2017-04-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243613,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":46.93,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-04-14\",\"postDate\":\"2017-04-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243654,\"type\":\"REFUND\",\"subType\":\"REFUND\",\"amount\":{\"amount\":227.85,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"INCOME\",\"categoryId\":227,\"category\":\"Refunds/Adjustments\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"IN *ECOMULCH\",\"simple\":\"IN *ECOMULCH\"},\"date\":\"2017-04-13\",\"postDate\":\"2017-04-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000019},{\"CONTAINER\":\"creditCard\",\"id\":23243632,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":11.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-04-13\",\"postDate\":\"2017-04-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243623,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":119.98,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"INTUIT *TURBOTAX\",\"simple\":\"Intuit\"},\"date\":\"2017-04-11\",\"postDate\":\"2017-04-11\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"intuit\",\"source\":\"FACTUAL\",\"name\":\"Intuit\",\"categoryLabel\":[\"Insurance\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243617,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":20.5,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":19,\"category\":\"Other Expenses\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SHARPS COMPLIANCE INC.\",\"simple\":\"SHARPS COMPLIANCE INC.\"},\"date\":\"2016-09-23\",\"postDate\":\"2017-04-11\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000009},{\"CONTAINER\":\"creditCard\",\"id\":23243614,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":209.05,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WHOLEFDS LAF 10349\",\"simple\":\"Whole Foods\"},\"date\":\"2017-04-11\",\"postDate\":\"2017-04-11\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"wholefoods\",\"source\":\"FACTUAL\",\"name\":\"Whole Foods\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243670,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":92.1,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"COST PLUS WLD #22\",\"simple\":\"Cost Plus World Market\"},\"date\":\"2017-04-10\",\"postDate\":\"2017-04-10\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"costplusworldmarket\",\"source\":\"FACTUAL\",\"name\":\"Cost Plus World Market\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243603,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":78.29,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":45,\"category\":\"Office Expenses\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"STAPLES 00104430\",\"simple\":\"Staples\"},\"date\":\"2016-09-22\",\"postDate\":\"2017-04-10\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"staples\",\"source\":\"FACTUAL\",\"name\":\"Staples\",\"categoryLabel\":[\"Office Expenses\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243673,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":59.98,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"INTUIT *TURBOTAX\",\"simple\":\"Intuit\"},\"date\":\"2017-04-09\",\"postDate\":\"2017-04-09\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"intuit\",\"source\":\"FACTUAL\",\"name\":\"Intuit\",\"categoryLabel\":[\"Insurance\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243605,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":86.74,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":11,\"category\":\"Healthcare/Medical\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WALGREENS #5864\",\"simple\":\"Walgreens\"},\"date\":\"2017-04-07\",\"postDate\":\"2017-04-07\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"walgreens\",\"source\":\"FACTUAL\",\"name\":\"Walgreens\",\"categoryLabel\":[\"Healthcare/Medical\"]},\"highLevelCategoryId\":10000006},{\"CONTAINER\":\"creditCard\",\"id\":23243638,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":6.5,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"DSC*DOLLAR SHAVE CLUB\",\"simple\":\"Dollar Shave Club\"},\"date\":\"2017-04-06\",\"postDate\":\"2017-04-06\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"dollarshaveclub\",\"source\":\"FACTUAL\",\"name\":\"Dollar Shave Club\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243686,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":25,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"FASTRAK CSC\",\"simple\":\"FasTrak\"},\"date\":\"2017-04-05\",\"postDate\":\"2017-04-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"fastrak\",\"source\":\"FACTUAL\",\"name\":\"FasTrak\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243635,\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"amount\":{\"amount\":2730.41,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"AUTOMATIC PAYMENT - THANK\",\"simple\":\"Credit Card Payment\"},\"date\":\"2017-04-05\",\"postDate\":\"2017-04-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000018},{\"CONTAINER\":\"creditCard\",\"id\":23243665,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":325.17,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-04-04\",\"postDate\":\"2017-04-04\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243624,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":227.85,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"IN *ECOMULCH\",\"simple\":\"IN *ECOMULCH\"},\"date\":\"2017-04-04\",\"postDate\":\"2017-04-04\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243683,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":4.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GOOGLE *SVCSAPPS_larry\",\"simple\":\"Google\"},\"date\":\"2017-04-03\",\"postDate\":\"2017-04-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"google\",\"source\":\"FACTUAL\",\"name\":\"Google\",\"categoryLabel\":[\"Services/Supplies\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243631,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":24.94,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":2,\"category\":\"Automotive/Fuel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"CHEVRON 0206853\",\"simple\":\"Chevron\"},\"date\":\"2017-04-03\",\"postDate\":\"2017-04-03\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"chevron\",\"source\":\"FACTUAL\",\"name\":\"Chevron\",\"categoryLabel\":[\"Automotive/Fuel\"]},\"highLevelCategoryId\":10000003},{\"CONTAINER\":\"creditCard\",\"id\":23243679,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":9.7,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER TECHNOLOGIES INC\",\"simple\":\"Uber\"},\"date\":\"2017-04-02\",\"postDate\":\"2017-04-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243669,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":224.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS USA\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-04-02\",\"postDate\":\"2017-04-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243625,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":6.65,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER TECHNOLOGIES INC\",\"simple\":\"Uber\"},\"date\":\"2017-03-28\",\"postDate\":\"2017-03-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243604,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":6.65,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER TECHNOLOGIES INC\",\"simple\":\"Uber\"},\"date\":\"2017-03-28\",\"postDate\":\"2017-03-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243622,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Audible\",\"simple\":\"Audible Inc.\"},\"date\":\"2017-03-26\",\"postDate\":\"2017-03-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"audibleinc.\",\"source\":\"FACTUAL\",\"name\":\"Audible Inc.\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243621,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-03-26\",\"postDate\":\"2017-03-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243602,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":8.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UBER US MAR24 XAZOW\",\"simple\":\"Uber\"},\"date\":\"2017-03-26\",\"postDate\":\"2017-03-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"uber\",\"source\":\"FACTUAL\",\"name\":\"Uber\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243637,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":0.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-03-23\",\"postDate\":\"2017-03-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243626,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":221.39,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"VZWRLSS*APOCC VISW\",\"simple\":\"Verizon\"},\"date\":\"2017-03-23\",\"postDate\":\"2017-03-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"verizon\",\"source\":\"FACTUAL\",\"name\":\"Verizon\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243620,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":12.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SAFEWAY STORE00009720\",\"simple\":\"Safeway\"},\"date\":\"2017-03-23\",\"postDate\":\"2017-03-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"safeway\",\"source\":\"FACTUAL\",\"name\":\"Safeway\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243668,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":128.92,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"THE WINE MINE\",\"simple\":\"THE WINE MINE\"},\"date\":\"2017-03-21\",\"postDate\":\"2017-03-21\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243634,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":369.86,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-03-20\",\"postDate\":\"2017-03-20\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243629,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":36.46,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":22,\"category\":\"Restaurants\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"KELLY MOORE PAINTS\",\"simple\":\"KELLY MOORE PAINTS\"},\"date\":\"2017-03-20\",\"postDate\":\"2017-03-20\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243664,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":6.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-03-15\",\"postDate\":\"2017-03-15\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243600,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":247.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WHOLEFDS WAL 10101\",\"simple\":\"Whole Foods\"},\"date\":\"2017-03-14\",\"postDate\":\"2017-03-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"wholefoods\",\"source\":\"FACTUAL\",\"name\":\"Whole Foods\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243636,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":11.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Netflix.com\",\"simple\":\"Netflix\"},\"date\":\"2017-03-13\",\"postDate\":\"2017-03-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243646,\"type\":\"CHARGES_FEES\",\"subType\":\"ANNUAL_FEE\",\"amount\":{\"amount\":199.96,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24HOURFITANNUALFEE\",\"simple\":\"Annual Fee\"},\"date\":\"2017-03-12\",\"postDate\":\"2017-03-12\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243688,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":238.59,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SAFEWAY STORE00009720\",\"simple\":\"Safeway\"},\"date\":\"2017-03-07\",\"postDate\":\"2017-03-07\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"safeway\",\"source\":\"FACTUAL\",\"name\":\"Safeway\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243667,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":206.66,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TARGET 00003301\",\"simple\":\"Target\"},\"date\":\"2017-03-06\",\"postDate\":\"2017-03-06\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"target\",\"source\":\"FACTUAL\",\"name\":\"Target\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243677,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":75.25,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UNITED 0162920202766\",\"simple\":\"United Airlines\"},\"date\":\"2017-03-05\",\"postDate\":\"2017-03-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"unitedairlines\",\"source\":\"FACTUAL\",\"name\":\"United Airlines\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243676,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":11.2,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":23,\"category\":\"Travel\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"UNITED 0162338169037\",\"simple\":\"United Airlines\"},\"date\":\"2017-03-05\",\"postDate\":\"2017-03-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"unitedairlines\",\"source\":\"FACTUAL\",\"name\":\"United Airlines\",\"categoryLabel\":[\"Travel\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243640,\"type\":\"PAYMENT\",\"subType\":\"CREDIT_CARD_PAYMENT\",\"amount\":{\"amount\":2599.56,\"currency\":\"USD\"},\"baseType\":\"CREDIT\",\"categoryType\":\"TRANSFER\",\"categoryId\":26,\"category\":\"Credit Card Payments\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"AUTOMATIC PAYMENT - THANK\",\"simple\":\"Credit Card Payment\"},\"date\":\"2017-03-05\",\"postDate\":\"2017-03-05\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"highLevelCategoryId\":10000018},{\"CONTAINER\":\"creditCard\",\"id\":23243660,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":224.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS USA\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-03-02\",\"postDate\":\"2017-03-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243649,\"type\":\"PURCHASE\",\"subType\":\"ONLINE_PURCHASE\",\"amount\":{\"amount\":4.16,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":16,\"category\":\"Services/Supplies\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"GOOGLE *SVCSAPPS_larry\",\"simple\":\"Google\"},\"date\":\"2017-03-02\",\"postDate\":\"2017-03-02\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"google\",\"source\":\"FACTUAL\",\"name\":\"Google\",\"categoryLabel\":[\"Services/Supplies\"]},\"highLevelCategoryId\":10000007},{\"CONTAINER\":\"creditCard\",\"id\":23243630,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":279.94,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-02-28\",\"postDate\":\"2017-02-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243628,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":142.22,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TOTAL WINE AND MORE 1118\",\"simple\":\"Total Wine & More\"},\"date\":\"2017-02-28\",\"postDate\":\"2017-02-28\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"totalwine&more\",\"source\":\"FACTUAL\",\"name\":\"Total Wine & More\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243680,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":0.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243652,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243651,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":47.06,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243499,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":3.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-27\",\"postDate\":\"2017-02-27\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243678,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":9.98,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"APL* ITUNES.COM/BILL\",\"simple\":\"iTunes\"},\"date\":\"2017-02-26\",\"postDate\":\"2017-02-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"itunes\",\"source\":\"FACTUAL\",\"name\":\"iTunes\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243644,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":205.63,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"BEVERAGES MORE #01\",\"simple\":\"BevMo!\"},\"date\":\"2017-02-26\",\"postDate\":\"2016-09-18\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"bevmo!\",\"source\":\"FACTUAL\",\"name\":\"BevMo!\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243643,\"type\":\"PAYMENT\",\"subType\":\"PAYMENT\",\"amount\":{\"amount\":14.95,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"Audible\",\"simple\":\"Audible Inc.\"},\"date\":\"2017-02-26\",\"postDate\":\"2017-02-26\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"audibleinc.\",\"source\":\"FACTUAL\",\"name\":\"Audible Inc.\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243615,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":221.39,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":15,\"category\":\"Cable/Satellite/Telecom\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"VZWRLSS*APOCC VISW\",\"simple\":\"Verizon\"},\"date\":\"2017-02-23\",\"postDate\":\"2017-02-23\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"verizon\",\"source\":\"FACTUAL\",\"name\":\"Verizon\",\"categoryLabel\":[\"Cable/Satellite/Telecom\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243612,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":78.55,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"TARGET 00003301\",\"simple\":\"Target\"},\"date\":\"2017-02-21\",\"postDate\":\"2017-02-21\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"target\",\"source\":\"FACTUAL\",\"name\":\"Target\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243662,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":305.79,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-02-20\",\"postDate\":\"2017-02-20\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243606,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":5.27,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"SPROUTS FARMERS MAR\",\"simple\":\"Sprout's Farmers Market\"},\"date\":\"2017-02-17\",\"postDate\":\"2017-02-17\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"sprout'sfarmersmarket\",\"source\":\"FACTUAL\",\"name\":\"Sprout's Farmers Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243663,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":69.09,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":20,\"category\":\"Personal/Family\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"24 HOUR FITNESS #885\",\"simple\":\"24 Hour Fitness\"},\"date\":\"2017-02-16\",\"postDate\":\"2017-02-16\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"24hourfitness\",\"source\":\"FACTUAL\",\"name\":\"24 Hour Fitness\",\"categoryLabel\":[\"Personal/Family\"]},\"highLevelCategoryId\":10000010},{\"CONTAINER\":\"creditCard\",\"id\":23243633,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":6.48,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-02-15\",\"postDate\":\"2017-02-15\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243609,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":113.56,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":13,\"category\":\"Home Improvement\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"CRATE BARREL #406\",\"simple\":\"Crate and Barrel\"},\"date\":\"2017-02-14\",\"postDate\":\"2017-02-14\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"crateandbarrel\",\"source\":\"FACTUAL\",\"name\":\"Crate and Barrel\",\"categoryLabel\":[\"Home Improvement\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243685,\"type\":\"PAYMENT\",\"subType\":\"RECURRING_SUBSCRIPTION_PAYMENT\",\"amount\":{\"amount\":11.99,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":7,\"category\":\"Entertainment/Recreation\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"NETFLIX.COM\",\"simple\":\"Netflix\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"netflix\",\"source\":\"FACTUAL\",\"name\":\"Netflix\",\"categoryLabel\":[\"Entertainment/Recreation\"]},\"highLevelCategoryId\":10000011},{\"CONTAINER\":\"creditCard\",\"id\":23243647,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":293.39,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"WHOLEFDS WAL 10101\",\"simple\":\"Whole Foods\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"wholefoods\",\"source\":\"FACTUAL\",\"name\":\"Whole Foods\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243645,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":88.08,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":10,\"category\":\"Groceries\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"LUNARDI'S MKT #6\",\"simple\":\"Lunardi's Market\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"lunardi'smarket\",\"source\":\"FACTUAL\",\"name\":\"Lunardi's Market\",\"categoryLabel\":[\"Groceries\"]},\"highLevelCategoryId\":10000004},{\"CONTAINER\":\"creditCard\",\"id\":23243616,\"type\":\"PURCHASE\",\"subType\":\"PURCHASE\",\"amount\":{\"amount\":56.26,\"currency\":\"USD\"},\"baseType\":\"DEBIT\",\"categoryType\":\"EXPENSE\",\"categoryId\":43,\"category\":\"Electronics/General Merchandise\",\"categorySource\":\"SYSTEM\",\"description\":{\"original\":\"CONTAINERSTOREWALNUTCR\",\"simple\":\"The Container Store\"},\"date\":\"2017-02-13\",\"postDate\":\"2017-02-13\",\"isManual\":false,\"status\":\"POSTED\",\"accountId\":11496225,\"merchant\":{\"id\":\"thecontainerstore\",\"source\":\"FACTUAL\",\"name\":\"The Container Store\",\"categoryLabel\":[\"Electronics/General Merchandise\"]},\"highLevelCategoryId\":10000004}]}"}],"_postman_id":"cde4a4b5-7d20-43e9-8c7a-07428095d172"},{"name":"Get Transactions Count","id":"50cfbe19-daeb-43e1-afa2-450d98331a8c","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transactions/count?fromDate=2010-01-01","description":"<p>The get transactions count API gets a count of transactions.</p>\n<p>Please go to <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactionCount\"></a> for more filter options.</p>\n","urlObject":{"path":["transactions","count"],"host":["{{url}}"],"query":[{"key":"fromDate","value":"2010-01-01"}],"variable":[]}},"response":[{"id":"eff2dc0a-26e8-496d-9eb2-1d05011fc8e0","name":"Get Transactions Count","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transactions/count?fromDate=2010-01-01","host":["{{url}}"],"path":["transactions","count"],"query":[{"key":"fromDate","value":"2010-01-01"}]},"description":"The get transactions count API gets a count of transactions.\n\nPlease go to <a href=\"https://developer.yodlee.com/apidocs/index.php#!/transactions/getTransactionCount\"></a> for more filter options."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"39","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:59:31 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"o1519120771848W4E27N000000NLRYh","description":""}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"TOTAL\":{\"count\":987}}}"}],"_postman_id":"50cfbe19-daeb-43e1-afa2-450d98331a8c"},{"name":"Update Account","id":"82cb2179-edaf-47d5-97dc-664a0d77920f","request":{"method":"PUT","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\r\n\"account\": {\r\n         \"accountStatus\": \"ACTIVE\"\r\n      }\r\n}"},"url":"{{url}}/accounts/10325927","description":"<p>To update accounts.</p>\n","urlObject":{"path":["accounts","10325927"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82cb2179-edaf-47d5-97dc-664a0d77920f"},{"name":"Get Access Tokens (for FastLink)","id":"02843628-d01d-4f82-aeda-5ab9855ce96f","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/user/accessTokens?appIds=10003600","description":"<p>An access token is used for launching FastLink 3.0.</p>\n<p><a href=\"https://developer.yodlee.com/Yodlee_API/docs\">FastLink 3.0 Complete Guide</a></p>\n<p><a href=\"https://developer.yodlee.com/Yodlee_API/FastLink/FastLink_3.0_Integration_Guide\">FastLink Integration Guide</a></p>\n<p>Use AppId: 10003600.</p>\n","urlObject":{"path":["user","accessTokens"],"host":["{{url}}"],"query":[{"key":"appIds","value":"10003600"}],"variable":[]}},"response":[{"id":"e7e42c9e-685a-4bfa-803b-446305ab04ec","name":"Get Access Tokens (for Fastlink)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/user/accessTokens?appIds=10003600","host":["{{url}}"],"path":["user","accessTokens"],"query":[{"key":"appIds","value":"10003600"}]},"description":"An access token is used for launching FastLink 3.0.\n\n<a href=\"https://developer.yodlee.com/Yodlee_API/docs\">FastLink 3.0 Complete Guide</a>\n\n\n<a href=\"https://developer.yodlee.com/Yodlee_API/FastLink/FastLink_3.0_Integration_Guide\">FastLink Integration Guide</a>\n\nUse AppId: 10003600."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","name":"Accept-Charset","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"181","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 10:11:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"yodlee-ref-id","value":"Y1526897518422C4Z27Q000000NLQYE","name":"yodlee-ref-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"user\":{\"accessTokens\":[{\"appId\":\"10003600\",\"value\":\"aa1fc86d2bcce65e69fbd4084634abd50b7a4ddb503e3f100c64f0a7fb7ce88e\",\"url\":\"https://192.168.57.139:7100/authenticate/nodesmb/\"}]}}"}],"_postman_id":"02843628-d01d-4f82-aeda-5ab9855ce96f"},{"name":"Subscribe Events--Webhooks","id":"2d8eaf8f-bf4b-410a-ab88-44bc164b8edf","request":{"method":"POST","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\"event\": {\"callbackUrl\": \"http://webhook.site/62fb7440-f458-450c-8985-f38b23b1b3f0\"}}"},"url":"{{url}}/cobrand/config/notifications/events/REFRESH","description":"<p>This <a href=\"https://developer.yodlee.com/apidocs/index.php#!/cobrand/eventSubscription\">API</a> is to receive webhooks notifications on the subscribed URL.</p>\n<p>We support two events</p>\n<ol>\n<li>REFRESH--To receive information on account additions.</li>\n<li>DATA_UPDATES- For the data extracts feature.</li>\n</ol>\n<p>For more information refer to <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Webhooks\">Webhooks</a>.</p>\n<p>Please note: This API is not available in the developer portal environment. You can only test this once you get your dedicated stage and production environment.</p>\n","urlObject":{"path":["cobrand","config","notifications","events","REFRESH"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ab43cbb9-f0da-4bd8-bd20-ee88f5184af3","name":"i) Webhooks- Subscribe event","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":"{\"event\": {\"callbackUrl\": \"http://webhook.site/62fb7440-f458-450c-8985-f38b23b1b3f0\"}}"},"url":"{{url}}/cobrand/config/notifications/events/REFRESH","description":"This <a href=\"https://developer.yodlee.com/apidocs/index.php#!/cobrand/eventSubscription\">API</a> is to receive webhooks notifications on the subscribed URL.\n\n\nWe support two events\n1) REFRESH--To receive information on account additions.\n2) DATA_UPDATES- For the data extracts feature.\n\nFor more information refer to <a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/Webhooks\">Webhooks</a>.\n\nPlease note: This API is not available in the developer portal environment. You can only test this once you get your dedicated stage and production environment."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-store, no-cache","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"name":"content-length","key":"content-length","value":"0","description":"The length of the response body in octets (8-bit bytes)"},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":"The mime type of this content"},{"name":"date","key":"date","value":"Thu, 07 Dec 2017 10:23:12 GMT","description":"The date and time that the message was sent"},{"name":"pragma","key":"pragma","value":"no-cache","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"name":"server","key":"server","value":"Unknown","description":"A name for the server"},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"y1512642191165u4m27j000000NLkYc","description":"Custom header"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d8eaf8f-bf4b-410a-ab88-44bc164b8edf"},{"name":"Unsubscribe  Events-- Webhooks","id":"db022054-2aa2-41ef-8e11-9f68d4a59b73","request":{"method":"DELETE","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/config/notifications/events/REFRESH","description":"<p>To delete a subscription.</p>\n<p>Please note: This API is not available in the developer portal environment. You can only test this once you get your dedicated stage and production environment.</p>\n","urlObject":{"path":["cobrand","config","notifications","events","REFRESH"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db022054-2aa2-41ef-8e11-9f68d4a59b73"},{"name":"Get Subscribed Events- -Webhooks","id":"6492fbcd-5af1-454e-bc18-591fb57e7819","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/cobrand/config/notifications/events?eventName=REFRESH","description":"<p>To get details of a subscribed event.</p>\n<p>Please note: This API is not available in the developer portal environment. You will only be able to test this API when you get your dedicated stage and production environment.</p>\n","urlObject":{"path":["cobrand","config","notifications","events"],"host":["{{url}}"],"query":[{"key":"eventName","value":"REFRESH"}],"variable":[]}},"response":[],"_postman_id":"6492fbcd-5af1-454e-bc18-591fb57e7819"},{"name":"Get Historical Balances","id":"94e8737a-d5c9-4b27-948f-18edadb395ca","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/historicalBalances","description":"<p>To get historical account balances.</p>\n","urlObject":{"path":["accounts","historicalBalances"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9c1d3ee0-3096-43fd-bcf7-355f9836d761","name":"Get Historical Balances","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/accounts/historicalBalances","description":"To get historical account balances."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"67156","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=UTF-8","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:26 GMT","description":""},{"name":"link","key":"link","value":": //accounts/historicalBalances?skip=500&top=500;rel=next, //accounts/historicalBalances/count;rel=count","description":"","isLink":true},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"A1519120206842X4c27l000000NLsYq","description":""}],"cookie":[],"responseTime":null,"body":"{\"account\":[{\"id\":10942544,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942543,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325927,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942546,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325926,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10437515,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10333271,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10333272,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325929,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10325928,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316453,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316452,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348170,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348171,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10367119,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10328642,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10328641,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322445,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322444,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323578,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323579,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705870,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705871,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10367092,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10367093,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316389,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316388,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10316386,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364616,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349791,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951475,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951476,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348145,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364534,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364614,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349793,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348144,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364613,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10794856,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323580,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364533,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339791,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705845,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339790,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705842,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10350667,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322439,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10323600,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":586774048,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705843,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10705844,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446335,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446333,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10350666,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446334,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":10000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10446332,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951484,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10951485,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10437468,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10437467,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364542,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322443,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322442,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381288,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10798547,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381289,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10798548,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364544,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10364543,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10322440,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339788,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10339789,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381313,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381314,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381315,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348164,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829018,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":0,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10348165,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829016,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":1331825789,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829015,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":2000,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942548,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10829014,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349855,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942547,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10349854,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":44.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10381312,\"historicalBalances\":[{\"isAsset\":false,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":false,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":11756.88,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]},{\"id\":10942549,\"historicalBalances\":[{\"isAsset\":true,\"date\":\"2017-11-23\",\"asOfDate\":\"2017-11-23\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-24\",\"asOfDate\":\"2017-11-24\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-25\",\"asOfDate\":\"2017-11-25\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-26\",\"asOfDate\":\"2017-11-26\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-27\",\"asOfDate\":\"2017-11-27\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-28\",\"asOfDate\":\"2017-11-28\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-29\",\"asOfDate\":\"2017-11-29\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-11-30\",\"asOfDate\":\"2017-11-30\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"},{\"isAsset\":true,\"date\":\"2017-12-01\",\"asOfDate\":\"2017-12-01\",\"balance\":{\"amount\":9044.78,\"currency\":\"USD\"},\"dataSourceType\":\"S\"}]}]}"}],"_postman_id":"94e8737a-d5c9-4b27-948f-18edadb395ca"},{"name":"Get Holdings","id":"696f2967-81ec-4b45-8b7e-83ad07fd3ed8","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings","description":"<p>To get a user's holdings.</p>\n","urlObject":{"path":["holdings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8ce1966c-a5db-4f37-9ee5-b74a148a8173","name":"Get Holdings","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings","description":"To get a user's holdings."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"78137","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:43 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"B1519120242781V4a27Z000000NLQYb","description":""}],"cookie":[],"responseTime":null,"body":"{\"holding\":[{\"id\":10261378,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10261320,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10210618,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10206212,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10191956,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10180327,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10180080,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10179903,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10174814,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10174162,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10173568,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10173383,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"description\":\"CDDesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"CD\",\"interestRate\":2000,\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\"},{\"id\":10261377,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10261319,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10210617,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10206211,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10191955,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180326,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180079,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10179902,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174813,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":1089,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174161,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":1089,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173567,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":2500,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173382,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":3500,\"currency\":\"USD\"},\"couponRate\":2000,\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"bonddesc\",\"employeeContribution\":{\"amount\":2300,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":5400,\"currency\":\"USD\"},\"holdingType\":\"bond\",\"maturityDate\":\"2013-01-17\",\"optionType\":\"unknown\",\"parValue\":{\"amount\":1089,\"currency\":\"USD\"},\"price\":{\"amount\":1500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10261382,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261324,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210622,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206216,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191960,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180331,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180084,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179907,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174818,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174166,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173572,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173387,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"contractQuantity\":2000,\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"COMMODITY\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"commodity\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"commodity\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261381,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10261323,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10210621,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10206215,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10191959,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10180330,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10180083,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10179906,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10174817,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10174165,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10173571,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10173386,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":253,\"currency\":\"USD\"},\"securityType\":\"CURRENCY\",\"matchStatus\":\"UNRECOGNIZED\",\"currencyType\":\"currency\",\"description\":\"currency\",\"employeeContribution\":{\"amount\":234,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":23430,\"currency\":\"USD\"},\"holdingType\":\"currency\",\"optionType\":\"unknown\",\"price\":{\"amount\":253,\"currency\":\"USD\"},\"quantity\":24340,\"value\":{\"amount\":25430,\"currency\":\"USD\"}},{\"id\":10261384,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261326,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210624,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206218,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191962,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:21Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180333,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180086,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179909,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174820,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174168,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173574,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173389,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"future\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"future\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"future\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261379,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10261321,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10210619,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10206213,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10191957,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10180328,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10180081,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10179904,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10174815,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10174163,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10173569,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10173384,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"cusipNumber\":\"999999999\",\"securityType\":\"MONEY_MARKET_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"moneyMarketFund\",\"employeeContribution\":{\"amount\":2370,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2360,\"currency\":\"USD\"},\"holdingType\":\"moneyMarketFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2550,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"moneyMarketFund\",\"value\":{\"amount\":3400,\"currency\":\"USD\"}},{\"id\":10261376,\"providerAccountId\":10694589,\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261375,\"providerAccountId\":10694589,\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261318,\"providerAccountId\":10694588,\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261317,\"providerAccountId\":10694588,\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210616,\"providerAccountId\":10356476,\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210615,\"providerAccountId\":10356476,\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206210,\"providerAccountId\":10352906,\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206209,\"providerAccountId\":10352906,\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191954,\"providerAccountId\":10311764,\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191953,\"providerAccountId\":10311764,\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180325,\"providerAccountId\":10154459,\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180324,\"providerAccountId\":10154459,\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180078,\"providerAccountId\":10165655,\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180077,\"providerAccountId\":10165655,\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179901,\"providerAccountId\":10165503,\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179900,\"providerAccountId\":10165503,\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174812,\"providerAccountId\":10147662,\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174811,\"providerAccountId\":10147662,\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174160,\"providerAccountId\":10155915,\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174159,\"providerAccountId\":10155915,\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173566,\"providerAccountId\":10175683,\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173565,\"providerAccountId\":10175683,\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173381,\"providerAccountId\":10165500,\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"MUTUAL_FUND\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol2\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173380,\"providerAccountId\":10165500,\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"description\":\"mutualfunddesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"mutualFund\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"MFSymbol\",\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261380,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10261322,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10210620,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10206214,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10191958,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10180329,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10180082,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10179905,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10174816,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":1089,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10174164,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":1089,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10173570,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":2500,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10173385,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":2589,\"currency\":\"USD\"},\"securityType\":\"OTHER\",\"matchStatus\":\"UNRECOGNIZED\",\"isShort\":false,\"description\":\"option\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"expirationDate\":\"2013-01-17\",\"holdingType\":\"option\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"strikePrice\":{\"amount\":1089,\"currency\":\"USD\"},\"symbol\":\"option\",\"value\":{\"amount\":20670,\"currency\":\"USD\"}},{\"id\":10261383,\"providerAccountId\":10694589,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10261325,\"providerAccountId\":10694588,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10210623,\"providerAccountId\":10356476,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:04Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10206217,\"providerAccountId\":10352906,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10191961,\"providerAccountId\":10311764,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:21Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180332,\"providerAccountId\":10154459,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10180085,\"providerAccountId\":10165655,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10179908,\"providerAccountId\":10165503,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10174819,\"providerAccountId\":10147662,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10174167,\"providerAccountId\":10155915,\"sedol\":\"1108967\",\"isin\":\"110896789012\",\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10173573,\"providerAccountId\":10175683,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":2500,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":2500,\"currency\":\"USD\"}},{\"id\":10173388,\"providerAccountId\":10165500,\"sedol\":\"1234567\",\"isin\":\"123456789012\",\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"description\":\"remic\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"remic\",\"optionType\":\"unknown\",\"price\":{\"amount\":1089,\"currency\":\"USD\"},\"quantity\":2000,\"value\":{\"amount\":1089,\"currency\":\"USD\"}},{\"id\":10261374,\"providerAccountId\":10694589,\"accountId\":11358647,\"createdDate\":\"2018-02-08T09:27:03Z\",\"lastUpdated\":\"2018-02-19T20:30:03Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10261316,\"providerAccountId\":10694588,\"accountId\":11358643,\"createdDate\":\"2018-02-08T09:16:49Z\",\"lastUpdated\":\"2018-02-19T00:41:45Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10210614,\"providerAccountId\":10356476,\"accountId\":10829016,\"createdDate\":\"2017-08-18T20:18:03Z\",\"lastUpdated\":\"2018-01-30T03:22:08Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10206208,\"providerAccountId\":10352906,\"accountId\":10794857,\"createdDate\":\"2017-08-09T04:45:18Z\",\"lastUpdated\":\"2017-10-05T18:59:23Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10191952,\"providerAccountId\":10311764,\"accountId\":10705870,\"createdDate\":\"2017-07-04T11:33:20Z\",\"lastUpdated\":\"2018-01-29T21:38:55Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180323,\"providerAccountId\":10154459,\"accountId\":10322444,\"createdDate\":\"2017-05-23T09:57:12Z\",\"lastUpdated\":\"2018-01-29T02:10:09Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10180076,\"providerAccountId\":10165655,\"accountId\":10349794,\"createdDate\":\"2017-05-23T02:07:50Z\",\"lastUpdated\":\"2017-10-05T19:35:21Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10179899,\"providerAccountId\":10165503,\"accountId\":10364543,\"createdDate\":\"2017-05-22T20:31:47Z\",\"lastUpdated\":\"2018-01-30T08:51:04Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174810,\"providerAccountId\":10147662,\"accountId\":10323600,\"createdDate\":\"2017-05-11T04:41:45Z\",\"lastUpdated\":\"2018-01-29T23:15:23Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10174158,\"providerAccountId\":10155915,\"accountId\":10339790,\"createdDate\":\"2017-05-11T01:09:05Z\",\"lastUpdated\":\"2018-01-29T13:32:32Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173564,\"providerAccountId\":10175683,\"accountId\":10381314,\"createdDate\":\"2017-05-10T22:22:42Z\",\"lastUpdated\":\"2018-01-30T08:35:42Z\",\"costBasis\":{\"amount\":2500,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":2500,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}},{\"id\":10173379,\"providerAccountId\":10165500,\"accountId\":10364533,\"createdDate\":\"2017-05-10T20:50:38Z\",\"lastUpdated\":\"2018-01-28T21:27:06Z\",\"costBasis\":{\"amount\":1089,\"currency\":\"USD\"},\"cusipNumber\":\"999999999\",\"securityType\":\"OTHER\",\"matchStatus\":\"PUBLIC_PRICE_MISMATCH\",\"isShort\":false,\"description\":\"holdingdesc\",\"employeeContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"employerContribution\":{\"amount\":1089,\"currency\":\"USD\"},\"holdingType\":\"stock\",\"optionType\":\"unknown\",\"price\":{\"amount\":236,\"currency\":\"USD\"},\"quantity\":2000,\"symbol\":\"holdingsymbol\",\"value\":{\"amount\":5600,\"currency\":\"USD\"}}]}"}],"_postman_id":"696f2967-81ec-4b45-8b7e-83ad07fd3ed8"},{"name":"Get Holding Type List","id":"c955c9ea-b360-4487-aeb4-59f73fd5efc5","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/holdingTypeList","description":"<p>To get the list of Yodlee-supported holdings.</p>\n","urlObject":{"path":["holdings","holdingTypeList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"67563c1c-33ab-4199-9173-070749cace6f","name":"Get Holding Type List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/holdingTypeList","description":"To get the list of Yodlee-supported holdings."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"238","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:52 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"Q1519120252271t4P27q000000NLjYD","description":""}],"cookie":[],"responseTime":null,"body":"{\"holdingType\":[\"CD\",\"ETF\",\"ETN\",\"bond\",\"commodity\",\"currency\",\"employeeStockOption\",\"future\",\"insuranceAnnuity\",\"moneyMarketFund\",\"mutualFund\",\"option\",\"other\",\"preferredStock\",\"remic\",\"stock\",\"unitInvestmentTrust\",\"unknown\",\"warrants\"]}"}],"_postman_id":"c955c9ea-b360-4487-aeb4-59f73fd5efc5"},{"name":"Get Asset Classification List","id":"a13cd5e1-2b6c-4809-8f3d-8aa81d4fb56a","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/assetClassificationList","description":"<p>To getn the list of asset classifications supported by Yodlee.</p>\n","urlObject":{"path":["holdings","assetClassificationList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a7862366-ebe1-4eff-a994-c5aa2d9d1229","name":"Get Asset Classification List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/holdings/assetClassificationList","description":"To getn the list of asset classifications supported by Yodlee."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"2745","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:50:57 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"E1519120257852a4Z27L000000NLSYb","description":""}],"cookie":[],"responseTime":null,"body":"{\"assetClassificationList\":[{\"classificationType\":\"Asset class\",\"classificationValue\":[\"Bond\",\"Cash\",\"Convertible\",\"Currency\",\"CurrencyForward\",\"DepositoryReceipt\",\"Derivative\",\"Indices\",\"MoneyMarket\",\"Non-US bonds\",\"Non-US stocks\",\"Other\",\"Preferred stocks\",\"Stock\",\"StructuredProduct\",\"US bonds\",\"US stocks\"]},{\"classificationType\":\"Country\",\"classificationValue\":[\"AD\",\"AE\",\"AF\",\"AG\",\"AI\",\"AL\",\"AM\",\"AO\",\"AQ\",\"AR\",\"AS\",\"AT\",\"AU\",\"AW\",\"AX\",\"AZ\",\"BA\",\"BB\",\"BD\",\"BE\",\"BF\",\"BG\",\"BH\",\"BI\",\"BJ\",\"BL\",\"BM\",\"BN\",\"BO\",\"BQ\",\"BR\",\"BS\",\"BT\",\"BV\",\"BW\",\"BY\",\"BZ\",\"CA\",\"CC\",\"CD\",\"CF\",\"CG\",\"CH\",\"CI\",\"CK\",\"CL\",\"CM\",\"CN\",\"CO\",\"CR\",\"CU\",\"CV\",\"CW\",\"CX\",\"CY\",\"CZ\",\"DE\",\"DJ\",\"DK\",\"DM\",\"DO\",\"DZ\",\"EC\",\"EE\",\"EG\",\"EH\",\"ER\",\"ES\",\"ET\",\"FI\",\"FJ\",\"FK\",\"FM\",\"FO\",\"FR\",\"GA\",\"GB\",\"GD\",\"GE\",\"GF\",\"GG\",\"GH\",\"GI\",\"GL\",\"GM\",\"GN\",\"GP\",\"GQ\",\"GR\",\"GS\",\"GT\",\"GU\",\"GW\",\"GY\",\"HK\",\"HM\",\"HN\",\"HR\",\"HT\",\"HU\",\"ID\",\"IE\",\"IL\",\"IM\",\"IN\",\"IO\",\"IQ\",\"IR\",\"IS\",\"IT\",\"JE\",\"JM\",\"JO\",\"JP\",\"KE\",\"KG\",\"KH\",\"KI\",\"KM\",\"KN\",\"KP\",\"KR\",\"KW\",\"KY\",\"KZ\",\"LA\",\"LB\",\"LC\",\"LI\",\"LK\",\"LR\",\"LS\",\"LT\",\"LU\",\"LV\",\"LY\",\"MA\",\"MC\",\"MD\",\"ME\",\"MF\",\"MG\",\"MH\",\"MK\",\"ML\",\"MM\",\"MN\",\"MO\",\"MP\",\"MQ\",\"MR\",\"MS\",\"MT\",\"MU\",\"MV\",\"MW\",\"MX\",\"MY\",\"MZ\",\"NA\",\"NC\",\"NE\",\"NF\",\"NG\",\"NI\",\"NL\",\"NO\",\"NP\",\"NR\",\"NU\",\"NZ\",\"OM\",\"PA\",\"PE\",\"PF\",\"PG\",\"PH\",\"PK\",\"PL\",\"PM\",\"PN\",\"PR\",\"PS\",\"PT\",\"PW\",\"PY\",\"QA\",\"RE\",\"RO\",\"RS\",\"RU\",\"RW\",\"SA\",\"SB\",\"SC\",\"SD\",\"SE\",\"SG\",\"SH\",\"SI\",\"SJ\",\"SK\",\"SL\",\"SM\",\"SN\",\"SO\",\"SR\",\"ST\",\"SV\",\"SX\",\"SY\",\"SZ\",\"TC\",\"TD\",\"TF\",\"TG\",\"TH\",\"TJ\",\"TK\",\"TL\",\"TM\",\"TN\",\"TO\",\"TR\",\"TT\",\"TV\",\"TW\",\"TZ\",\"UA\",\"UG\",\"UM\",\"US\",\"UY\",\"UZ\",\"VA\",\"VC\",\"VE\",\"VG\",\"VI\",\"VN\",\"VU\",\"WF\",\"WS\",\"YE\",\"YT\",\"ZA\",\"ZM\",\"ZW\"]},{\"classificationType\":\"Sector\",\"classificationValue\":[\"Basic Materials\",\"BasicMaterials\",\"Cash and equivalents\",\"Commercial Services\",\"Communication Services\",\"Communications\",\"Conglomerates\",\"Consumer Cyclical\",\"Consumer Defensive\",\"Consumer Durables\",\"Consumer Non-Durables\",\"Consumer Services\",\"ConsumerGoods\",\"Corporate bonds\",\"Derivatives\",\"Distribution Services\",\"Electronic Technology\",\"Energy\",\"Energy Minerals\",\"Finance\",\"Financial\",\"Financial Services\",\"Government\",\"Government bonds\",\"Health Services\",\"Health Technology\",\"Healthcare\",\"Industrial Services\",\"IndustrialGoods\",\"Industrials\",\"Miscellaneous\",\"Municipal bonds\",\"Non-Energy Minerals\",\"Not Classified\",\"Process Industries\",\"Producer Manufacturing\",\"Real Estate\",\"Retail Trade\",\"Securitized products\",\"Services\",\"Technology\",\"Technology Services\",\"Transportation\",\"UNKNOWN\",\"Utilities\"]},{\"classificationType\":\"Style\",\"classificationValue\":[\"High Risk High Reward\",\"High Risk Low Reward\",\"High Risk Medium Reward\",\"Low Risk High Reward\",\"Low Risk Low Reward\",\"Low Risk Medium Reward\",\"Medium Risk High Reward\",\"Medium Risk Low Reward\",\"Medium Risk Medium Reward\"]}]}"}],"_postman_id":"a13cd5e1-2b6c-4809-8f3d-8aa81d4fb56a"},{"name":"Get Statements","id":"35cb7f4a-82d9-43b1-96de-d89df8a35204","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/statements","description":"<p>To get statements for credit and loan accounts.</p>\n","urlObject":{"path":["statements"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"877a567e-d0e8-45ed-9f79-2a951c53ca62","name":"Get Statements","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/statements","description":"To get statements for credit and loan accounts."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"15926","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:51:16 GMT","description":""},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"U1519120272612u4V27E000000NLuYK","description":""}],"cookie":[],"responseTime":null,"body":"{\"statement\":[{\"id\":10459740,\"accountId\":10349813,\"statementDate\":\"2017-05-08\",\"billingPeriodEnd\":\"2017-05-08\",\"dueDate\":\"2017-06-05\",\"lastUpdated\":\"2017-10-05T19:35:20Z\",\"amountDue\":{\"amount\":4609.27,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10340405,\"accountId\":10446335,\"statementDate\":\"2014-07-01\",\"dueDate\":\"2014-07-04\",\"lastPaymentDate\":\"2014-05-27\",\"lastUpdated\":\"2017-02-23T09:33:13Z\",\"amountDue\":{\"amount\":61128.42,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10340404,\"accountId\":10446334,\"statementDate\":\"2014-07-01\",\"dueDate\":\"2014-07-04\",\"lastPaymentDate\":\"2014-05-27\",\"lastUpdated\":\"2017-02-23T09:33:13Z\",\"amountDue\":{\"amount\":61128.42,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10178993,\"accountId\":10238059,\"statementDate\":\"2014-01-17\",\"dueDate\":\"2014-01-17\",\"lastPaymentDate\":\"2013-12-16\",\"lastUpdated\":\"2016-06-15T11:36:51Z\",\"amountDue\":{\"amount\":1657.99,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":250,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603929,\"accountId\":10829019,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-08-18T20:18:04Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585260,\"accountId\":10794818,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-08-09T04:45:19Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532567,\"accountId\":10705872,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273794,\"accountId\":10381311,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261357,\"accountId\":10364618,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-01-04T01:40:47Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261300,\"accountId\":10364536,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2017-01-04T00:46:09Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252283,\"accountId\":10349792,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246277,\"accountId\":10339745,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-22T09:36:31Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237632,\"accountId\":10323602,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237127,\"accountId\":10322441,\"statementDate\":\"2013-02-17\",\"billingPeriodStart\":\"2013-12-26\",\"dueDate\":\"2013-02-17\",\"lastUpdated\":\"2016-12-01T04:13:24Z\",\"amountDue\":{\"amount\":357,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":345,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002579,\"accountId\":11358644,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2018-02-08T09:16:29Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002540,\"accountId\":11358598,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2018-02-08T09:26:43Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603928,\"accountId\":10829014,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-08-18T20:18:03Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585257,\"accountId\":10794815,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-08-09T04:45:18Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532490,\"accountId\":10705843,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273795,\"accountId\":10381312,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261319,\"accountId\":10364542,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-01-04T01:40:46Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261299,\"accountId\":10364613,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2017-01-04T00:46:08Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252327,\"accountId\":10349813,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246239,\"accountId\":10339788,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-22T09:36:31Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237652,\"accountId\":10323578,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237128,\"accountId\":10322442,\"statementDate\":\"2013-12-30\",\"billingPeriodStart\":\"2013-08-25\",\"billingPeriodEnd\":\"2013-08-25\",\"dueDate\":\"2013-02-14\",\"lastPaymentDate\":\"2013-12-30\",\"lastUpdated\":\"2016-12-01T04:13:24Z\",\"amountDue\":{\"amount\":10000,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":10000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002581,\"accountId\":11358648,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2018-02-08T09:26:44Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002580,\"accountId\":11358645,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2018-02-08T09:16:29Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002541,\"accountId\":11358650,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2018-02-08T09:26:45Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":11002538,\"accountId\":11358595,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2018-02-08T09:16:31Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603930,\"accountId\":10829018,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-08-18T20:18:04Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10603926,\"accountId\":10829015,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-08-18T20:18:03Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585258,\"accountId\":10794816,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-08-09T04:45:18Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10585230,\"accountId\":10794858,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-08-09T04:45:19Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532568,\"accountId\":10705871,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10532491,\"accountId\":10705845,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-07-04T11:33:20Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273797,\"accountId\":10381315,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10273796,\"accountId\":10381313,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-01-12T10:04:34Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261355,\"accountId\":10364616,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-01-04T01:40:47Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261350,\"accountId\":10364614,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-01-04T00:46:09Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261320,\"accountId\":10364544,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2017-01-04T01:40:47Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10261248,\"accountId\":10364534,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2017-01-04T00:46:09Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252329,\"accountId\":10349814,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10252328,\"accountId\":10349815,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-28T11:27:11Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246241,\"accountId\":10339791,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-22T09:36:32Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10246240,\"accountId\":10339789,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-22T09:36:31Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237655,\"accountId\":10323580,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237653,\"accountId\":10323579,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-02T08:44:22Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237098,\"accountId\":10322443,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-10\",\"lastUpdated\":\"2016-12-01T04:13:24Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true},{\"id\":10237096,\"accountId\":10322445,\"statementDate\":\"2013-01-25\",\"billingPeriodStart\":\"2013-01-25\",\"billingPeriodEnd\":\"2013-01-25\",\"dueDate\":\"2013-01-28\",\"lastPaymentDate\":\"2013-01-25\",\"lastUpdated\":\"2016-12-01T04:13:04Z\",\"amountDue\":{\"amount\":12353.12,\"currency\":\"USD\"},\"lastPaymentAmount\":{\"amount\":3000,\"currency\":\"USD\"},\"isLatest\":true}]}"}],"_postman_id":"35cb7f4a-82d9-43b1-96de-d89df8a35204"},{"name":"Get Events--Data Extracts","id":"ca551341-ec94-4777-9bb2-12bfe6d22459","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/dataExtracts/events?eventName=DATA_UPDATES&fromDate=2017-11-06T09:35:44Z&toDate=2017-11-06T10:35:44Z","description":"<p><a href=\"https://developer.yodlee.com/Yodlee_API/docs/v1_1/DataExtracts\">Data Extracts</a> helps customers receive the latest information about all of the user's accounts.</p>\n<p>Please note: This API is not available in the developer portal environment and you will only be able to test this API when you get your dedicated stage and production environment.</p>\n","urlObject":{"path":["dataExtracts","events"],"host":["{{url}}"],"query":[{"key":"eventName","value":"DATA_UPDATES"},{"key":"fromDate","value":"2017-11-06T09:35:44Z"},{"key":"toDate","value":"2017-11-06T10:35:44Z"}],"variable":[]}},"response":[],"_postman_id":"ca551341-ec94-4777-9bb2-12bfe6d22459"},{"name":"Get userData--Data Extracts","id":"eeb98d22-e2fa-4489-a2ed-27c7c5c64cfd","request":{"method":"GET","header":[{"key":"Authorization","value":"cobSession={{cobrandToken}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/dataExtracts/userData?loginName=8a5034a72d7943a8b59b7b31de9f6e21&fromDate=2017-11-05T21:05:44Z&toDate=2017-11-05T22:05:44Z","description":"<p>Pulls the latest details about the user data.</p>\n<p>Please note: This API is not available in the developer portal environment and you will only be able to test this API when you get your dedicated stage and production environment.</p>\n","urlObject":{"path":["dataExtracts","userData"],"host":["{{url}}"],"query":[{"key":"loginName","value":"8a5034a72d7943a8b59b7b31de9f6e21"},{"key":"fromDate","value":"2017-11-05T21:05:44Z"},{"key":"toDate","value":"2017-11-05T22:05:44Z"}],"variable":[]}},"response":[],"_postman_id":"eeb98d22-e2fa-4489-a2ed-27c7c5c64cfd"},{"name":"Get Net Worth Summary","id":"efe9983e-c148-48ea-9d68-14ae6804bd5c","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"XXXXXX","value":"XXXXXX","type":"text"},{"key":"cobrandPassword","value":"190609a0-70bf-474b-97fe-7e34b8d4c523","type":"text"}]},"url":"{{url}}/derived/networth","description":"<p>To get the user's net worth.</p>\n","urlObject":{"path":["derived","networth"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6c8f770a-2d1a-4c5f-b186-afc507536daa","name":"Get Networth Summary","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"XXXXXX","value":"XXXXXX","type":"text"},{"key":"cobrandPassword","value":"190609a0-70bf-474b-97fe-7e34b8d4c523","type":"text"}]},"url":"{{url}}/derived/networth","description":"To get the user's net worth."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"16474","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:52:58 GMT","description":""},{"name":"link","key":"link","value":": //derived/networth/count;rel=count","description":"","isLink":true},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"r1519120307562r4y27I000000NLmYu","description":""}],"cookie":[],"responseTime":null,"body":"{\"networth\":[{\"date\":\"2017-11-24\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-25\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-26\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321177969E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-27\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-28\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-29\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":185798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321686925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-30\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-01\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-02\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-03\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-04\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-05\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-06\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-07\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-08\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-09\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-10\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-11\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-12\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-13\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-14\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-15\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-16\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-17\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-18\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-19\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-20\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-21\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-22\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-23\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-24\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-25\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-26\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-27\",\"asset\":{\"amount\":1.108340266733E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486932E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-28\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-29\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-30\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-31\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-01\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-02\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-03\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-04\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-05\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-06\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-07\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-08\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-09\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-10\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-11\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-12\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-13\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-14\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-15\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-16\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-17\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-18\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-19\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-20\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-21\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-22\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-23\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-24\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-25\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-26\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-27\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-28\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-29\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-30\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-31\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-01\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-02\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-03\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-04\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-05\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-06\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-07\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-08\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-09\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-10\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-11\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-12\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-13\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-14\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-15\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-16\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-17\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-18\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-19\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-20\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-23\",\"asset\":{\"amount\":8.57798333446E9,\"currency\":\"USD\"},\"liability\":{\"amount\":170041.13,\"currency\":\"USD\"},\"networth\":{\"amount\":8.57781329333E9,\"currency\":\"USD\"}}]}"}],"_postman_id":"efe9983e-c148-48ea-9d68-14ae6804bd5c"},{"name":"Delete Provider Account","id":"31c251b2-fdd8-4f8e-90c6-a096dc7e4201","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/providers/providerAccounts/10126650","description":"<p>API recommended to delete ProviderAccount.</p>\n","urlObject":{"path":["providers","providerAccounts","10126650"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31c251b2-fdd8-4f8e-90c6-a096dc7e4201"},{"name":"Unregister User","id":"47f5489e-725a-4c7a-883b-cb7f0932cc86","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}","type":"text"}]},"url":"{{url}}/user/unregister","description":"<p>To delete a user account.</p>\n<p>Once deleted the user's data will be cleared.</p>\n<p>Note: If a user comes back and reregisters (with same information), they won't see any accounts and they will have to start adding their accounts from the beginning.</p>\n","urlObject":{"path":["user","unregister"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47f5489e-725a-4c7a-883b-cb7f0932cc86"},{"name":"Get Net Worth Summary","id":"771653b0-fe94-44a2-9a2b-d276b3efa402","request":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"XXXXXX","value":"XXXXXX","type":"text"},{"key":"cobrandPassword","value":"190609a0-70bf-474b-97fe-7e34b8d4c523","type":"text"}]},"url":"{{url}}/derived/networth","description":"<p>To get a user's net worth.</p>\n","urlObject":{"path":["derived","networth"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f8968234-846a-458e-bfff-19cd376781ce","name":"Get Networth Summary","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{cobSession={{cobrandToken}},userSession={{userToken}}}"},{"key":"Content-Type","value":"application/json"},{"key":"Api-Version","value":"1.1"},{"key":"Cobrand-Name","value":"{{cobrandName}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"XXXXXX","value":"XXXXXX","type":"text"},{"key":"cobrandPassword","value":"190609a0-70bf-474b-97fe-7e34b8d4c523","type":"text"}]},"url":"{{url}}/derived/networth","description":"To get a user's net worth."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"accept-charset","key":"accept-charset","value":"big5, big5-hkscs, cesu-8, euc-jp, euc-kr, gb18030, gb2312, gbk, ibm-thai, ibm00858, ibm01140, ibm01141, ibm01142, ibm01143, ibm01144, ibm01145, ibm01146, ibm01147, ibm01148, ibm01149, ibm037, ibm1026, ibm1047, ibm273, ibm277, ibm278, ibm280, ibm284, ibm285, ibm290, ibm297, ibm420, ibm424, ibm437, ibm500, ibm775, ibm850, ibm852, ibm855, ibm857, ibm860, ibm861, ibm862, ibm863, ibm864, ibm865, ibm866, ibm868, ibm869, ibm870, ibm871, ibm918, iso-2022-cn, iso-2022-jp, iso-2022-jp-2, iso-2022-kr, iso-8859-1, iso-8859-13, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7, iso-8859-8, iso-8859-9, jis_x0201, jis_x0212-1990, koi8-r, koi8-u, shift_jis, tis-620, us-ascii, utf-16, utf-16be, utf-16le, utf-32, utf-32be, utf-32le, utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257, windows-1258, windows-31j, x-big5-hkscs-2001, x-big5-solaris, x-compound_text, x-euc-jp-linux, x-euc-tw, x-eucjp-open, x-ibm1006, x-ibm1025, x-ibm1046, x-ibm1097, x-ibm1098, x-ibm1112, x-ibm1122, x-ibm1123, x-ibm1124, x-ibm1166, x-ibm1364, x-ibm1381, x-ibm1383, x-ibm300, x-ibm33722, x-ibm737, x-ibm833, x-ibm834, x-ibm856, x-ibm874, x-ibm875, x-ibm921, x-ibm922, x-ibm930, x-ibm933, x-ibm935, x-ibm937, x-ibm939, x-ibm942, x-ibm942c, x-ibm943, x-ibm943c, x-ibm948, x-ibm949, x-ibm949c, x-ibm950, x-ibm964, x-ibm970, x-iscii91, x-iso-2022-cn-cns, x-iso-2022-cn-gb, x-iso-8859-11, x-jis0208, x-jisautodetect, x-johab, x-macarabic, x-maccentraleurope, x-maccroatian, x-maccyrillic, x-macdingbat, x-macgreek, x-machebrew, x-maciceland, x-macroman, x-macromania, x-macsymbol, x-macthai, x-macturkish, x-macukraine, x-ms932_0213, x-ms950-hkscs, x-ms950-hkscs-xp, x-mswin-936, x-pck, x-sjis_0213, x-utf-16le-bom, x-utf-32be-bom, x-utf-32le-bom, x-windows-50220, x-windows-50221, x-windows-874, x-windows-949, x-windows-950, x-windows-iso2022jp","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"16474","description":""},{"name":"content-type","key":"content-type","value":"application/json;charset=ISO-8859-1","description":""},{"name":"date","key":"date","value":"Tue, 20 Feb 2018 09:52:58 GMT","description":""},{"name":"link","key":"link","value":": //derived/networth/count;rel=count","description":"","isLink":true},{"name":"yodlee-ref-id","key":"yodlee-ref-id","value":"r1519120307562r4y27I000000NLmYu","description":""}],"cookie":[],"responseTime":null,"body":"{\"networth\":[{\"date\":\"2017-11-24\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-25\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-26\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321177969E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-27\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-28\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":181798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322086925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-29\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":185798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321686925E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-30\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-01\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-02\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-03\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-04\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-05\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-06\",\"asset\":{\"amount\":1.10833935777E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108320577969E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-07\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-08\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-09\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-10\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-11\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-12\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-13\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-14\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-15\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-16\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-17\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-18\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-19\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-20\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-21\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-22\",\"asset\":{\"amount\":1.108340266726E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486925E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-23\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-24\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-25\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-26\",\"asset\":{\"amount\":1.108341175682E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395881E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-27\",\"asset\":{\"amount\":1.108340266733E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486932E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-28\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-29\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-30\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2017-12-31\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-01\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-02\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-03\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-04\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-05\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-06\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-07\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-08\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-09\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-10\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-11\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-12\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-13\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-14\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-15\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-16\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-17\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-18\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-19\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-20\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-21\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-22\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-23\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-24\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-25\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-26\",\"asset\":{\"amount\":1.108341175698E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108322395897E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-27\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-28\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-29\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-30\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-01-31\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-01\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-02\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-03\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-04\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-05\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-06\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-07\",\"asset\":{\"amount\":1.108340266742E10,\"currency\":\"USD\"},\"liability\":{\"amount\":187798.01,\"currency\":\"USD\"},\"networth\":{\"amount\":1.108321486941E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-08\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-09\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-10\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-11\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-12\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-13\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-14\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-15\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-16\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-17\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-18\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-19\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2018-02-20\",\"asset\":{\"amount\":1.374707242459E10,\"currency\":\"USD\"},\"liability\":{\"amount\":215311.77,\"currency\":\"USD\"},\"networth\":{\"amount\":1.374685711282E10,\"currency\":\"USD\"}},{\"date\":\"2017-11-23\",\"asset\":{\"amount\":8.57798333446E9,\"currency\":\"USD\"},\"liability\":{\"amount\":170041.13,\"currency\":\"USD\"},\"networth\":{\"amount\":8.57781329333E9,\"currency\":\"USD\"}}]}"}],"_postman_id":"771653b0-fe94-44a2-9a2b-d276b3efa402"}],"id":"07c56c30-aded-4008-bffb-89d732a3c0cc","_postman_id":"07c56c30-aded-4008-bffb-89d732a3c0cc","description":""},{"name":"init","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["pm.environment.set(\"cobrandLogin\", \"Cobrand login goes here\");","pm.environment.set(\"cobrandPassword\", \"Cobrand password goes here\");","pm.environment.set(\"userName\", \"User name goes here\");","pm.environment.set(\"userPassword\", \"User password goes here\");","pm.environment.set(\"url\", \"https://developer.api.yodlee.com/ysl/\");","pm.environment.set(\"cobrandName\", \"restserver\");","pm.environment.set(\"version\", \"1.1\");","pm.environment.set(\"appId\", \"10003600\");"]}}],"id":"dd99ee90-d8de-489f-93b5-c8e73d3754be","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://developer.yodlee.com/","urlObject":{"protocol":"https","path":[""],"host":["developer","yodlee","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd99ee90-d8de-489f-93b5-c8e73d3754be"}],"event":[{"listen":"prerequest","script":{"id":"f202a5e8-9082-4bef-b302-d016255ef3ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"512abd29-b232-462f-9109-a1f1c4333b78","type":"text/javascript","exec":[""]}}]}