From 8315ce53d25d4c134f280de4f0826dc16b319af9 Mon Sep 17 00:00:00 2001 From: "Behrisch, M. (Michael)" <m.behrisch@uu.nl> Date: Fri, 16 Feb 2024 16:10:08 +0000 Subject: [PATCH] fix: adds a range of new schema and query results for testing purposes --- .../store/graphQueryResultSlice.ts | 2 +- .../query-result/fincenQueryResults.ts | 26470 ++++++++++++++++ .../lib/mock-data/query-result/index.ts | 3 + .../query-result/mockQueryResults.ts | 3 +- .../query-result/recommendationQueryResult.ts | 3300 ++ .../query-result/slackQueryResults.ts | 21888 +++++++++++++ .../mock-data/schema/fincenWithAttributes.ts | 178 + libs/shared/lib/mock-data/schema/index.ts | 6 + .../schema/moviesSchemaWithAttributes.ts | 107 + .../schema/northwindWithAttributes.ts | 293 + .../schema/recommendationsWithAttributes.ts | 472 + .../mock-data/schema/slackWithAttributes.ts | 2779 ++ 12 files changed, 55499 insertions(+), 2 deletions(-) create mode 100644 libs/shared/lib/mock-data/query-result/fincenQueryResults.ts create mode 100644 libs/shared/lib/mock-data/query-result/recommendationQueryResult.ts create mode 100644 libs/shared/lib/mock-data/query-result/slackQueryResults.ts create mode 100644 libs/shared/lib/mock-data/schema/fincenWithAttributes.ts create mode 100644 libs/shared/lib/mock-data/schema/moviesSchemaWithAttributes.ts create mode 100644 libs/shared/lib/mock-data/schema/northwindWithAttributes.ts create mode 100644 libs/shared/lib/mock-data/schema/recommendationsWithAttributes.ts create mode 100644 libs/shared/lib/mock-data/schema/slackWithAttributes.ts diff --git a/libs/shared/lib/data-access/store/graphQueryResultSlice.ts b/libs/shared/lib/data-access/store/graphQueryResultSlice.ts index be7e1efb8..4c3668126 100755 --- a/libs/shared/lib/data-access/store/graphQueryResultSlice.ts +++ b/libs/shared/lib/data-access/store/graphQueryResultSlice.ts @@ -9,7 +9,7 @@ export interface GraphQueryResultFromBackendPayload { }; } -export type NodeAttributes = { [key: string]: unknown } +export type NodeAttributes = { [key: string]: unknown }; export interface GraphQueryResultFromBackend { nodes: { diff --git a/libs/shared/lib/mock-data/query-result/fincenQueryResults.ts b/libs/shared/lib/mock-data/query-result/fincenQueryResults.ts new file mode 100644 index 000000000..03610e211 --- /dev/null +++ b/libs/shared/lib/mock-data/query-result/fincenQueryResults.ts @@ -0,0 +1,26470 @@ +/* istanbul ignore file */ +/* The comment above was added so the code coverage wouldn't count this file towards code coverage. + * We do not test mock data. + * See testing plan for more details.*/ + +import { GraphQueryResultFromBackend, GraphQueryResultFromBackendPayload } from '../../data-access/store/graphQueryResultSlice'; + +export const fincenEntityInCountryQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: '127beef25eeaeaff091f34d672f78dd8', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'COUNTRY', + }, + from: '6219', + id: '29655', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6217', + id: '29653', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6792', + id: '30228', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6220', + id: '29656', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7011', + id: '35208', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6216', + id: '29652', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6795', + id: '30231', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6955', + id: '35029', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6218', + id: '29654', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7483', + id: '37963', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7695', + id: '39448', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5820', + id: '18878', + to: '295', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7178', + id: '35917', + to: '299', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5158', + id: '2537', + to: '299', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7707', + id: '39510', + to: '300', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7047', + id: '35343', + to: '300', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7314', + id: '36744', + to: '303', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6346', + id: '29782', + to: '303', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6347', + id: '29783', + to: '303', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7638', + id: '38928', + to: '305', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7253', + id: '36379', + to: '305', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6961', + id: '35069', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7365', + id: '37168', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7720', + id: '39632', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7501', + id: '38066', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7060', + id: '35471', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6414', + id: '29850', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6988', + id: '35143', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6415', + id: '29851', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7366', + id: '37174', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7354', + id: '37035', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6416', + id: '29852', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5121', + id: '2249', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5869', + id: '20571', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5825', + id: '19085', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5985', + id: '26726', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5530', + id: '9456', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5753', + id: '17392', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5109', + id: '2084', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5891', + id: '22072', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5836', + id: '19524', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5999', + id: '27065', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5875', + id: '20771', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5341', + id: '5757', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5343', + id: '5777', + to: '307', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6670', + id: '30106', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7215', + id: '37465', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7647', + id: '38998', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7601', + id: '38748', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7663', + id: '39186', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6947', + id: '34984', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6438', + id: '29874', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7415', + id: '37482', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7651', + id: '39031', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6954', + id: '35027', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6066', + id: '29502', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6755', + id: '30191', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7301', + id: '36683', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7233', + id: '36232', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5931', + id: '23406', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5298', + id: '4821', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5366', + id: '6159', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5792', + id: '17891', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5642', + id: '12873', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5713', + id: '15122', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5187', + id: '2957', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5738', + id: '16869', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5364', + id: '6134', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5888', + id: '21706', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5174', + id: '2775', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5724', + id: '16072', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5393', + id: '6613', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5300', + id: '4876', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5969', + id: '25260', + to: '308', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7538', + id: '38274', + to: '309', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6735', + id: '30171', + to: '309', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6072', + id: '29508', + to: '309', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7410', + id: '37440', + to: '309', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5144', + id: '2360', + to: '309', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7423', + id: '37552', + to: '310', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7164', + id: '35879', + to: '310', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6165', + id: '29601', + to: '310', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6213', + id: '29649', + to: '310', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7099', + id: '35597', + to: '310', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7221', + id: '36141', + to: '311', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7220', + id: '36137', + to: '311', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5164', + id: '2639', + to: '311', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6696', + id: '30132', + to: '312', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7590', + id: '38569', + to: '312', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6413', + id: '29849', + to: '312', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5398', + id: '6627', + to: '312', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5622', + id: '11791', + to: '312', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6462', + id: '29898', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7187', + id: '35983', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6160', + id: '29596', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7401', + id: '37421', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7514', + id: '38139', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6422', + id: '29858', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7680', + id: '39258', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5804', + id: '18692', + to: '313', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6297', + id: '29733', + to: '314', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7521', + id: '38154', + to: '314', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6673', + id: '30109', + to: '314', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7167', + id: '35885', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7424', + id: '37554', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6687', + id: '30123', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6035', + id: '29471', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7511', + id: '38125', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7330', + id: '36869', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7690', + id: '39402', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6933', + id: '36873', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7324', + id: '36811', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7486', + id: '37983', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7329', + id: '36867', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6348', + id: '29784', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7584', + id: '38515', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5531', + id: '9466', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5780', + id: '17800', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6023', + id: '29230', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5289', + id: '4770', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5287', + id: '4721', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5452', + id: '8345', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5720', + id: '15800', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5079', + id: '314', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5924', + id: '23272', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5566', + id: '9964', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5884', + id: '20966', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5800', + id: '18230', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5136', + id: '2309', + to: '315', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6763', + id: '30199', + to: '316', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5384', + id: '6425', + to: '316', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7705', + id: '39506', + to: '317', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7166', + id: '35883', + to: '318', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6224', + id: '29660', + to: '318', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7340', + id: '36952', + to: '318', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7649', + id: '39019', + to: '318', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6008', + id: '28594', + to: '318', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5799', + id: '18088', + to: '318', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5122', + id: '2252', + to: '324', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5124', + id: '2256', + to: '324', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5692', + id: '14120', + to: '324', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6447', + id: '29883', + to: '327', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7229', + id: '36199', + to: '327', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7334', + id: '36886', + to: '327', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5883', + id: '20929', + to: '327', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5639', + id: '12470', + to: '327', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5714', + id: '15222', + to: '327', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6478', + id: '29914', + to: '330', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6805', + id: '30241', + to: '330', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7091', + id: '35576', + to: '330', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5071', + id: '37', + to: '330', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5961', + id: '24794', + to: '330', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7115', + id: '35679', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6119', + id: '29555', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6587', + id: '30023', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6132', + id: '29568', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7734', + id: '39987', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6324', + id: '29760', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7369', + id: '37185', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7201', + id: '36027', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6275', + id: '29711', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6520', + id: '29956', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7116', + id: '35681', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6739', + id: '30175', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6420', + id: '29856', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6041', + id: '29477', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7523', + id: '38165', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6419', + id: '29855', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6895', + id: '30331', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7259', + id: '36393', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7541', + id: '38286', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5263', + id: '4380', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5754', + id: '17413', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5183', + id: '2902', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5867', + id: '20533', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5151', + id: '2418', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5711', + id: '15096', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5542', + id: '9627', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5520', + id: '9310', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5809', + id: '18772', + to: '332', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6899', + id: '30335', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6762', + id: '30198', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7107', + id: '35637', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7576', + id: '38462', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6429', + id: '29865', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6576', + id: '30012', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6800', + id: '30236', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6704', + id: '30140', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7102', + id: '35612', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6298', + id: '29734', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6222', + id: '29658', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6761', + id: '30197', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7105', + id: '35877', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7097', + id: '35591', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6619', + id: '30055', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6828', + id: '30264', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6617', + id: '30053', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5306', + id: '5000', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5339', + id: '5733', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5081', + id: '339', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5446', + id: '8246', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5548', + id: '9640', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5155', + id: '2490', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5178', + id: '2829', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5137', + id: '2312', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5319', + id: '5264', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5808', + id: '18762', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5325', + id: '5442', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5574', + id: '10204', + to: '334', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6784', + id: '30220', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7513', + id: '38133', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7351', + id: '37005', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7587', + id: '38557', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6069', + id: '29505', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7277', + id: '36446', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6637', + id: '30073', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6667', + id: '30103', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6593', + id: '30029', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7543', + id: '38296', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6833', + id: '30269', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7158', + id: '35862', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7183', + id: '35956', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6718', + id: '30154', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6613', + id: '30049', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6512', + id: '29948', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6300', + id: '29736', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6567', + id: '30003', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6560', + id: '29996', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6552', + id: '29988', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6317', + id: '29753', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6284', + id: '29720', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6877', + id: '30313', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6982', + id: '35120', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6318', + id: '29754', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6582', + id: '30018', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7492', + id: '38004', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6286', + id: '29722', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6737', + id: '30173', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6580', + id: '30016', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7142', + id: '35772', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6545', + id: '29981', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6861', + id: '30297', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7339', + id: '36949', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6614', + id: '30050', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6197', + id: '29633', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7752', + id: '40231', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6743', + id: '30179', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6974', + id: '35101', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6062', + id: '29498', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7000', + id: '35177', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7285', + id: '36473', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7758', + id: '40286', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7352', + id: '37008', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6071', + id: '29507', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6998', + id: '35172', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6107', + id: '29543', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7185', + id: '35979', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6757', + id: '30193', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6876', + id: '30312', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6636', + id: '30072', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6322', + id: '29758', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6634', + id: '30070', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6525', + id: '29961', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6557', + id: '29993', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6565', + id: '30001', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6126', + id: '29562', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6736', + id: '30172', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6460', + id: '29896', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6448', + id: '29884', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6786', + id: '30222', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6211', + id: '29647', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6813', + id: '30249', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6756', + id: '30192', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6068', + id: '29504', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6469', + id: '29905', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7265', + id: '36409', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6738', + id: '30174', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6256', + id: '29692', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6242', + id: '29678', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7657', + id: '39115', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6964', + id: '35075', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7586', + id: '38544', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6394', + id: '29830', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6320', + id: '29756', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6834', + id: '30270', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6862', + id: '30298', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7507', + id: '38107', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6771', + id: '30207', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6579', + id: '30015', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6566', + id: '30002', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6127', + id: '29563', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6778', + id: '30214', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7508', + id: '38111', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6796', + id: '30232', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6386', + id: '29822', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6730', + id: '30166', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5068', + id: '2', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5588', + id: '10536', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5074', + id: '71', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5913', + id: '22890', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5181', + id: '2876', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5249', + id: '3994', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5629', + id: '11976', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5691', + id: '14109', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5787', + id: '17825', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5822', + id: '18932', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5784', + id: '17816', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5172', + id: '2737', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5073', + id: '62', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5304', + id: '4924', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5898', + id: '22202', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5199', + id: '3208', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5421', + id: '6967', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5654', + id: '13135', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5944', + id: '23894', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5129', + id: '2293', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5609', + id: '11472', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5788', + id: '17828', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5483', + id: '8811', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5725', + id: '16089', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5697', + id: '14195', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5303', + id: '4916', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5522', + id: '9330', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5427', + id: '7082', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5156', + id: '2502', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5876', + id: '20788', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5328', + id: '5503', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5963', + id: '24883', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5786', + id: '17822', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5839', + id: '19662', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5089', + id: '448', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5115', + id: '2231', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5108', + id: '2073', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5812', + id: '18804', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5525', + id: '9363', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5237', + id: '3805', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5835', + id: '19520', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5583', + id: '10381', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5203', + id: '3273', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5190', + id: '2988', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5182', + id: '2889', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5584', + id: '10394', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5628', + id: '11974', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5148', + id: '2370', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6785', + id: '30221', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7504', + id: '38090', + to: '338', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6873', + id: '30309', + to: '341', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7051', + id: '35370', + to: '343', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7049', + id: '35365', + to: '343', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7050', + id: '35367', + to: '344', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7305', + id: '36712', + to: '346', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5771', + id: '17744', + to: '346', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7048', + id: '35350', + to: '347', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6734', + id: '30170', + to: '347', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6110', + id: '29546', + to: '348', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6111', + id: '29547', + to: '348', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6010', + id: '28665', + to: '348', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7195', + id: '36013', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6150', + id: '29586', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7143', + id: '35774', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7560', + id: '38393', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6880', + id: '30316', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7722', + id: '39652', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7045', + id: '35337', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7765', + id: '40354', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7687', + id: '39315', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6868', + id: '30304', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7007', + id: '35200', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7140', + id: '35765', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7627', + id: '38873', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7234', + id: '36247', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7193', + id: '36009', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6249', + id: '29685', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6138', + id: '29574', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7432', + id: '37686', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7395', + id: '37367', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6099', + id: '29535', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7069', + id: '35501', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7226', + id: '36162', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6698', + id: '30134', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6255', + id: '29691', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7555', + id: '38369', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7491', + id: '38001', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7714', + id: '39571', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7447', + id: '37760', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6299', + id: '29735', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7266', + id: '36411', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6788', + id: '30224', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5069', + id: '21', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5458', + id: '8452', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5990', + id: '26805', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5597', + id: '10662', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5348', + id: '5821', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5517', + id: '9228', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5710', + id: '15054', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5758', + id: '17534', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5355', + id: '5923', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5105', + id: '1894', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5283', + id: '4711', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6001', + id: '27910', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5580', + id: '10341', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5992', + id: '26851', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5670', + id: '13440', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5935', + id: '23458', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5487', + id: '8842', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5641', + id: '12757', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5991', + id: '26839', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5752', + id: '17381', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5565', + id: '9944', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5648', + id: '12989', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5803', + id: '18689', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5473', + id: '8589', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5149', + id: '2397', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5979', + id: '26507', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5652', + id: '13093', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5593', + id: '10603', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5103', + id: '1616', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5282', + id: '4709', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7094', + id: '35584', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7202', + id: '36037', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6446', + id: '29882', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7194', + id: '36011', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6994', + id: '38061', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6901', + id: '30337', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7789', + id: '40533', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6302', + id: '29738', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7660', + id: '39163', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7286', + id: '36477', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7198', + id: '36020', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7497', + id: '38101', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6277', + id: '29713', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6749', + id: '30185', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7208', + id: '36070', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6499', + id: '29935', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6903', + id: '30339', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6820', + id: '30256', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7182', + id: '35930', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7686', + id: '39307', + to: '350', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6061', + id: '29497', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5059', + id: '36689', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7136', + id: '35744', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7457', + id: '37800', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6850', + id: '30286', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6510', + id: '29946', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7189', + id: '35991', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7489', + id: '37993', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7144', + id: '35778', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7372', + id: '37197', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7733', + id: '39984', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6575', + id: '30011', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5412', + id: '6873', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5228', + id: '3616', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5569', + id: '10003', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5276', + id: '4696', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5248', + id: '3956', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5683', + id: '13838', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5238', + id: '3813', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5816', + id: '18845', + to: '352', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6439', + id: '29875', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7066', + id: '35483', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7230', + id: '36219', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7552', + id: '38336', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7170', + id: '35891', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7297', + id: '36665', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7455', + id: '37783', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5251', + id: '4025', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5934', + id: '23445', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5216', + id: '3448', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5351', + id: '5883', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5833', + id: '19419', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5917', + id: '23047', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5244', + id: '3907', + to: '353', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6013', + id: '28876', + to: '354', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6856', + id: '30292', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6376', + id: '29812', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6377', + id: '29813', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6372', + id: '29808', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6855', + id: '30291', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6282', + id: '29718', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6371', + id: '29807', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6281', + id: '29717', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5430', + id: '7142', + to: '357', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6518', + id: '29954', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7129', + id: '35715', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7738', + id: '40030', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7216', + id: '36113', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7748', + id: '40186', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7082', + id: '35544', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7454', + id: '37781', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5632', + id: '12046', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5712', + id: '15112', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5860', + id: '20356', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6005', + id: '28410', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5510', + id: '9089', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5519', + id: '9294', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '5076', + id: '286', + to: '358', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7817', + id: '40808', + to: '359', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6830', + id: '30266', + to: '362', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '6598', + id: '30034', + to: '362', + }, + { + attributes: { + Type: 'COUNTRY', + }, + from: '7472', + id: '39105', + to: '362', + }, + ], + nodes: [ + { + attributes: { + code: 'AFG', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Afghanistan', + tld: 'AF', + }, + id: '295', + }, + { + attributes: { + id: 'azizi-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Azizi Bank', + }, + id: '6219', + }, + { + attributes: { + id: 'maiwand-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Maiwand Bank', + }, + id: '6217', + }, + { + attributes: { + id: 'da-afghanistan-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Da Afghanistan Bank', + }, + id: '6792', + }, + { + attributes: { + id: 'afgan-united-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Afgan United Bank', + }, + id: '6220', + }, + { + attributes: { + id: 'maiwand-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Maiwand Bank', + }, + id: '7011', + }, + { + attributes: { + id: 'afghan-united-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Afghan United Bank', + }, + id: '6216', + }, + { + attributes: { + id: 'new-kabul-bank-kabul-afghansitan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'New Kabul Bank', + }, + id: '6795', + }, + { + attributes: { + id: 'kabul-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Kabul Bank', + }, + id: '6955', + }, + { + attributes: { + id: 'bakhtar-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Bakhtar Bank', + }, + id: '6218', + }, + { + attributes: { + id: 'bakhtar-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Bakhtar Bank', + }, + id: '7483', + }, + { + attributes: { + id: 'da-afghanistan-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Da Afghanistan Bank', + }, + id: '7695', + }, + { + attributes: { + country: 'AFG', + id: 'afghanistan-international-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Afghanistan International Bank', + }, + id: '5820', + }, + { + attributes: { + code: 'AND', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 1.6, + Y: 42.5, + }, + name: 'Andorra', + tld: 'AD', + }, + id: '299', + }, + { + attributes: { + id: 'banca-privada-dandorra-sa', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 1.6, + Y: 42.5, + }, + name: 'Banca Privada Dandorra S.A.', + }, + id: '7178', + }, + { + attributes: { + country: 'AND', + id: 'mora-banc-grup-sa-andorra-and', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 1.6, + Y: 42.5, + }, + name: 'Mora Banc Grup SA', + }, + id: '5158', + }, + { + attributes: { + code: 'AGO', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 18.5, + Y: -12.5, + }, + name: 'Angola', + tld: 'AO', + }, + id: '300', + }, + { + attributes: { + id: 'finibanco-angola-sa', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 18.5, + Y: -12.5, + }, + name: 'Finibanco Angola S.A', + }, + id: '7707', + }, + { + attributes: { + id: 'banco-de-fomento-sarl-angola', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 18.5, + Y: -12.5, + }, + name: 'Banco De Fomento Sarl Angola', + }, + id: '7047', + }, + { + attributes: { + code: 'ATG', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -61.8, + Y: 17.05, + }, + name: 'Antigua and Barbuda', + tld: 'AG', + }, + id: '303', + }, + { + attributes: { + id: 'global-bank-of-commerce-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -61.8, + Y: 17.05, + }, + name: 'Global Bank of Commerce Ltd', + }, + id: '7314', + }, + { + attributes: { + id: 'global-bank-of-commerce-st-johns-antigua-and-barbuda-atg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -61.8, + Y: 17.05, + }, + name: 'Global Bank of Commerce', + }, + id: '6346', + }, + { + attributes: { + id: 'global-bank-of-commerce-st-johns-antigua-atg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -61.8, + Y: 17.05, + }, + name: 'Global Bank of Commerce ', + }, + id: '6347', + }, + { + attributes: { + code: 'ARM', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 45, + Y: 40, + }, + name: 'Armenia', + tld: 'AM', + }, + id: '305', + }, + { + attributes: { + id: 'armswissbank-cjsc', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 45, + Y: 40, + }, + name: 'Armswissbank Cjsc', + }, + id: '7638', + }, + { + attributes: { + id: 'armbusinessbank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 45, + Y: 40, + }, + name: 'Armbusinessbank', + }, + id: '7253', + }, + { + attributes: { + code: 'AUS', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Australia', + tld: 'AU', + }, + id: '307', + }, + { + attributes: { + id: 'commonwealth-bank-of-australia', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Commonwealth Bank of Australia', + }, + id: '6961', + }, + { + attributes: { + id: 'australia-and-new-zealand-banking', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Australia And New Zealand Banking', + }, + id: '7365', + }, + { + attributes: { + id: 'macquarie-bank-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Macquarie Bank Ltd', + }, + id: '7720', + }, + { + attributes: { + id: 'ozforex-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Ozforex Limited', + }, + id: '7501', + }, + { + attributes: { + id: 'national-australia-bank-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'National Australia Bank Limited', + }, + id: '7060', + }, + { + attributes: { + id: 'st-george-bank-a-division-of-westpac-banking-corp-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'St. George Bank, A Division of Westpac Banking Corp', + }, + id: '6414', + }, + { + attributes: { + id: 'travelex-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Travelex Limited', + }, + id: '6988', + }, + { + attributes: { + id: 'commonwealth-bank-of-australia-sidney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Commonwealth Bank of Australia', + }, + id: '6415', + }, + { + attributes: { + id: 'macquarie-bank-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Macquarie Bank Limited ', + }, + id: '7366', + }, + { + attributes: { + id: 'credit-union-australia-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Credit Union Australia Ltd', + }, + id: '7354', + }, + { + attributes: { + id: 'westpac-banking-corporation-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Westpac Banking Corporation', + }, + id: '6416', + }, + { + attributes: { + country: 'AUS', + id: 'australia-new-zealand-bkg-gr-lt-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Australia New Zealand Bkg Gr Lt', + }, + id: '5121', + }, + { + attributes: { + country: 'AUS', + id: 'national-australia-bank-limited-melbourne-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'National Australia Bank Limited', + }, + id: '5869', + }, + { + attributes: { + country: 'AUS', + id: 'australia-and-new-zealand-banking-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Australia And New Zealand Banking', + }, + id: '5825', + }, + { + attributes: { + country: 'AUS', + id: 'macquarie-bank-ltd-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Macquarie Bank Ltd', + }, + id: '5985', + }, + { + attributes: { + country: 'AUS', + id: 'commonwealth-bank-of-australia-sydney-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Commonwealth Bank of Australia', + }, + id: '5530', + }, + { + attributes: { + country: 'AUS', + id: 'australia-and-new-zealand-banking-grp-ltd-victoria-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Australia And New Zealand Banking Grp Ltd', + }, + id: '5753', + }, + { + attributes: { + country: 'AUS', + id: 'commonwealth-bank-of-australia-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Commonwealth Bank of Australia', + }, + id: '5109', + }, + { + attributes: { + country: 'AUS', + id: 'ozforex-limited-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Ozforex Limited', + }, + id: '5891', + }, + { + attributes: { + country: 'AUS', + id: 'western-union-business-solutions-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Western Union Business Solutions', + }, + id: '5836', + }, + { + attributes: { + country: 'AUS', + id: 'bank-of-western-australia-ltd-perth-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Bank of Western Australia Ltd', + }, + id: '5999', + }, + { + attributes: { + country: 'AUS', + id: 'suncorp-metway-ltd-brisbane-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Suncorp Metway Ltd', + }, + id: '5875', + }, + { + attributes: { + country: 'AUS', + id: 'national-australia-bank-limited-melbourne-victoria-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'National Australia Bank Limited', + }, + id: '5341', + }, + { + attributes: { + country: 'AUS', + id: 'macquarie-bank-limited-sydney-australia-aus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 133, + Y: -27, + }, + name: 'Macquarie Bank Limited', + }, + id: '5343', + }, + { + attributes: { + code: 'AUT', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Austria', + tld: 'AT', + }, + id: '308', + }, + { + attributes: { + id: 'raiffeisen-zentralbank-osterreich-aktiengesellschaft-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Zentralbank Osterreich Aktiengesellschaft', + }, + id: '6670', + }, + { + attributes: { + id: 'vtb-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 100, + Y: 60, + }, + name: 'VTB Bank', + }, + id: '7215', + }, + { + attributes: { + id: 'vorarlberger-volksbank-gmbh', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Vorarlberger Volksbank Gmbh', + }, + id: '7647', + }, + { + attributes: { + id: 'meinl-bankag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Meinl Bankag', + }, + id: '7601', + }, + { + attributes: { + id: 'capital-bank-grawe-gruppe-ag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Capital Bank Grawe Gruppe Ag', + }, + id: '7663', + }, + { + attributes: { + id: 'unicredit-bank-austria-ag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'UniCredit Bank Austria AG', + }, + id: '6947', + }, + { + attributes: { + id: 'bank-styria-graz-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Bank Styria', + }, + id: '6438', + }, + { + attributes: { + id: 'raiffeisen-bank-international-ag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Bank International AG', + }, + id: '7415', + }, + { + attributes: { + id: 'raiffeisen-zentralbankoesterreich-ag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Zentralbankoesterreich AG', + }, + id: '7651', + }, + { + attributes: { + id: 'bawag-psk-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Bawag Psk Bank', + }, + id: '6954', + }, + { + attributes: { + id: 'raiffeisen-zentralbank-osterreich-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Zentralbank Osterreich', + }, + id: '6066', + }, + { + attributes: { + id: 'meinl-bank-ag-viennaaustria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Meinl Bank AG', + }, + id: '6755', + }, + { + attributes: { + id: 'raiffeisen-zentralbank-oesterreich-ag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Zentralbank Oesterreich AG', + }, + id: '7301', + }, + { + attributes: { + id: 'meinl-bank-ag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Meinl Bank AG', + }, + id: '7233', + }, + { + attributes: { + country: 'AUT', + id: 'raiffeisen-zentralbank-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Zentralbank', + }, + id: '5931', + }, + { + attributes: { + country: 'AUT', + id: 'erste-group-bank-ag-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Erste Group Bank AG', + }, + id: '5298', + }, + { + attributes: { + country: 'AUT', + id: 'meinl-bank-ag-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Meinl Bank AG', + }, + id: '5366', + }, + { + attributes: { + country: 'AUT', + id: 'vorarlberger-volksbank-gmbh-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Vorarlberger Volksbank Gmbh', + }, + id: '5792', + }, + { + attributes: { + country: 'AUT', + id: 'erste-group-bank-ag-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Erste Group Bank AG', + }, + id: '5642', + }, + { + attributes: { + country: 'AUT', + id: 'vtb-bank-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'VTB Bank', + }, + id: '5713', + }, + { + attributes: { + country: 'AUT', + id: 'raiffeisen-bank-international-ag-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Bank International AG', + }, + id: '5187', + }, + { + attributes: { + country: 'AUT', + id: 'denizbank-ag-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Denizbank AG', + }, + id: '5738', + }, + { + attributes: { + country: 'AUT', + id: 'unicredit-bank-austria-ag-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'UniCredit Bank Austria AG', + }, + id: '5364', + }, + { + attributes: { + country: 'AUT', + id: 'raiffeisenlandesbank-linz-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisenlandesbank', + }, + id: '5888', + }, + { + attributes: { + country: 'AUT', + id: 'vtb-bank-austria-ag-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'VTB Bank', + }, + id: '5174', + }, + { + attributes: { + country: 'AUT', + id: 'raiffeisen-zentralbank-oesterreich-ag-vienna-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Zentralbank Oesterreich AG', + }, + id: '5724', + }, + { + attributes: { + country: 'AUT', + id: 'raiffeisen-bank-international-ag-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Raiffeisen Bank International AG', + }, + id: '5393', + }, + { + attributes: { + country: 'AUT', + id: 'vorarlberger-volksbank-gmbh-rankweil-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Vorarlberger Volksbank Gmbh', + }, + id: '5300', + }, + { + attributes: { + country: 'AUT', + id: 'capital-bank-grawe-gruppe-ag-graz-austria-aut', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 13.3333, + Y: 47.3333, + }, + name: 'Capital Bank Grawe Gruppe Ag', + }, + id: '5969', + }, + { + attributes: { + code: 'AZE', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 47.5, + Y: 40.5, + }, + name: 'Azerbaijan', + tld: 'AZ', + }, + id: '309', + }, + { + attributes: { + id: 'bank-of-baku', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 47.5, + Y: 40.5, + }, + name: 'Bank of Baku', + }, + id: '7538', + }, + { + attributes: { + id: 'atabank-baku-azerbaijan-aze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 47.5, + Y: 40.5, + }, + name: 'Atabank', + }, + id: '6735', + }, + { + attributes: { + id: 'azerpost-baku-azerbaijan-aze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 47.5, + Y: 40.5, + }, + name: 'Azerpost', + }, + id: '6072', + }, + { + attributes: { + id: 'gunaybank-joint-stock-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 47.5, + Y: 40.5, + }, + name: 'Gunaybank Joint Stock Bank', + }, + id: '7410', + }, + { + attributes: { + country: 'AZE', + id: 'kapital-bank-baku-azerbaijan-aze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 47.5, + Y: 40.5, + }, + name: 'Kapital Bank', + }, + id: '5144', + }, + { + attributes: { + code: 'BHS', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -76, + Y: 24.25, + }, + name: 'Bahamas', + tld: 'BS', + }, + id: '310', + }, + { + attributes: { + id: 'winterbotham-trust-company', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -76, + Y: 24.25, + }, + name: 'Winterbotham Trust Company', + }, + id: '7423', + }, + { + attributes: { + id: 'winterbotham-trust-company-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -76, + Y: 24.25, + }, + name: 'Winterbotham Trust Company Limited', + }, + id: '7164', + }, + { + attributes: { + id: 'bank-j-safra-sarasin-bahamas-ltd-bahamas-bhs', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -76, + Y: 24.25, + }, + name: 'Bank J Safra Sarasin Bahamas Ltd', + }, + id: '6165', + }, + { + attributes: { + id: 'winterbotham-trust-company-limited-nassau-bahamas-bhs', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -76, + Y: 24.25, + }, + name: 'Winterbotham Trust Company Limited', + }, + id: '6213', + }, + { + attributes: { + id: 'gonet-bank-and-trust-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -76, + Y: 24.25, + }, + name: 'Gonet Bank And Trust Limited', + }, + id: '7099', + }, + { + attributes: { + code: 'BHR', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 50.55, + Y: 26, + }, + name: 'Bahrain', + tld: 'BH', + }, + id: '311', + }, + { + attributes: { + id: 'turk-ekonomi-bankasi-as-bahrain-branch', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 50.55, + Y: 26, + }, + name: 'Turk Ekonomi Bankasi A.S. Bahrain Branch', + }, + id: '7221', + }, + { + attributes: { + id: 'denizbank-as-bahrain-branch', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 50.55, + Y: 26, + }, + name: 'Denizbank AS Bahrain Branch', + }, + id: '7220', + }, + { + attributes: { + country: 'BHR', + id: 'denizbank-as-bahrain-branch-obu-manama-bahrain-bhr', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 50.55, + Y: 26, + }, + name: 'Denizbank AS Bahrain Branch', + }, + id: '5164', + }, + { + attributes: { + code: 'BGD', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 90, + Y: 24, + }, + name: 'Bangladesh', + tld: 'BD', + }, + id: '312', + }, + { + attributes: { + id: 'social-islami-bank-ltd-dhaka-bangladesh-bgd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 90, + Y: 24, + }, + name: 'Social Islami Bank Ltd', + }, + id: '6696', + }, + { + attributes: { + id: 'rupali-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 90, + Y: 24, + }, + name: 'Rupali Bank', + }, + id: '7590', + }, + { + attributes: { + id: 'islami-bank-bangladesh-ltd-dhaka-bangladesh-bgd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 90, + Y: 24, + }, + name: 'Islami Bank Bangladesh Ltd', + }, + id: '6413', + }, + { + attributes: { + country: 'BGD', + id: 'scb-bangladesh-dhaka-bangladesh-bgd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 90, + Y: 24, + }, + name: 'Scb Bangladesh', + }, + id: '5398', + }, + { + attributes: { + country: 'BGD', + id: 'social-islami-bank-limited-dhaka-bangladesh-bgd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 90, + Y: 24, + }, + name: 'Social Islami Bank Limited', + }, + id: '5622', + }, + { + attributes: { + code: 'BRB', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'Barbados', + tld: 'BB', + }, + id: '313', + }, + { + attributes: { + id: 'rbc-royal-bank-barbados-ltd-brb', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'Rbc Royal Bank', + }, + id: '6462', + }, + { + attributes: { + id: 'j-and-t-bank-and-trust', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'J And T Bank And Trust', + }, + id: '7187', + }, + { + attributes: { + id: 'amicorp-bank-and-trust-ltd-barbados-brb', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'Amicorp Bank And Trust Ltd', + }, + id: '6160', + }, + { + attributes: { + id: 'rbc-royal-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'Rbc Royal Bank', + }, + id: '7401', + }, + { + attributes: { + id: 'amicorp-bank-and-trust-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'Amicorp Bank And Trust Ltd ', + }, + id: '7514', + }, + { + attributes: { + id: 'first-caribbean-international-bank-barbados-brb', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'First Caribbean International Bank', + }, + id: '6422', + }, + { + attributes: { + id: 'firstcaribbean-international-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'Firstcaribbean International Bank', + }, + id: '7680', + }, + { + attributes: { + country: 'BRB', + id: 'rbc-royal-bank-barbados-ltd-barbados-brb', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -59.5333, + Y: 13.1667, + }, + name: 'Rbc Royal Bank', + }, + id: '5804', + }, + { + attributes: { + code: 'BLR', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 28, + Y: 53, + }, + name: 'Belarus', + tld: 'BY', + }, + id: '314', + }, + { + attributes: { + id: 'bank-belveb-ojsc-belarus-blr', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 28, + Y: 53, + }, + name: 'Bank Belveb OJSC', + }, + id: '6297', + }, + { + attributes: { + id: 'belarusky-narodny-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 28, + Y: 53, + }, + name: 'Belarusky Narodny Bank', + }, + id: '7521', + }, + { + attributes: { + id: 'belvnesheconombank-minsk-belarus-blr', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 28, + Y: 53, + }, + name: 'Belvnesheconombank', + }, + id: '6673', + }, + { + attributes: { + code: 'BEL', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Belgium', + tld: 'BE', + }, + id: '315', + }, + { + attributes: { + id: 'ing-belgium-nvsa', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'ING Belgium NV/Sa', + }, + id: '7167', + }, + { + attributes: { + id: 'euroclear-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Euroclear Bank', + }, + id: '7424', + }, + { + attributes: { + id: 'ing-belgium-s-a-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'ING Belgium S A', + }, + id: '6687', + }, + { + attributes: { + id: 'credit-to-euroclear-bank-sa-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Credit To Euroclear Bank SA', + }, + id: '6035', + }, + { + attributes: { + id: 'jpmorgan-international-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'JPMorgan International Bank', + }, + id: '7511', + }, + { + attributes: { + id: 'jpmorgan-chase-bank-national', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'JPMorgan Chase Bank National', + }, + id: '7330', + }, + { + attributes: { + id: 'euroclear-bank-sa', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Euroclear Bank SA', + }, + id: '7690', + }, + { + attributes: { + id: 'commerzbank-ag', + labels: ['Entity'], + name: 'Commerzbank AG', + }, + id: '6933', + }, + { + attributes: { + id: 'jpm-international-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Jpm International Bank', + }, + id: '7324', + }, + { + attributes: { + id: 'jpmorgan-international-bank-brussels', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'JPMorgan International Bank- Brussels', + }, + id: '7486', + }, + { + attributes: { + id: 'p-morgan-chase-bank-national', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'P Morgan Chase Bank National', + }, + id: '7329', + }, + { + attributes: { + id: 'deutsche-bank-ag-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Deutsche Bank AG', + }, + id: '6348', + }, + { + attributes: { + id: 'bank-of-new-york-mellon', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Bank of New York Mellon', + }, + id: '7584', + }, + { + attributes: { + country: 'BEL', + id: 'cbc-banque-sa-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Cbc Banque S.A.', + }, + id: '5531', + }, + { + attributes: { + country: 'BEL', + id: 'jpm-international-bank-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Jpm International Bank', + }, + id: '5780', + }, + { + attributes: { + country: 'BEL', + id: 'ing-belgium-sa-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'ING Belgium SA', + }, + id: '6023', + }, + { + attributes: { + country: 'BEL', + id: 'euroclear-bank-sa-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Euroclear Bank SA', + }, + id: '5289', + }, + { + attributes: { + country: 'BEL', + id: 'kbc-bank-nv-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Kbc Bank NV', + }, + id: '5287', + }, + { + attributes: { + country: 'BEL', + id: 'ing-belgium-sanv-antwerp-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'ING Belgium Sa/Nv', + }, + id: '5452', + }, + { + attributes: { + country: 'BEL', + id: 'euroclear-bank-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Euroclear Bank', + }, + id: '5720', + }, + { + attributes: { + country: 'BEL', + id: 'ing-belgium-s-a-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'ING Belgium S A', + }, + id: '5079', + }, + { + attributes: { + country: 'BEL', + id: 'commerzbank-ag-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Commerzbank AG', + }, + id: '5924', + }, + { + attributes: { + country: 'BEL', + id: 'ing-belgium-sanv-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'ING Belgium Sa/Nv', + }, + id: '5566', + }, + { + attributes: { + country: 'BEL', + id: 'euroclear-bank-sa-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Euroclear Bank SA', + }, + id: '5884', + }, + { + attributes: { + country: 'BEL', + id: 'bank-of-new-york-mellon-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'Bank of New York Mellon', + }, + id: '5800', + }, + { + attributes: { + country: 'BEL', + id: 'jp-morgan-international-bank-brussels-belgium-bel', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 4, + Y: 50.8333, + }, + name: 'JPMorgan International Bank- Brussels', + }, + id: '5136', + }, + { + attributes: { + code: 'BLZ', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -88.75, + Y: 17.25, + }, + name: 'Belize', + tld: 'BZ', + }, + id: '316', + }, + { + attributes: { + id: 'belize-bank-international-limited-belize-city-belize-blz', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -88.75, + Y: 17.25, + }, + name: 'Belize Bank International Limited', + }, + id: '6763', + }, + { + attributes: { + country: 'BLZ', + id: 'atlantic-bank-ltd-belize-city-belize-blz', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -88.75, + Y: 17.25, + }, + name: 'Atlantic Bank Ltd', + }, + id: '5384', + }, + { + attributes: { + code: 'BEN', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 2.25, + Y: 9.5, + }, + name: 'Benin', + tld: 'BJ', + }, + id: '317', + }, + { + attributes: { + id: 'diamond-bank-benin-sa', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 2.25, + Y: 9.5, + }, + name: 'Diamond Bank Benin SA', + }, + id: '7705', + }, + { + attributes: { + code: 'BMU', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -64.75, + Y: 32.3333, + }, + name: 'Bermuda', + tld: 'BM', + }, + id: '318', + }, + { + attributes: { + id: 'bank-of-bermuda', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -64.75, + Y: 32.3333, + }, + name: 'Bank of Bermuda', + }, + id: '7166', + }, + { + attributes: { + id: 'hsbc-bank-bermuda-hamilton-bermuda-bmu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -64.75, + Y: 32.3333, + }, + name: 'HSBC Bank Bermuda', + }, + id: '6224', + }, + { + attributes: { + id: 'hsbc-bank-bermuda-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -64.75, + Y: 32.3333, + }, + name: 'HSBC Bank Bermuda Limited', + }, + id: '7340', + }, + { + attributes: { + id: 'bank-of-nt-butterfield-and-sons-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -64.75, + Y: 32.3333, + }, + name: 'Bank of N.T. Butterfield And Sons Ltd', + }, + id: '7649', + }, + { + attributes: { + country: 'BMU', + id: 'bank-of-nt-butterfield-hamilton-bermuda-bmu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -64.75, + Y: 32.3333, + }, + name: 'Bank of N.T. Butterfield', + }, + id: '6008', + }, + { + attributes: { + country: 'BMU', + id: 'bank-of-nt-butterfield-and-sons-ltd-hamilton-bermuda-bmu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -64.75, + Y: 32.3333, + }, + name: 'Bank of N.T. Butterfield And Sons Ltd', + }, + id: '5799', + }, + { + attributes: { + code: 'BRA', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -55, + Y: -10, + }, + name: 'Brazil', + tld: 'BR', + }, + id: '324', + }, + { + attributes: { + country: 'BRA', + id: 'banco-santander-sa-brazil-bra', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -55, + Y: -10, + }, + name: 'Banco Santander Sa', + }, + id: '5122', + }, + { + attributes: { + country: 'BRA', + id: 'itau-ho-brazil-bra', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -55, + Y: -10, + }, + name: 'Itau Ho', + }, + id: '5124', + }, + { + attributes: { + country: 'BRA', + id: 'banco-bva-s-a-rio-de-janeiro-brazil-bra', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -55, + Y: -10, + }, + name: 'Banco Bva S A', + }, + id: '5692', + }, + { + attributes: { + code: 'BGR', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 43, + }, + name: 'Bulgaria', + tld: 'BG', + }, + id: '327', + }, + { + attributes: { + id: 'encouragement-bank-ad-sofia-bulgaria-bgr', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 43, + }, + name: 'Encouragement Bank Ad', + }, + id: '6447', + }, + { + attributes: { + id: 'piraeus-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 43, + }, + name: 'Piraeus Bank', + }, + id: '7229', + }, + { + attributes: { + id: 'investbank-plc', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 43, + }, + name: 'Investbank Plc', + }, + id: '7334', + }, + { + attributes: { + country: 'BGR', + id: 'piraeus-bank-bulgaria-bgr', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 43, + }, + name: 'Piraeus Bank', + }, + id: '5883', + }, + { + attributes: { + country: 'BGR', + id: 'piraeus-bank-bulgaria-ad-sofia-bulgaria-bgr', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 43, + }, + name: 'Piraeus Bank Bulgaria Ad', + }, + id: '5639', + }, + { + attributes: { + country: 'BGR', + id: 'piraeus-bank-sofia-bulgaria-bgr', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 43, + }, + name: 'Piraeus Bank', + }, + id: '5714', + }, + { + attributes: { + code: 'KHM', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 13, + }, + name: 'Cambodia', + tld: 'KH', + }, + id: '330', + }, + { + attributes: { + id: 'canadia-bank-ltd-phnom-penh-cambodia-khm', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 13, + }, + name: 'Canadia Bank Ltd.', + }, + id: '6478', + }, + { + attributes: { + id: 'maybank-cambodia-plc-phnom-penh-cambodia-khm', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 13, + }, + name: 'Maybank', + }, + id: '6805', + }, + { + attributes: { + id: 'anz-royal-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 13, + }, + name: 'Anz Royal Bank', + }, + id: '7091', + }, + { + attributes: { + country: 'KHM', + id: 'cimb-bank-plc-phnom-penh-cambodia-khm', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 13, + }, + name: 'CIMB Bank Plc', + }, + id: '5071', + }, + { + attributes: { + country: 'KHM', + id: 'first-commercial-bank-phnom-penh-br-phnom-penh-cambodia-khm', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 13, + }, + name: 'First Commercial Bank Phnom Penh Br', + }, + id: '5961', + }, + { + attributes: { + code: 'CAN', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Canada', + tld: 'CA', + }, + id: '332', + }, + { + attributes: { + id: 'rbc', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Rbc', + }, + id: '7115', + }, + { + attributes: { + id: 'royal-bank-of-canada-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Royal Bank of Canada', + }, + id: '6119', + }, + { + attributes: { + id: 'the-toronto-dominion-bank-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'The Toronto Dominion Bank', + }, + id: '6587', + }, + { + attributes: { + id: 'credit-union-central-british-columbia-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Credit Union Central', + }, + id: '6132', + }, + { + attributes: { + id: 'bmo-harris-na-mt-unit-bk-of-mtl', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Bmo Harris Na Mt Unit Bk of Mtl', + }, + id: '7734', + }, + { + attributes: { + id: 'royal-bank-of-canada-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Royal Bank of Canada', + }, + id: '6324', + }, + { + attributes: { + id: 'royal-bank-of-canada', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Royal Bank of Canada', + }, + id: '7369', + }, + { + attributes: { + id: 'canadian-imperial-bank-of-commerce', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Canadian Imperial Bank of Commerce', + }, + id: '7201', + }, + { + attributes: { + id: 'bank-of-montreal-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Bank of Montreal', + }, + id: '6275', + }, + { + attributes: { + id: 'national-bank-of-canada-nbc-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'National Bank of Canada Nbc', + }, + id: '6520', + }, + { + attributes: { + id: 'toronto-dominion-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Toronto Dominion Bank', + }, + id: '7116', + }, + { + attributes: { + id: 'td-bank-toronto-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'TD Bank', + }, + id: '6739', + }, + { + attributes: { + id: 'bank-of-montreal-canada-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Bank of Montreal, Canada', + }, + id: '6420', + }, + { + attributes: { + id: 'cibc-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Cibc', + }, + id: '6041', + }, + { + attributes: { + id: 'ubs-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'UBS Bank', + }, + id: '7523', + }, + { + attributes: { + id: 'jameson-bank-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Jameson Bank', + }, + id: '6419', + }, + { + attributes: { + id: 'the-royal-bank-of-canada-toronto-on-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'The Royal Bank of Canada', + }, + id: '6895', + }, + { + attributes: { + id: 'travelex-currency-services', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Travelex Currency Services ', + }, + id: '7259', + }, + { + attributes: { + id: 'bank-of-montreal', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Bank of Montreal', + }, + id: '7541', + }, + { + attributes: { + country: 'CAN', + id: 'amani-makungu-at-bank-of-montreal-montreal-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Amani Makungu At Bank of Montreal', + }, + id: '5263', + }, + { + attributes: { + country: 'CAN', + id: 'hsbc-bank-canada-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'HSBC Bank Canada', + }, + id: '5754', + }, + { + attributes: { + country: 'CAN', + id: 'caisse-centrale-desjardins-montreal-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Caisse Centrale Desjardins', + }, + id: '5183', + }, + { + attributes: { + country: 'CAN', + id: 'bank-of-montreal-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Bank of Montreal', + }, + id: '5867', + }, + { + attributes: { + country: 'CAN', + id: 'canadian-imperial-bank-of-commerce-toronto-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Canadian Imperial Bank of Commerce', + }, + id: '5151', + }, + { + attributes: { + country: 'CAN', + id: 'bank-of-montreal-montreal-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Bank of Montreal', + }, + id: '5711', + }, + { + attributes: { + country: 'CAN', + id: 'central-1-credit-union-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Central 1 Credit Union', + }, + id: '5542', + }, + { + attributes: { + country: 'CAN', + id: 'travelex-currency-services-inc-toronto-ontario-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Travelex Currency Services Inc', + }, + id: '5520', + }, + { + attributes: { + country: 'CAN', + id: 'royal-bank-of-canada-ci-ltd-canada-can', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -95, + Y: 60, + }, + name: 'Royal Bank of Canada Ci Ltd', + }, + id: '5809', + }, + { + attributes: { + code: 'CYM', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -2.471537, + Y: 49.36097, + }, + name: 'Channel Islands', + }, + id: '334', + }, + { + attributes: { + id: 'caledonian-bank-ltd-georgetown-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Caledonian Bank Ltd', + }, + id: '6899', + }, + { + attributes: { + id: 'bank-of-butterfield-international-georgetown-ky-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Bank of Butterfield International', + }, + id: '6762', + }, + { + attributes: { + id: 'caledonian-bank-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Caledonian Bank Ltd', + }, + id: '7107', + }, + { + attributes: { + id: 'bank-of-butterfield-international', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Bank of Butterfield International', + }, + id: '7576', + }, + { + attributes: { + id: 'venezolano-de-credito-cayman-branch-banco-universal-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Venezolano De Credito Cayman Branch Banco Universal', + }, + id: '6429', + }, + { + attributes: { + id: 'dms-bank-and-trust-ltd-grand-cayman-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'DMS Bank And Trust Ltd', + }, + id: '6576', + }, + { + attributes: { + id: 'first-caribbean-international-bank-georgetown-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'First Caribbean International Bank', + }, + id: '6800', + }, + { + attributes: { + id: 'cainvest-international-bank-ltd-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Cainvest International Bank Ltd', + }, + id: '6704', + }, + { + attributes: { + id: 'dms-bank-trust-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'DMS Bank & Trust Ltd', + }, + id: '7102', + }, + { + attributes: { + id: 'maples-and-calder-george-town-cayman-island-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Maples And Calder', + }, + id: '6298', + }, + { + attributes: { + id: 'caledonian-bank-limited-georgetown-ky-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Caledonian Bank Limited', + }, + id: '6222', + }, + { + attributes: { + id: 'bank-of-butterfield-georgetown-ky-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Bank of Butterfield', + }, + id: '6761', + }, + { + attributes: { + id: 'banco-santander', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -56, + Y: -33, + }, + name: 'Banco Santander', + }, + id: '7105', + }, + { + attributes: { + id: 'caledonian-bank-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Caledonian Bank Limited', + }, + id: '7097', + }, + { + attributes: { + id: 'fidelity-bank-cayman-ltd-grand-cayman-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Fidelity Bank', + }, + id: '6619', + }, + { + attributes: { + id: 'dms-bank-trust-ltd-georgetown-cayman-island-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'DMS Bank & Trust Ltd', + }, + id: '6828', + }, + { + attributes: { + id: 'royal-bank-of-canada-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Royal Bank of Canada', + }, + id: '6617', + }, + { + attributes: { + country: 'CYM', + id: 'dms-bank-trust-ltd-georgetown-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'DMS Bank & Trust Ltd. ', + }, + id: '5306', + }, + { + attributes: { + country: 'CYM', + id: 'bank-of-butterfield-international-cayman-limited-georgetown-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Bank of Butterfield International', + }, + id: '5339', + }, + { + attributes: { + country: 'CYM', + id: 'maples-and-calder-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Maples And Calder', + }, + id: '5081', + }, + { + attributes: { + country: 'CYM', + id: 'dms-bank-trust-ltd-cayman-islandsg-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'DMS Bank & Trust Ltd. ', + }, + id: '5446', + }, + { + attributes: { + country: 'CYM', + id: 'caledonian-bank-ltd-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Caledonian Bank Ltd', + }, + id: '5548', + }, + { + attributes: { + country: 'CYM', + id: 'maplesfs-limited-cayman-island-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Maplesfs Limited', + }, + id: '5155', + }, + { + attributes: { + country: 'CYM', + id: 'caledonian-bank-limited-georgetown-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Caledonian Bank Limited', + }, + id: '5178', + }, + { + attributes: { + country: 'CYM', + id: 'dms-bank-trust-ltd-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'DMS Bank & Trust Ltd', + }, + id: '5137', + }, + { + attributes: { + country: 'CYM', + id: 'bank-of-butterfield-international-georgetown-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Bank of Butterfield International', + }, + id: '5319', + }, + { + attributes: { + country: 'CYM', + id: 'scotiabank-and-trust-cayman-ltd-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Scotiabank And Trust Cayman Ltd', + }, + id: '5808', + }, + { + attributes: { + country: 'CYM', + id: 'atlantic-security-bank-georgetown-cayman-islands-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Atlantic Security Bank', + }, + id: '5325', + }, + { + attributes: { + country: 'CYM', + id: 'banco-santander-brasil-sa-grand-cayman-branch-georgetown-grand-cayman-cym', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -80.5, + Y: 19.5, + }, + name: 'Banco Santander', + }, + id: '5574', + }, + { + attributes: { + code: 'CHN', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China', + tld: 'CN', + }, + id: '338', + }, + { + attributes: { + id: 'china-minsheng-banking-corporation-ltd-hengshui-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Minsheng Banking Corporation Ltd', + }, + id: '6784', + }, + { + attributes: { + id: 'china-development-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Development Bank', + }, + id: '7513', + }, + { + attributes: { + id: 'hang-seng-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hang Seng Bank', + }, + id: '7351', + }, + { + attributes: { + id: 'bank-of-china-sichuan-branch', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Sichuan Branch', + }, + id: '7587', + }, + { + attributes: { + id: 'industrial-and-comml-bank-of-china-fuzhou-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: "Industrial And Comm'L Bank of China", + }, + id: '6069', + }, + { + attributes: { + id: 'industrial-commercial-bank-of-china', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial Commercial Bank of China', + }, + id: '7277', + }, + { + attributes: { + id: 'bank-of-china-beijing-branch-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China, Beijing Branch', + }, + id: '6637', + }, + { + attributes: { + id: 'bank-of-east-asia-china-ltd-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of East Asia', + }, + id: '6667', + }, + { + attributes: { + id: 'agricultural-bank-of-china-liaoning-branch-shenyang-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Agricultural Bank of China Liaoning Branch', + }, + id: '6593', + }, + { + attributes: { + id: 'bank-of-hebei-tangshan-branch', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Hebei Tangshan Branch', + }, + id: '7543', + }, + { + attributes: { + id: 'agricultural-development-bank-of-china-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Agricultural Development Bank of China', + }, + id: '6833', + }, + { + attributes: { + id: 'china-guangfa-bank-co-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Guangfa Bank Co., Ltd', + }, + id: '7158', + }, + { + attributes: { + id: 'bank-of-china-guangdong-branch', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Guangdong Branch', + }, + id: '7183', + }, + { + attributes: { + id: 'china-construction-bank-corp-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corp', + }, + id: '6718', + }, + { + attributes: { + id: 'bank-of-hangzhou-co-ltd-hangzhou-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Hangzhou Co Ltd', + }, + id: '6613', + }, + { + attributes: { + id: 'foshan-shunde-rural-commercial-bk-co-ltd-shunde-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Foshan Shunde Rural Commercial Bk Co Ltd', + }, + id: '6512', + }, + { + attributes: { + id: 'china-construction-bank-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '6300', + }, + { + attributes: { + id: 'bank-of-east-asia-china-limited-qingdao-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of East Asia China Limited', + }, + id: '6567', + }, + { + attributes: { + id: 'guangdong-development-bank-guangzhou-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Guangdong Development Bank', + }, + id: '6560', + }, + { + attributes: { + id: 'china-construction-bank-ningbo-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '6552', + }, + { + attributes: { + id: 'china-minsheng-banking-corp-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Minsheng Banking Corp', + }, + id: '6317', + }, + { + attributes: { + id: 'ping-an-bank-co-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Ping An Bank Co', + }, + id: '6284', + }, + { + attributes: { + id: 'bank-of-china-ltd-guangdong-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Ltd', + }, + id: '6877', + }, + { + attributes: { + id: 'bank-of-shanghai', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Shanghai ', + }, + id: '6982', + }, + { + attributes: { + id: 'bank-of-rizhao-co-rizhao-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Rizhao Co', + }, + id: '6318', + }, + { + attributes: { + id: 'bank-of-beijingco-ltd-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Beijingco. Ltd.', + }, + id: '6582', + }, + { + attributes: { + id: 'bank-of-communications-offshore-banking-unit', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications- Offshore Banking Unit', + }, + id: '7492', + }, + { + attributes: { + id: 'bank-of-east-asia-china-limited-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of East Asia China Limited', + }, + id: '6286', + }, + { + attributes: { + id: 'china-construction-bank-qingdao-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '6737', + }, + { + attributes: { + id: 'china-construction-bank-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '6580', + }, + { + attributes: { + id: 'bank-of-china', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '7142', + }, + { + attributes: { + id: 'china-construction-bank-bejing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '6545', + }, + { + attributes: { + id: 'industrial-and-comml-bank-of-china-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: "Industrial And Comm'L Bank of China", + }, + id: '6861', + }, + { + attributes: { + id: 'hua-xia-bank-beijing', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hua Xia Bank Beijing', + }, + id: '7339', + }, + { + attributes: { + id: 'bank-of-china-wuhan-hubei-prov-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '6614', + }, + { + attributes: { + id: 'shanghai-pudong-development-bank-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Shanghai Pudong Development Bank', + }, + id: '6197', + }, + { + attributes: { + id: 'china-minsheng-banking-corporation', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Minsheng Banking Corporation', + }, + id: '7752', + }, + { + attributes: { + id: 'bank-of-jiangsu-co-lt-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Jiangsu Co Lt', + }, + id: '6743', + }, + { + attributes: { + id: 'ping-an-bank-co-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Ping An Bank Co Ltd', + }, + id: '6974', + }, + { + attributes: { + id: 'china-construction-bank-corporation-ningbo-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corporation', + }, + id: '6062', + }, + { + attributes: { + id: 'china-merchants-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Merchants Bank', + }, + id: '7000', + }, + { + attributes: { + id: 'bank-of-china-shanghai', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Shanghai ', + }, + id: '7285', + }, + { + attributes: { + id: 'first-sino-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'First Sino Bank', + }, + id: '7758', + }, + { + attributes: { + id: 'hang-sheng-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hang Sheng Bank', + }, + id: '7352', + }, + { + attributes: { + id: 'agricultural-bank-of-china-qingdao-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Agricultural Bank of China', + }, + id: '6071', + }, + { + attributes: { + id: 'bank-of-communications', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications', + }, + id: '6998', + }, + { + attributes: { + id: 'nanyang-commercial-bank-ltd-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Nanyang Commercial Bank Ltd', + }, + id: '6107', + }, + { + attributes: { + id: 'shanghai-pudong-development-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Shanghai Pudong Development Bank', + }, + id: '7185', + }, + { + attributes: { + id: 'china-guangfa-bank-co-ltd-guangzhou-guangdong-pr-pr-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Guangfa Bank Co Ltd', + }, + id: '6757', + }, + { + attributes: { + id: 'bank-of-china-limited-guangdong-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Limited', + }, + id: '6876', + }, + { + attributes: { + id: 'bank-of-china-head-office-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China, Head Office', + }, + id: '6636', + }, + { + attributes: { + id: 'bank-of-jiangsu-co-ltd-nanjing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Jiangsu Co Ltd', + }, + id: '6322', + }, + { + attributes: { + id: 'bank-of-china-sichuan-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China, Sichuan', + }, + id: '6634', + }, + { + attributes: { + id: 'china-citic-bank-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Citic Bank', + }, + id: '6525', + }, + { + attributes: { + id: 'bank-of-china-limited-zhejiang-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Limited', + }, + id: '6557', + }, + { + attributes: { + id: 'bank-of-china-shijiu-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '6565', + }, + { + attributes: { + id: 'china-construction-bank-corporation-guangdong-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corporation', + }, + id: '6126', + }, + { + attributes: { + id: 'hongkong-and-shanghai-banking-corp-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hong Kong And Shanghai Banking Corp', + }, + id: '6736', + }, + { + attributes: { + id: 'industrial-bank-co-ltd-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial Bank Co., Ltd', + }, + id: '6460', + }, + { + attributes: { + id: 'bank-of-china-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '6448', + }, + { + attributes: { + id: 'hongkong-shanghai-banking-corporation-ltd-guangzhou-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hong Kong Shanghai Banking Corporation Ltd', + }, + id: '6786', + }, + { + attributes: { + id: 'kunshan-rural-commercial-bank-kunshan-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Kunshan Rural Commercial Bank', + }, + id: '6211', + }, + { + attributes: { + id: 'bank-of-china-macau-branch-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '6813', + }, + { + attributes: { + id: 'china-construction-bank-fujian-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '6756', + }, + { + attributes: { + id: 'bank-of-ningbo-co-ltd-ningbo-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Ningbo Co., Ltd.', + }, + id: '6068', + }, + { + attributes: { + id: 'agricultural-bank-of-china-shandong-province-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Agricultural Bank of China', + }, + id: '6469', + }, + { + attributes: { + id: 'bank-of-communications-co-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications Co Ltd', + }, + id: '7265', + }, + { + attributes: { + id: 'china-construction-bank-corporation-rizhao-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corporation', + }, + id: '6738', + }, + { + attributes: { + id: 'industrial-commercial-bk-of-china-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial Commercial Bk of China', + }, + id: '6256', + }, + { + attributes: { + id: 'shanghai-pudong-development-bank-shanghai-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Shanghai Pudong Development Bank', + }, + id: '6242', + }, + { + attributes: { + id: 'china-merchants-bank-h-o', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Merchants Bank H O', + }, + id: '7657', + }, + { + attributes: { + id: 'dbs-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'DBS Bank', + }, + id: '6964', + }, + { + attributes: { + id: 'bank-of-china-hebei-branch', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China, Hebei Branch', + }, + id: '7586', + }, + { + attributes: { + id: 'bank-of-china-jiangxi-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '6394', + }, + { + attributes: { + id: 'china-construction-bank-corporation-yan-cheng-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corporation', + }, + id: '6320', + }, + { + attributes: { + id: 'industrial-commercial-bk-of-china-xian-city-shaanxi-province-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial & Commercial Bk of China', + }, + id: '6834', + }, + { + attributes: { + id: 'industrial-commercial-bank-fuzhou-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial & Commercial Bank', + }, + id: '6862', + }, + { + attributes: { + id: 'china-construction-bank-corporation', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corporation', + }, + id: '7507', + }, + { + attributes: { + id: 'bank-of-china-urumqi-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '6771', + }, + { + attributes: { + id: 'chinacitic-bank-ningbo-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Chinacitic Bank', + }, + id: '6579', + }, + { + attributes: { + id: 'dbs-bank-china-limited-qingdao-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'DBS Bank', + }, + id: '6566', + }, + { + attributes: { + id: 'laishang-bank-laiwu-city-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Laishang Bank', + }, + id: '6127', + }, + { + attributes: { + id: 'china-merchants-bank-offshore-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Merchants Bank, Offshore', + }, + id: '6778', + }, + { + attributes: { + id: 'industrial-and-commercial-bank-of-china', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial And Commercial Bank of China', + }, + id: '7508', + }, + { + attributes: { + id: 'icbc-limited-foshan-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Icbc Limited', + }, + id: '6796', + }, + { + attributes: { + id: 'hua-xia-bank-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hua Xia Bank', + }, + id: '6386', + }, + { + attributes: { + id: 'industrial-and-commercial-bank-of-china-changzhou-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial And Commercial Bank of China', + }, + id: '6730', + }, + { + attributes: { + country: 'CHN', + id: 'china-construction-bank-corporation-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corporation', + }, + id: '5068', + }, + { + attributes: { + country: 'CHN', + id: 'china-construction-bank-zhejiang-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '5588', + }, + { + attributes: { + country: 'CHN', + id: 'hebei-tangshan-branch-tangshan-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hebei Tangshan Branch', + }, + id: '5074', + }, + { + attributes: { + country: 'CHN', + id: 'wing-hang-bank-china-limited-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Wing Hang Bank', + }, + id: '5913', + }, + { + attributes: { + country: 'CHN', + id: 'agricultural-bank-of-china-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Agricultural Bank of China', + }, + id: '5181', + }, + { + attributes: { + country: 'CHN', + id: 'industrial-comml-bank-of-china-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial Comml Bank of China', + }, + id: '5249', + }, + { + attributes: { + country: 'CHN', + id: 'hang-seng-bank-china-limited-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hang Seng Bank', + }, + id: '5629', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-communications-co-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications Co', + }, + id: '5691', + }, + { + attributes: { + country: 'CHN', + id: 'ping-an-bank-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Ping An Bank', + }, + id: '5787', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-communications-co-ltd-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications Co. Ltd', + }, + id: '5822', + }, + { + attributes: { + country: 'CHN', + id: 'china-merchants-bank-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Merchants Bank', + }, + id: '5784', + }, + { + attributes: { + country: 'CHN', + id: 'dbs-bank-china-ltd-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'DBS Bank', + }, + id: '5172', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-communications-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications', + }, + id: '5073', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-communications-co-ltd-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications Co., Ltd. ', + }, + id: '5304', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-nanjing-nanjing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Nanjing', + }, + id: '5898', + }, + { + attributes: { + country: 'CHN', + id: 'ping-an-bank-co-ltd-shenzen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Ping An Bank Co., Ltd.', + }, + id: '5199', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-china-limited-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Limited', + }, + id: '5421', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-china-ltd-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Ltd', + }, + id: '5654', + }, + { + attributes: { + country: 'CHN', + id: 'ping-an-bank-co-ltd-east-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Ping An Bank Co Ltd', + }, + id: '5944', + }, + { + attributes: { + country: 'CHN', + id: 'standard-chartered-bank-china-ltd-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Standard Chartered Bank China Ltd', + }, + id: '5129', + }, + { + attributes: { + country: 'CHN', + id: 'dbs-bank-china-ltd-shanghai-br-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'DBS Bank', + }, + id: '5609', + }, + { + attributes: { + country: 'CHN', + id: 'agricultural-bank-of-china-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Agricultural Bank of China', + }, + id: '5788', + }, + { + attributes: { + country: 'CHN', + id: 'china-merchants-bank-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Merchants Bank', + }, + id: '5483', + }, + { + attributes: { + country: 'CHN', + id: 'jiangsu-rugao-rural-commercial-bank-co-ltd-rugao-jiangsu-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Jiangsu Rugao Rural Commercial Bank Co Ltd', + }, + id: '5725', + }, + { + attributes: { + country: 'CHN', + id: 'industrial-commercial-bank-of-china-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial Commercial Bank of China', + }, + id: '5697', + }, + { + attributes: { + country: 'CHN', + id: 'hua-xia-bank-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Hua Xia Bank Beijing', + }, + id: '5303', + }, + { + attributes: { + country: 'CHN', + id: 'shanghai-pudong-development-bank-co-ltd-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Shanghai Pudong Development Bank Co Ltd', + }, + id: '5522', + }, + { + attributes: { + country: 'CHN', + id: 'ping-an-bank-co-ltd-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Ping An Bank Co Ltd', + }, + id: '5427', + }, + { + attributes: { + country: 'CHN', + id: 'industrial-commercial-bank-beijing-ho-of-china-fuzhou-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Industrial & Commercial Bank Beijing H.O. of China', + }, + id: '5156', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-china-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '5876', + }, + { + attributes: { + country: 'CHN', + id: 'dbs-bank-china-limited-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'DBS Bank', + }, + id: '5328', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-china-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China', + }, + id: '5963', + }, + { + attributes: { + country: 'CHN', + id: 'china-construction-bank-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '5786', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-communications-offshore-banking-unit-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications- Offshore Banking Unit', + }, + id: '5839', + }, + { + attributes: { + country: 'CHN', + id: 'china-merchant-bank-co-ltd-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Merchant Bank Co Ltd', + }, + id: '5089', + }, + { + attributes: { + country: 'CHN', + id: 'standard-chartered-bank-china-ltd-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Standard Chartered Bank China Ltd', + }, + id: '5115', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-china-limited-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Limited', + }, + id: '5108', + }, + { + attributes: { + country: 'CHN', + id: 'agricultural-bank-of-china-limited-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Agricultural Bank of China Limited', + }, + id: '5812', + }, + { + attributes: { + country: 'CHN', + id: 'china-merchant-bank-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Merchant Bank', + }, + id: '5525', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-shanghai-ningbo-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Shanghai', + }, + id: '5237', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-communications-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Communications', + }, + id: '5835', + }, + { + attributes: { + country: 'CHN', + id: 'shanghai-pudong-development-bank-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Shanghai Pudong Development Bank', + }, + id: '5583', + }, + { + attributes: { + country: 'CHN', + id: 'ping-an-bank-co-ltd-shenzhen-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Ping An Bank Co Ltd', + }, + id: '5203', + }, + { + attributes: { + country: 'CHN', + id: 'china-construction-bank-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank', + }, + id: '5190', + }, + { + attributes: { + country: 'CHN', + id: 'industrial-and-comml-bank-of-china-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: "Industrial And Comm'L Bank of China", + }, + id: '5182', + }, + { + attributes: { + country: 'CHN', + id: 'first-sino-bank-shanghai-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'First Sino Bank', + }, + id: '5584', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-east-asia-china-limited-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of East Asia', + }, + id: '5628', + }, + { + attributes: { + country: 'CHN', + id: 'bank-of-china-limited-china-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of China Limited China', + }, + id: '5148', + }, + { + attributes: { + id: 'wing-hang-bank-china-ltd-guangzhou-branch-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Wing Hang Bank China Ltd', + }, + id: '6785', + }, + { + attributes: { + id: 'bank-of-nanjing', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'Bank of Nanjing', + }, + id: '7504', + }, + { + attributes: { + code: 'COL', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -72, + Y: 4, + }, + name: 'Colombia', + tld: 'CO', + }, + id: '341', + }, + { + attributes: { + id: 'bbva-colombia-bogota-columbia-col', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -72, + Y: 4, + }, + name: 'Bbva Colombia', + }, + id: '6873', + }, + { + attributes: { + code: 'COG', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 15, + Y: -1, + }, + name: 'Congo', + tld: 'CG', + }, + id: '343', + }, + { + attributes: { + id: 'trust-merchant-bank-sarl', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15, + Y: -1, + }, + name: 'Trust Merchant Bank Sarl', + }, + id: '7051', + }, + { + attributes: { + id: 'banque-internationale-pour-lafrique-au-congo', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15, + Y: -1, + }, + name: "Banque Internationale Pour L'Afrique Au Congo", + }, + id: '7049', + }, + { + attributes: { + code: 'COD', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 0, + }, + name: 'Congo, the Democratic Republic of the', + tld: 'CD', + }, + id: '344', + }, + { + attributes: { + id: 'ecobank-republique-democratique-du-congo', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 0, + }, + name: 'Ecobank, Republique Democratique Du Congo', + }, + id: '7050', + }, + { + attributes: { + code: 'CRI', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -84, + Y: 10, + }, + name: 'Costa Rica', + tld: 'CR', + }, + id: '346', + }, + { + attributes: { + id: 'banco-bct-sa', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -84, + Y: 10, + }, + name: 'Banco Bct SA', + }, + id: '7305', + }, + { + attributes: { + country: 'CRI', + id: 'banco-bct-sa-costa-rica-cri', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -84, + Y: 10, + }, + name: 'Banco Bct SA', + }, + id: '5771', + }, + { + attributes: { + code: 'CIV', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -5, + Y: 8, + }, + name: 'Ivory Coast', + tld: 'CI', + }, + id: '347', + }, + { + attributes: { + id: 'banque-internationale-pour-le-commerce-et-lindustrie', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -5, + Y: 8, + }, + name: "Banque Internationale Pour Le Commerce Et L'Industrie", + }, + id: '7048', + }, + { + attributes: { + id: 'banque-atlantique-cote-davoir-abidjan-ivory-coast-civ', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -5, + Y: 8, + }, + name: "Banque Atlantique-Cote D'Avoir", + }, + id: '6734', + }, + { + attributes: { + code: 'HRV', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 45.1667, + }, + name: 'Croatia', + tld: 'HR', + }, + id: '348', + }, + { + attributes: { + id: 'erste-and-steiermaerkische-bank-dd-rijeka-croatia-hrv', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 45.1667, + }, + name: 'Erste And Steiermaerkische Bank D.D', + }, + id: '6110', + }, + { + attributes: { + id: 'zagrebacka-banka-dd-zagreb-croatia-hrv', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 45.1667, + }, + name: 'Zagrebacka Banka Dd', + }, + id: '6111', + }, + { + attributes: { + country: 'HRV', + id: 'raiffeisenbank-austria-dd-zagreb-zagreb-croatia-hrv', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 45.1667, + }, + name: 'Raiffeisenbank Austria D.D. Zagreb', + }, + id: '6010', + }, + { + attributes: { + code: 'CYP', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus', + tld: 'CY', + }, + id: '350', + }, + { + attributes: { + id: 'bank-of-cyprus-public-co-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public Co Ltd', + }, + id: '7195', + }, + { + attributes: { + id: 'barclays-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays', + }, + id: '6150', + }, + { + attributes: { + id: 'hellenic-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank', + }, + id: '7143', + }, + { + attributes: { + id: 'cyprus-popular-bank-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Popular Bank Ltd', + }, + id: '7560', + }, + { + attributes: { + id: 'promsvyazbank-limassol-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Promsvyazbank ', + }, + id: '6880', + }, + { + attributes: { + id: 'russian-commercial-bank-cyprus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Russian Commercial Bank Cyprus', + }, + id: '7722', + }, + { + attributes: { + id: 'cyprus-popular-bank-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Popular Bank Limited', + }, + id: '7045', + }, + { + attributes: { + id: 'hellenic-bank-public-company-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank Public Company Ltd', + }, + id: '7765', + }, + { + attributes: { + id: 'nkb-investments-ltd-limassol', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Nkb Investments Ltd, Limassol', + }, + id: '7687', + }, + { + attributes: { + id: 'hellenic-bank-public-company-ltd-nicosia-cy-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank Public Company Ltd', + }, + id: '6868', + }, + { + attributes: { + id: 'hellenic-bank-public-company', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank Public Company', + }, + id: '7007', + }, + { + attributes: { + id: 'eurobank-efg-cyprus-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Eurobank EFG Cyprus Ltd', + }, + id: '7140', + }, + { + attributes: { + id: 'piraeus-bank-cyprus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Piraeus Bank Cyprus', + }, + id: '7627', + }, + { + attributes: { + id: 'eurobank-cyprus-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Eurobank Cyprus Ltd', + }, + id: '7234', + }, + { + attributes: { + id: 'privat-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Privat Bank', + }, + id: '7193', + }, + { + attributes: { + id: 'russian-commercial-bank-cyprus-limassol-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Russian Commercial Bank', + }, + id: '6249', + }, + { + attributes: { + id: 'fbme-bank-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Fbme Bank Ltd', + }, + id: '6138', + }, + { + attributes: { + id: 'nkb-investments-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Nkb Investments Ltd', + }, + id: '7432', + }, + { + attributes: { + id: 'ojsc-promsvyazbank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Ojsc Promsvyazbank', + }, + id: '7395', + }, + { + attributes: { + id: 'bank-of-cyprus-public-company-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public Company Ltd', + }, + id: '6099', + }, + { + attributes: { + id: 'fbme-bank-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Fbme Bank Ltd', + }, + id: '7069', + }, + { + attributes: { + id: 'barclays-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays Bank', + }, + id: '7226', + }, + { + attributes: { + id: 'piraeus-bank-cyprus-limited-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Piraeus Bank Cyprus Limited', + }, + id: '6698', + }, + { + attributes: { + id: 'promsvyazbank-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Promsvyazbank', + }, + id: '6255', + }, + { + attributes: { + id: 'rcb-bank-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'RCB Bank Ltd', + }, + id: '7555', + }, + { + attributes: { + id: 'bank-of-cyprus', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus', + }, + id: '7491', + }, + { + attributes: { + id: 'marfin-popular-bank-pcl', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank Pcl', + }, + id: '7714', + }, + { + attributes: { + id: 'russian-commercial-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Russian Commercial Bank', + }, + id: '7447', + }, + { + attributes: { + id: 'marfin-popular-bank-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank', + }, + id: '6299', + }, + { + attributes: { + id: 'cyprus-development-bank-public', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Development Bank Public', + }, + id: '7266', + }, + { + attributes: { + id: 'eurobank-efg-cyprus-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Eurobank EFG Cyprus Ltd', + }, + id: '6788', + }, + { + attributes: { + country: 'CYP', + id: 'societe-generale-bank-cyprus-ltd-sg-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Societe Generale Bank Cyprus Ltd', + }, + id: '5069', + }, + { + attributes: { + country: 'CYP', + id: 'hellenic-bank-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank Ltd', + }, + id: '5458', + }, + { + attributes: { + country: 'CYP', + id: 'russian-commercial-bank-cyprus-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Russian Commercial Bank Cyprus', + }, + id: '5990', + }, + { + attributes: { + country: 'CYP', + id: 'eurobank-cyprus-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Eurobank Cyprus Ltd', + }, + id: '5597', + }, + { + attributes: { + country: 'CYP', + id: 'barclays-bank-plc-nicosia-barclays-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays Bank Plc, Nicosia', + }, + id: '5348', + }, + { + attributes: { + country: 'CYP', + id: 'barclays-bank-plc-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays Bank Plc, Nicosia', + }, + id: '5517', + }, + { + attributes: { + country: 'CYP', + id: 'marfin-popular-bank-public-co-ltd-limassol-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank Public Co. Ltd', + }, + id: '5710', + }, + { + attributes: { + country: 'CYP', + id: 'cyprus-public-company-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Public Company Ltd', + }, + id: '5758', + }, + { + attributes: { + country: 'CYP', + id: 'barclays-bank-plc-nicosia-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays Bank Plc', + }, + id: '5355', + }, + { + attributes: { + country: 'CYP', + id: 'bank-of-cyprus-public-company-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public Company Ltd.', + }, + id: '5105', + }, + { + attributes: { + country: 'CYP', + id: 'piraeus-bank-cyprus-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Piraeus Bank Cyprus Ltd', + }, + id: '5283', + }, + { + attributes: { + country: 'CYP', + id: 'bank-of-cyprus-pcl-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Pcl', + }, + id: '6001', + }, + { + attributes: { + country: 'CYP', + id: 'usb-bank-plc-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Usb Bank P.L.C.', + }, + id: '5580', + }, + { + attributes: { + country: 'CYP', + id: 'hellenic-bank-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank', + }, + id: '5992', + }, + { + attributes: { + country: 'CYP', + id: 'cyprus-popular-bank-public-co-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Popular Bank Public Co Ltd', + }, + id: '5670', + }, + { + attributes: { + country: 'CYP', + id: 'cyprus-popular-bank-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Popular Bank Ltd', + }, + id: '5935', + }, + { + attributes: { + country: 'CYP', + id: 'marfin-popular-bank-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank', + }, + id: '5487', + }, + { + attributes: { + country: 'CYP', + id: 'marfin-popular-bank-public-co-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank Public Co Ltd', + }, + id: '5641', + }, + { + attributes: { + country: 'CYP', + id: 'bank-of-cyprus-public-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public', + }, + id: '5991', + }, + { + attributes: { + country: 'CYP', + id: 'hellenic-bank-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank Ltd', + }, + id: '5752', + }, + { + attributes: { + country: 'CYP', + id: 'bank-of-cyprus-public-company-limited-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public Company Limited', + }, + id: '5565', + }, + { + attributes: { + country: 'CYP', + id: 'barclays-bank-plc-wealth-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays Bank Plc Wealth', + }, + id: '5648', + }, + { + attributes: { + country: 'CYP', + id: 'cyprus-development-bank-public-company-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Development Bank Public Company Ltd', + }, + id: '5803', + }, + { + attributes: { + country: 'CYP', + id: 'eurobank-cyprus-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Eurobank Cyprus Ltd', + }, + id: '5473', + }, + { + attributes: { + country: 'CYP', + id: 'hellenic-bank-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank', + }, + id: '5149', + }, + { + attributes: { + country: 'CYP', + id: 'bank-of-cyprus-plc-ex-cyprus-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Plc Ex Cyprus', + }, + id: '5979', + }, + { + attributes: { + country: 'CYP', + id: 'piraeus-bank-cyprus-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Piraeus Bank Cyprus Ltd', + }, + id: '5652', + }, + { + attributes: { + country: 'CYP', + id: 'cyprus-popular-bank-public-co-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Popular Bank Public Co Ltd', + }, + id: '5593', + }, + { + attributes: { + country: 'CYP', + id: 'marfin-popular-bank-public-co-ltd-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank Public Co Ltd', + }, + id: '5103', + }, + { + attributes: { + country: 'CYP', + id: 'co-operative-central-bank-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Co Operative Central Bank', + }, + id: '5282', + }, + { + attributes: { + id: 'alpha-bank-cyprus-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Alpha Bank Cyprus Ltd', + }, + id: '7094', + }, + { + attributes: { + id: 'bank-of-cyprus-public-company-limited', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public Company Limited', + }, + id: '7202', + }, + { + attributes: { + id: 'rcb-bank-ltd-limassol-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'RCB Bank Ltd', + }, + id: '6446', + }, + { + attributes: { + id: 'hellenic-bank-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Hellenic Bank Ltd', + }, + id: '7194', + }, + { + attributes: { + id: 'promsvyazbank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 100, + Y: 60, + }, + name: 'Promsvyazbank', + }, + id: '6994', + }, + { + attributes: { + id: 'cyprus-development-bank-nicosia-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Development Bank', + }, + id: '6901', + }, + { + attributes: { + id: 'cyprus-popular-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Popular Bank', + }, + id: '7789', + }, + { + attributes: { + id: 'barclays-bank-plc-cyprus-ltd-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays Bank Plc Cyprus Ltd.', + }, + id: '6302', + }, + { + attributes: { + id: 'cyprus-popular-bank-public-co-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Popular Bank Public Co Ltd', + }, + id: '7660', + }, + { + attributes: { + id: 'marfin-popular-bank-public-co-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank Public Co. Ltd.', + }, + id: '7286', + }, + { + attributes: { + id: 'marfin-popular-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Marfin Popular Bank', + }, + id: '7198', + }, + { + attributes: { + id: 'byblos-bank-sal', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 35.8333, + Y: 33.8333, + }, + name: 'Byblos Bank S.A.L.', + }, + id: '7497', + }, + { + attributes: { + id: 'barclays-bank-plc-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays Bank Plc', + }, + id: '6277', + }, + { + attributes: { + id: 'russian-commercial-bank-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Russian Commercial Bank', + }, + id: '6749', + }, + { + attributes: { + id: 'barclays', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Barclays', + }, + id: '7208', + }, + { + attributes: { + id: 'ojsc-promsvyazbank-cyprus-branch-limassol-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Ojsc Promsvyazbank, Cyprus Branch', + }, + id: '6499', + }, + { + attributes: { + id: 'cyprus-development-bank-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Cyprus Development Bank', + }, + id: '6903', + }, + { + attributes: { + id: 'bank-of-cyprus-public-company-cyprus-cyp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public Company', + }, + id: '6820', + }, + { + attributes: { + id: 'usb-bank-plc', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Usb Bank Plc', + }, + id: '7182', + }, + { + attributes: { + id: 'bank-of-cyprus-public-company-ltd', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 33, + Y: 35, + }, + name: 'Bank of Cyprus Public Company Ltd', + }, + id: '7686', + }, + { + attributes: { + code: 'CZE', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Czech Republic', + tld: 'CZ', + }, + id: '352', + }, + { + attributes: { + id: 'deutsche-bank-ag-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Deutsche Bank AG', + }, + id: '6061', + }, + { + attributes: { + id: 'deutsche-bank-ag', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -73.987862, + Y: 40.777571, + }, + name: 'Deutsche Bank AG', + }, + id: '5059', + }, + { + attributes: { + id: 'lbbw-bank-cz-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Lbbw Bank Cz A.S.', + }, + id: '7136', + }, + { + attributes: { + id: 'ceska-sporitelna-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceska Sporitelna A.S', + }, + id: '7457', + }, + { + attributes: { + id: 'raiffeisenbank-as-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Raiffeisenbank A.S.', + }, + id: '6850', + }, + { + attributes: { + id: 'ceska-sportelna-as-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceska Sportelna A.S', + }, + id: '6510', + }, + { + attributes: { + id: 'ppf-banka-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'PPF Banka A.S.', + }, + id: '7189', + }, + { + attributes: { + id: 'ceska-sporitelna-a-s', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceska Sporitelna A S', + }, + id: '7489', + }, + { + attributes: { + id: 'ppf-banka-a-s', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'PPF Banka A S', + }, + id: '7144', + }, + { + attributes: { + id: 'unicredit-bank-czech-republic-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'UniCredit Bank Czech Republic, A.S.', + }, + id: '7372', + }, + { + attributes: { + id: 'ceskoslovenska-obchodni-banka-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceskoslovenska Obchodni Banka, A.S.', + }, + id: '7733', + }, + { + attributes: { + id: 'raiffeisenbank-as-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Raiffeisenbank A.S.', + }, + id: '6575', + }, + { + attributes: { + country: 'CZE', + id: 'lbbw-bank-cz-as-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Lbbw Bank Cz A.S.', + }, + id: '5412', + }, + { + attributes: { + country: 'CZE', + id: 'lbbw-bank-cz-as-praha-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Lbbw Bank Cz A.S. ', + }, + id: '5228', + }, + { + attributes: { + country: 'CZE', + id: 'ceskoslovenska-obchodni-banka-a-s-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceskoslovenska Obchodni Banka A S', + }, + id: '5569', + }, + { + attributes: { + country: 'CZE', + id: 'ceskoslovenska-obchodni-banka-as-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceskoslovenska Obchodni Banka AS', + }, + id: '5276', + }, + { + attributes: { + country: 'CZE', + id: 'ceska-sportelna-as-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceska Sportelna A.S.', + }, + id: '5248', + }, + { + attributes: { + country: 'CZE', + id: 'ceskoslovenska-obchodni-banka-as-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceskoslovenska Obchodni Banka A.S. ', + }, + id: '5683', + }, + { + attributes: { + country: 'CZE', + id: 'ppf-banka-as-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'PPF Banka A.S. ', + }, + id: '5238', + }, + { + attributes: { + country: 'CZE', + id: 'ceska-sporitelna-a-s-prague-czech-republic-cze', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 15.5, + Y: 49.75, + }, + name: 'Ceska Sporitelna A S', + }, + id: '5816', + }, + { + attributes: { + code: 'DNK', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Denmark', + tld: 'DK', + }, + id: '353', + }, + { + attributes: { + id: 'arbejdernes-landsbank-as-copenhagen-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Arbejdernes Landsbank A/S', + }, + id: '6439', + }, + { + attributes: { + id: 'danske-bank-a-s', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Danske Bank A S', + }, + id: '7066', + }, + { + attributes: { + id: 'saxo-bank-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Saxo Bank AS', + }, + id: '7230', + }, + { + attributes: { + id: 'a-s-jyske-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'A-S Jyske Bank', + }, + id: '7552', + }, + { + attributes: { + id: 'danske-bank-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Danske Bank A/S', + }, + id: '7170', + }, + { + attributes: { + id: 'lan-and-spar-bank-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Lan And Spar Bank AS', + }, + id: '7297', + }, + { + attributes: { + id: 'nordea-bank-danmark-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Nordea Bank Danmark A/S', + }, + id: '7455', + }, + { + attributes: { + country: 'DNK', + id: 'nordea-bank-danmark-a-s-copenhagen-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Nordea Bank Danmark A S', + }, + id: '5251', + }, + { + attributes: { + country: 'DNK', + id: 'danske-bank-as-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Danske Bank A/S', + }, + id: '5934', + }, + { + attributes: { + country: 'DNK', + id: 'nordea-bank-danmark-as-copenhagen-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Nordea Bank Danmark A/S', + }, + id: '5216', + }, + { + attributes: { + country: 'DNK', + id: 'saxo-bank-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Saxo Bank', + }, + id: '5351', + }, + { + attributes: { + country: 'DNK', + id: 'amagerbanken-aktieselskab-copenhagen-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Amagerbanken Aktieselskab', + }, + id: '5833', + }, + { + attributes: { + country: 'DNK', + id: 'a-s-jyske-bank-copenhagen-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'A-S Jyske Bank', + }, + id: '5917', + }, + { + attributes: { + country: 'DNK', + id: 'danske-bank-as-copenhagen-denmark-dnk', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 10, + Y: 56, + }, + name: 'Danske Bank A/S', + }, + id: '5244', + }, + { + attributes: { + code: 'DJI', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 43, + Y: 11.5, + }, + name: 'Djibouti', + tld: 'DJ', + }, + id: '354', + }, + { + attributes: { + country: 'DJI', + id: 'bqe-pour-le-comm-et-iind-mer-rouge-djibouti-dji', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 43, + Y: 11.5, + }, + name: "Bqe Pour Le Comm Et I'Ind-Mer Rouge", + }, + id: '6013', + }, + { + attributes: { + code: 'ECU', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Ecuador', + tld: 'EC', + }, + id: '357', + }, + { + attributes: { + id: 'banco-pichincha-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Banco Pichincha', + }, + id: '6856', + }, + { + attributes: { + id: 'banco-de-la-produccion-sa-produbanco-guayaquil-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Banco De La Produccion S.A. Produbanco', + }, + id: '6376', + }, + { + attributes: { + id: 'bancodel-pichincha-quito-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Bancodel Pichincha', + }, + id: '6377', + }, + { + attributes: { + id: 'banco-internacionalsa-quito-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Banco Internacionals.A.', + }, + id: '6372', + }, + { + attributes: { + id: 'banco-internacional-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Banco Internacional', + }, + id: '6855', + }, + { + attributes: { + id: 'banco-del-pichincha-quito-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Banco Del Pichincha', + }, + id: '6282', + }, + { + attributes: { + id: 'banco-internacional-sa-quito-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Banco Internacional S.A.', + }, + id: '6371', + }, + { + attributes: { + id: 'banco-de-la-produccion-sa-guayaquil-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Banco De La Produccion S.A.', + }, + id: '6281', + }, + { + attributes: { + country: 'ECU', + id: 'produbanco-quito-ecuador-ecu', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -77.5, + Y: -2, + }, + name: 'Produbanco', + }, + id: '5430', + }, + { + attributes: { + code: 'EGY', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Egypt', + tld: 'EG', + }, + id: '358', + }, + { + attributes: { + id: 'national-societe-generale-bank-sae-cairo-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'National Societe Generale Bank Sae', + }, + id: '6518', + }, + { + attributes: { + id: 'al-watany-bank-of-egypt', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Al Watany Bank of Egypt', + }, + id: '7129', + }, + { + attributes: { + id: 'al-baraka-bank-egypt', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Al Baraka Bank Egypt', + }, + id: '7738', + }, + { + attributes: { + id: 'housing-and-development-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Housing And Development Bank', + }, + id: '7216', + }, + { + attributes: { + id: 'albaraka-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Albaraka Bank', + }, + id: '7748', + }, + { + attributes: { + id: 'albaraka-bank-egypt', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Albaraka Bank Egypt', + }, + id: '7082', + }, + { + attributes: { + id: 'commercial-international-bank', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Commercial International Bank', + }, + id: '7454', + }, + { + attributes: { + country: 'EGY', + id: 'housing-and-development-bank-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Housing And Development Bank', + }, + id: '5632', + }, + { + attributes: { + country: 'EGY', + id: 'albaraka-bank-giza-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Albaraka Bank', + }, + id: '5712', + }, + { + attributes: { + country: 'EGY', + id: 'commercial-international-bank-egypt-sae-port-said-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Commercial International Bank', + }, + id: '5860', + }, + { + attributes: { + country: 'EGY', + id: 'albaraka-bank-egypt-giza-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Albaraka Bank Egypt', + }, + id: '6005', + }, + { + attributes: { + country: 'EGY', + id: 'al-baraka-bank-egypt-giza-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Al Baraka Bank Egypt', + }, + id: '5510', + }, + { + attributes: { + country: 'EGY', + id: 'housing-and-development-bank-cairo-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Housing And Development Bank', + }, + id: '5519', + }, + { + attributes: { + country: 'EGY', + id: 'banque-du-caire-cairo-egypt-egy', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 30, + Y: 27, + }, + name: 'Banque Du Caire', + }, + id: '5076', + }, + { + attributes: { + code: 'SLV', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: -88.9167, + Y: 13.8333, + }, + name: 'El Salvador', + tld: 'SV', + }, + id: '359', + }, + { + attributes: { + id: 'hsbc-salvadoreno-sa', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: -88.9167, + Y: 13.8333, + }, + name: 'HSBC Salvadoreno SA', + }, + id: '7817', + }, + { + attributes: { + code: 'EST', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 26, + Y: 59, + }, + name: 'Estonia', + tld: 'EE', + }, + id: '362', + }, + { + attributes: { + id: 'versobank-as-tallinn-city-estonia-est', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 26, + Y: 59, + }, + name: 'Versobank AS', + }, + id: '6830', + }, + { + attributes: { + id: 'eesti-kreditbank-tallinn-estonia-est', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 26, + Y: 59, + }, + name: 'Eesti Kreditbank', + }, + id: '6598', + }, + { + attributes: { + id: 'swedbank-as', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 25, + Y: 57, + }, + name: 'Swedbank AS', + }, + id: '7472', + }, + ], + }, + type: 'nodelink', + }, +}; + +export const fincenFilingFromBangkokBenefitsBangkokQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: '4157235e73ca31a988c969a9f9efa106', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'BENEFITS', + }, + from: '2082', + id: '31895', + to: '5870', + }, + { + attributes: { + Type: 'BENEFITS', + }, + from: '3471', + id: '33284', + to: '5947', + }, + { + attributes: { + Type: 'BENEFITS', + }, + from: '2693', + id: '32506', + to: '6521', + }, + ], + nodes: [ + { + attributes: { + country: 'THA', + id: 'bangkok-bank-ltd-bangkok-thailand-tha', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 100, + Y: 15, + }, + name: 'Bangkok Bank Ltd', + }, + id: '5870', + }, + { + attributes: { + amount: 45410, + begin: '2012-12-24T00:00:00Z', + begin_date: 'Dec 24, 2012', + begin_date_format: '2012-12-24T00:00:00Z', + beneficiary_bank: 'Bangkok Bank Ltd', + beneficiary_bank_country: 'Thailand', + beneficiary_bank_id: 'bangkok-bank-ltd-bangkok-thailand-tha', + beneficiary_iso: 'THA', + beneficiary_lat: '15', + beneficiary_lng: '100', + end: '2013-07-30T00:00:00Z', + end_date: 'Jul 30, 2013', + end_date_format: '2013-07-30T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '230938', + labels: ['Filing'], + number: 6, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'Standard Chartered Bank', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'standard-chartered-bank', + originator_iso: 'HKG', + sar_id: '2953', + }, + id: '2082', + }, + { + attributes: { + country: 'THA', + id: 'bangkok-bank-public-company-limited-bangkok-thailand-tha', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 100, + Y: 15, + }, + name: 'Bangkok Bank Public Company Limited', + }, + id: '5947', + }, + { + attributes: { + amount: 5920731, + begin: '2013-07-02T00:00:00Z', + begin_date: 'Jul 2, 2013', + begin_date_format: '2013-07-02T00:00:00Z', + beneficiary_bank: 'Bangkok Bank Public Company Limited', + beneficiary_bank_country: 'Thailand', + beneficiary_bank_id: 'bangkok-bank-public-company-limited-bangkok-thailand-tha', + beneficiary_iso: 'THA', + beneficiary_lat: '15', + beneficiary_lng: '100', + end: '2013-11-12T00:00:00Z', + end_date: 'Nov 12, 2013', + end_date_format: '2013-11-12T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '237400', + labels: ['Filing'], + number: 45, + origin_lat: '31.5', + origin_lng: '34.75', + originator_bank: 'Israel Discount Bank Ltd', + originator_bank_country: 'Israel', + originator_bank_id: 'israel-discount-bank-ltd', + originator_iso: 'ISR', + sar_id: '3778', + }, + id: '3471', + }, + { + attributes: { + id: 'bangkok-bank-public-company-ltd-singapore-sgp', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 103.8, + Y: 1.3667, + }, + name: 'Bangkok Bank Public Company Ltd', + }, + id: '6521', + }, + { + attributes: { + amount: 300000, + begin: '2013-08-07T00:00:00Z', + begin_date: 'Aug 7, 2013', + begin_date_format: '2013-08-07T00:00:00Z', + beneficiary_bank: 'Bangkok Bank Public Company Ltd', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'bangkok-bank-public-company-ltd-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2013-08-07T00:00:00Z', + end_date: 'Aug 7, 2013', + end_date_format: '2013-08-07T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '234546', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'Standard Chartered Bank Hk Ltd', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'standard-chartered-bank-hk-ltd', + originator_iso: 'HKG', + sar_id: '2955', + }, + id: '2693', + }, + ], + }, + type: 'nodelink', + }, +}; + +/** + * !!! Three step query !!! + */ +export const fincenFilingBenefitsEntityInCountryQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: '6abc8de6209696fdd8b98e4d53ee8aaf', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'COUNTRY', + }, + from: '6219', + id: '29655', + to: '295', + }, + { + attributes: { + Type: 'BENEFITS', + }, + from: '3416', + id: '33229', + to: '5068', + }, + ], + nodes: [ + { + attributes: { + code: 'AFG', + labels: ['Country'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Afghanistan', + tld: 'AF', + }, + id: '295', + }, + { + attributes: { + id: 'azizi-bank-kabul-afghanistan-afg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 65, + Y: 33, + }, + name: 'Azizi Bank', + }, + id: '6219', + }, + { + attributes: { + amount: 56898523.47, + begin: '2015-03-25T00:00:00Z', + begin_date: 'Mar 25, 2015', + begin_date_format: '2015-03-25T00:00:00Z', + beneficiary_bank: 'Barclays Bank Plc', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'barclays-bank-plc-london-england-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2015-09-25T00:00:00Z', + end_date: 'Sep 25, 2015', + end_date_format: '2015-09-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223254', + labels: ['Filing'], + number: 68, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'CIMB Bank Berhad', + originator_bank_country: 'Singapore', + originator_bank_id: 'cimb-bank-berhad', + originator_iso: 'SGP', + sar_id: '3297', + }, + id: '549', + }, + { + attributes: { + amount: 6763000, + begin: '2014-01-16T00:00:00Z', + begin_date: 'Jan 16, 2014', + begin_date_format: '2014-01-16T00:00:00Z', + beneficiary_bank: 'China Construction Bank Corporation', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'china-construction-bank-corporation-beijing-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2014-01-29T00:00:00Z', + end_date: 'Jan 29, 2014', + end_date_format: '2014-01-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '237118', + labels: ['Filing'], + number: 6, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'DBS Bank', + originator_bank_country: 'China', + originator_bank_id: 'dbs-bank', + originator_iso: 'CHN', + sar_id: '3983', + }, + id: '3416', + }, + { + attributes: { + country: 'CHN', + id: 'china-construction-bank-corporation-beijing-china-chn', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 105, + Y: 35, + }, + name: 'China Construction Bank Corporation', + }, + id: '5068', + }, + { + attributes: { + amount: 116238361.25, + begin: '2015-03-30T00:00:00Z', + begin_date: 'Mar 30, 2015', + begin_date_format: '2015-03-30T00:00:00Z', + beneficiary_bank: 'Barclays Bank Plc', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'barclays-bank-plc-london-england-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2015-09-25T00:00:00Z', + end_date: 'Sep 25, 2015', + end_date_format: '2015-09-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223255', + labels: ['Filing'], + number: 118, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'CIMB Bank Berhad', + originator_bank_country: 'Singapore', + originator_bank_id: 'cimb-bank-berhad', + originator_iso: 'SGP', + sar_id: '3297', + }, + id: '550', + }, + { + attributes: { + amount: 5000, + begin: '2012-07-05T00:00:00Z', + begin_date: 'Jul 5, 2012', + begin_date_format: '2012-07-05T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-07-05T00:00:00Z', + end_date: 'Jul 5, 2012', + end_date_format: '2012-07-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223258', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '551', + }, + { + attributes: { + amount: 9990, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223259', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '552', + }, + { + attributes: { + amount: 12000, + begin: '2012-05-31T00:00:00Z', + begin_date: 'May 31, 2012', + begin_date_format: '2012-05-31T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-31T00:00:00Z', + end_date: 'May 31, 2012', + end_date_format: '2012-05-31T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223260', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '553', + }, + { + attributes: { + amount: 88.03, + begin: '2012-05-29T00:00:00Z', + begin_date: 'May 29, 2012', + begin_date_format: '2012-05-29T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-29T00:00:00Z', + end_date: 'May 29, 2012', + end_date_format: '2012-05-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223261', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '554', + }, + { + attributes: { + amount: 13000, + begin: '2012-05-29T00:00:00Z', + begin_date: 'May 29, 2012', + begin_date_format: '2012-05-29T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-29T00:00:00Z', + end_date: 'May 29, 2012', + end_date_format: '2012-05-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223262', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '555', + }, + { + attributes: { + amount: 6990, + begin: '2012-05-22T00:00:00Z', + begin_date: 'May 22, 2012', + begin_date_format: '2012-05-22T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-22T00:00:00Z', + end_date: 'May 22, 2012', + end_date_format: '2012-05-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223263', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '556', + }, + { + attributes: { + amount: 8000, + begin: '2012-05-21T00:00:00Z', + begin_date: 'May 21, 2012', + begin_date_format: '2012-05-21T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-21T00:00:00Z', + end_date: 'May 21, 2012', + end_date_format: '2012-05-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223264', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '557', + }, + { + attributes: { + amount: 6990, + begin: '2012-05-21T00:00:00Z', + begin_date: 'May 21, 2012', + begin_date_format: '2012-05-21T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-21T00:00:00Z', + end_date: 'May 21, 2012', + end_date_format: '2012-05-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223265', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '558', + }, + { + attributes: { + amount: 7090, + begin: '2012-05-15T00:00:00Z', + begin_date: 'May 15, 2012', + begin_date_format: '2012-05-15T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-15T00:00:00Z', + end_date: 'May 15, 2012', + end_date_format: '2012-05-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223266', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '559', + }, + { + attributes: { + amount: 13000, + begin: '2012-05-15T00:00:00Z', + begin_date: 'May 15, 2012', + begin_date_format: '2012-05-15T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-15T00:00:00Z', + end_date: 'May 15, 2012', + end_date_format: '2012-05-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223267', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '560', + }, + { + attributes: { + amount: 400.01, + begin: '2012-05-14T00:00:00Z', + begin_date: 'May 14, 2012', + begin_date_format: '2012-05-14T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-14T00:00:00Z', + end_date: 'May 14, 2012', + end_date_format: '2012-05-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223268', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '561', + }, + { + attributes: { + amount: 7290, + begin: '2012-05-11T00:00:00Z', + begin_date: 'May 11, 2012', + begin_date_format: '2012-05-11T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-11T00:00:00Z', + end_date: 'May 11, 2012', + end_date_format: '2012-05-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223269', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '562', + }, + { + attributes: { + amount: 7290, + begin: '2012-05-11T00:00:00Z', + begin_date: 'May 11, 2012', + begin_date_format: '2012-05-11T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-11T00:00:00Z', + end_date: 'May 11, 2012', + end_date_format: '2012-05-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223270', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '563', + }, + { + attributes: { + amount: 7090, + begin: '2012-05-11T00:00:00Z', + begin_date: 'May 11, 2012', + begin_date_format: '2012-05-11T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-11T00:00:00Z', + end_date: 'May 11, 2012', + end_date_format: '2012-05-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223271', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '564', + }, + { + attributes: { + amount: 7290, + begin: '2012-05-10T00:00:00Z', + begin_date: 'May 10, 2012', + begin_date_format: '2012-05-10T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-10T00:00:00Z', + end_date: 'May 10, 2012', + end_date_format: '2012-05-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223272', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '565', + }, + { + attributes: { + amount: 7390, + begin: '2012-04-27T00:00:00Z', + begin_date: 'Apr 27, 2012', + begin_date_format: '2012-04-27T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-27T00:00:00Z', + end_date: 'Apr 27, 2012', + end_date_format: '2012-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223273', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '566', + }, + { + attributes: { + amount: 7290, + begin: '2012-04-24T00:00:00Z', + begin_date: 'Apr 24, 2012', + begin_date_format: '2012-04-24T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-24T00:00:00Z', + end_date: 'Apr 24, 2012', + end_date_format: '2012-04-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223274', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '567', + }, + { + attributes: { + amount: 7240, + begin: '2012-04-23T00:00:00Z', + begin_date: 'Apr 23, 2012', + begin_date_format: '2012-04-23T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-23T00:00:00Z', + end_date: 'Apr 23, 2012', + end_date_format: '2012-04-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223275', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '568', + }, + { + attributes: { + amount: 7280, + begin: '2012-04-19T00:00:00Z', + begin_date: 'Apr 19, 2012', + begin_date_format: '2012-04-19T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-19T00:00:00Z', + end_date: 'Apr 19, 2012', + end_date_format: '2012-04-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223276', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '569', + }, + { + attributes: { + amount: 7290, + begin: '2012-04-17T00:00:00Z', + begin_date: 'Apr 17, 2012', + begin_date_format: '2012-04-17T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-17T00:00:00Z', + end_date: 'Apr 17, 2012', + end_date_format: '2012-04-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223277', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '570', + }, + { + attributes: { + amount: 7189, + begin: '2012-04-12T00:00:00Z', + begin_date: 'Apr 12, 2012', + begin_date_format: '2012-04-12T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-12T00:00:00Z', + end_date: 'Apr 12, 2012', + end_date_format: '2012-04-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223278', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '571', + }, + { + attributes: { + amount: 6990, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223279', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '572', + }, + { + attributes: { + amount: 7160, + begin: '2012-04-05T00:00:00Z', + begin_date: 'Apr 5, 2012', + begin_date_format: '2012-04-05T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-05T00:00:00Z', + end_date: 'Apr 5, 2012', + end_date_format: '2012-04-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223280', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '573', + }, + { + attributes: { + amount: 28973.97, + begin: '2012-04-02T00:00:00Z', + begin_date: 'Apr 2, 2012', + begin_date_format: '2012-04-02T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-04-02T00:00:00Z', + end_date: 'Apr 2, 2012', + end_date_format: '2012-04-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223281', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '574', + }, + { + attributes: { + amount: 3334.42, + begin: '2012-07-17T00:00:00Z', + begin_date: 'Jul 17, 2012', + begin_date_format: '2012-07-17T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-07-17T00:00:00Z', + end_date: 'Jul 17, 2012', + end_date_format: '2012-07-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223282', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '575', + }, + { + attributes: { + amount: 475, + begin: '2012-06-29T00:00:00Z', + begin_date: 'Jun 29, 2012', + begin_date_format: '2012-06-29T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-29T00:00:00Z', + end_date: 'Jun 29, 2012', + end_date_format: '2012-06-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223283', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '576', + }, + { + attributes: { + amount: 2884.21, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223284', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '577', + }, + { + attributes: { + amount: 5000, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223285', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '578', + }, + { + attributes: { + amount: 400, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223286', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '579', + }, + { + attributes: { + amount: 350, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223287', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '580', + }, + { + attributes: { + amount: 200, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223288', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '581', + }, + { + attributes: { + amount: 200, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223289', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '582', + }, + { + attributes: { + amount: 240, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223290', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '583', + }, + { + attributes: { + amount: 250, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223291', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '584', + }, + { + attributes: { + amount: 1827.41, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223292', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '585', + }, + { + attributes: { + amount: 400, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223293', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '586', + }, + { + attributes: { + amount: 772, + begin: '2012-06-11T00:00:00Z', + begin_date: 'Jun 11, 2012', + begin_date_format: '2012-06-11T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-11T00:00:00Z', + end_date: 'Jun 11, 2012', + end_date_format: '2012-06-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223294', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '587', + }, + { + attributes: { + amount: 459.49, + begin: '2012-06-11T00:00:00Z', + begin_date: 'Jun 11, 2012', + begin_date_format: '2012-06-11T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-11T00:00:00Z', + end_date: 'Jun 11, 2012', + end_date_format: '2012-06-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223295', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '588', + }, + { + attributes: { + amount: 167, + begin: '2012-06-11T00:00:00Z', + begin_date: 'Jun 11, 2012', + begin_date_format: '2012-06-11T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-11T00:00:00Z', + end_date: 'Jun 11, 2012', + end_date_format: '2012-06-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223296', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '589', + }, + { + attributes: { + amount: 1320.44, + begin: '2012-06-08T00:00:00Z', + begin_date: 'Jun 8, 2012', + begin_date_format: '2012-06-08T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-08T00:00:00Z', + end_date: 'Jun 8, 2012', + end_date_format: '2012-06-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223297', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '590', + }, + { + attributes: { + amount: 112.32, + begin: '2012-06-08T00:00:00Z', + begin_date: 'Jun 8, 2012', + begin_date_format: '2012-06-08T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-08T00:00:00Z', + end_date: 'Jun 8, 2012', + end_date_format: '2012-06-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223298', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '591', + }, + { + attributes: { + amount: 200, + begin: '2012-06-08T00:00:00Z', + begin_date: 'Jun 8, 2012', + begin_date_format: '2012-06-08T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-08T00:00:00Z', + end_date: 'Jun 8, 2012', + end_date_format: '2012-06-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223299', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '592', + }, + { + attributes: { + amount: 300, + begin: '2012-06-08T00:00:00Z', + begin_date: 'Jun 8, 2012', + begin_date_format: '2012-06-08T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-08T00:00:00Z', + end_date: 'Jun 8, 2012', + end_date_format: '2012-06-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223300', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '593', + }, + { + attributes: { + amount: 290, + begin: '2012-06-08T00:00:00Z', + begin_date: 'Jun 8, 2012', + begin_date_format: '2012-06-08T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-08T00:00:00Z', + end_date: 'Jun 8, 2012', + end_date_format: '2012-06-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223301', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '594', + }, + { + attributes: { + amount: 1880, + begin: '2012-06-08T00:00:00Z', + begin_date: 'Jun 8, 2012', + begin_date_format: '2012-06-08T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-08T00:00:00Z', + end_date: 'Jun 8, 2012', + end_date_format: '2012-06-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223302', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '595', + }, + { + attributes: { + amount: 480, + begin: '2012-06-08T00:00:00Z', + begin_date: 'Jun 8, 2012', + begin_date_format: '2012-06-08T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-06-08T00:00:00Z', + end_date: 'Jun 8, 2012', + end_date_format: '2012-06-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223303', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '596', + }, + { + attributes: { + amount: 146, + begin: '2012-05-30T00:00:00Z', + begin_date: 'May 30, 2012', + begin_date_format: '2012-05-30T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-30T00:00:00Z', + end_date: 'May 30, 2012', + end_date_format: '2012-05-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223304', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '597', + }, + { + attributes: { + amount: 600, + begin: '2012-05-29T00:00:00Z', + begin_date: 'May 29, 2012', + begin_date_format: '2012-05-29T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-29T00:00:00Z', + end_date: 'May 29, 2012', + end_date_format: '2012-05-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223305', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '598', + }, + { + attributes: { + amount: 500, + begin: '2012-05-29T00:00:00Z', + begin_date: 'May 29, 2012', + begin_date_format: '2012-05-29T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-29T00:00:00Z', + end_date: 'May 29, 2012', + end_date_format: '2012-05-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223306', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '599', + }, + { + attributes: { + amount: 195, + begin: '2012-05-29T00:00:00Z', + begin_date: 'May 29, 2012', + begin_date_format: '2012-05-29T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-29T00:00:00Z', + end_date: 'May 29, 2012', + end_date_format: '2012-05-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223307', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '600', + }, + { + attributes: { + amount: 40, + begin: '2012-05-24T00:00:00Z', + begin_date: 'May 24, 2012', + begin_date_format: '2012-05-24T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-24T00:00:00Z', + end_date: 'May 24, 2012', + end_date_format: '2012-05-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223308', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '601', + }, + { + attributes: { + amount: 490, + begin: '2012-05-21T00:00:00Z', + begin_date: 'May 21, 2012', + begin_date_format: '2012-05-21T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-21T00:00:00Z', + end_date: 'May 21, 2012', + end_date_format: '2012-05-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223309', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '602', + }, + { + attributes: { + amount: 197.44, + begin: '2012-05-17T00:00:00Z', + begin_date: 'May 17, 2012', + begin_date_format: '2012-05-17T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-17T00:00:00Z', + end_date: 'May 17, 2012', + end_date_format: '2012-05-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223310', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '603', + }, + { + attributes: { + amount: 9990, + begin: '2012-05-15T00:00:00Z', + begin_date: 'May 15, 2012', + begin_date_format: '2012-05-15T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-15T00:00:00Z', + end_date: 'May 15, 2012', + end_date_format: '2012-05-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223311', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '604', + }, + { + attributes: { + amount: 370, + begin: '2012-05-15T00:00:00Z', + begin_date: 'May 15, 2012', + begin_date_format: '2012-05-15T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-15T00:00:00Z', + end_date: 'May 15, 2012', + end_date_format: '2012-05-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223312', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '605', + }, + { + attributes: { + amount: 979, + begin: '2012-05-14T00:00:00Z', + begin_date: 'May 14, 2012', + begin_date_format: '2012-05-14T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-14T00:00:00Z', + end_date: 'May 14, 2012', + end_date_format: '2012-05-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223313', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '606', + }, + { + attributes: { + amount: 19990, + begin: '2012-05-11T00:00:00Z', + begin_date: 'May 11, 2012', + begin_date_format: '2012-05-11T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-11T00:00:00Z', + end_date: 'May 11, 2012', + end_date_format: '2012-05-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223314', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '607', + }, + { + attributes: { + amount: 2174.73, + begin: '2012-05-11T00:00:00Z', + begin_date: 'May 11, 2012', + begin_date_format: '2012-05-11T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-11T00:00:00Z', + end_date: 'May 11, 2012', + end_date_format: '2012-05-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223315', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '608', + }, + { + attributes: { + amount: 535, + begin: '2012-05-11T00:00:00Z', + begin_date: 'May 11, 2012', + begin_date_format: '2012-05-11T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-11T00:00:00Z', + end_date: 'May 11, 2012', + end_date_format: '2012-05-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223316', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '609', + }, + { + attributes: { + amount: 5380, + begin: '2012-05-10T00:00:00Z', + begin_date: 'May 10, 2012', + begin_date_format: '2012-05-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-10T00:00:00Z', + end_date: 'May 10, 2012', + end_date_format: '2012-05-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223317', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '610', + }, + { + attributes: { + amount: 607.49, + begin: '2012-05-10T00:00:00Z', + begin_date: 'May 10, 2012', + begin_date_format: '2012-05-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-10T00:00:00Z', + end_date: 'May 10, 2012', + end_date_format: '2012-05-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223318', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '611', + }, + { + attributes: { + amount: 1490, + begin: '2012-05-10T00:00:00Z', + begin_date: 'May 10, 2012', + begin_date_format: '2012-05-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-10T00:00:00Z', + end_date: 'May 10, 2012', + end_date_format: '2012-05-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223319', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '612', + }, + { + attributes: { + amount: 210, + begin: '2012-05-10T00:00:00Z', + begin_date: 'May 10, 2012', + begin_date_format: '2012-05-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-10T00:00:00Z', + end_date: 'May 10, 2012', + end_date_format: '2012-05-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223320', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '613', + }, + { + attributes: { + amount: 419.15, + begin: '2012-05-10T00:00:00Z', + begin_date: 'May 10, 2012', + begin_date_format: '2012-05-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-10T00:00:00Z', + end_date: 'May 10, 2012', + end_date_format: '2012-05-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223321', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '614', + }, + { + attributes: { + amount: 2519.94, + begin: '2012-05-09T00:00:00Z', + begin_date: 'May 9, 2012', + begin_date_format: '2012-05-09T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-05-09T00:00:00Z', + end_date: 'May 9, 2012', + end_date_format: '2012-05-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223322', + labels: ['Filing'], + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '615', + }, + { + attributes: { + amount: 437.86, + begin: '2012-04-27T00:00:00Z', + begin_date: 'Apr 27, 2012', + begin_date_format: '2012-04-27T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-27T00:00:00Z', + end_date: 'Apr 27, 2012', + end_date_format: '2012-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223323', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '616', + }, + { + attributes: { + amount: 2500, + begin: '2012-04-27T00:00:00Z', + begin_date: 'Apr 27, 2012', + begin_date_format: '2012-04-27T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-27T00:00:00Z', + end_date: 'Apr 27, 2012', + end_date_format: '2012-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223324', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '617', + }, + { + attributes: { + amount: 1245, + begin: '2012-04-25T00:00:00Z', + begin_date: 'Apr 25, 2012', + begin_date_format: '2012-04-25T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-25T00:00:00Z', + end_date: 'Apr 25, 2012', + end_date_format: '2012-04-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223325', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '618', + }, + { + attributes: { + amount: 300, + begin: '2012-04-25T00:00:00Z', + begin_date: 'Apr 25, 2012', + begin_date_format: '2012-04-25T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-25T00:00:00Z', + end_date: 'Apr 25, 2012', + end_date_format: '2012-04-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223326', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '619', + }, + { + attributes: { + amount: 636.65, + begin: '2012-04-25T00:00:00Z', + begin_date: 'Apr 25, 2012', + begin_date_format: '2012-04-25T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-25T00:00:00Z', + end_date: 'Apr 25, 2012', + end_date_format: '2012-04-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223327', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '620', + }, + { + attributes: { + amount: 500, + begin: '2012-04-24T00:00:00Z', + begin_date: 'Apr 24, 2012', + begin_date_format: '2012-04-24T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-24T00:00:00Z', + end_date: 'Apr 24, 2012', + end_date_format: '2012-04-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223328', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '621', + }, + { + attributes: { + amount: 700, + begin: '2012-04-24T00:00:00Z', + begin_date: 'Apr 24, 2012', + begin_date_format: '2012-04-24T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-24T00:00:00Z', + end_date: 'Apr 24, 2012', + end_date_format: '2012-04-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223329', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '622', + }, + { + attributes: { + amount: 750, + begin: '2012-04-24T00:00:00Z', + begin_date: 'Apr 24, 2012', + begin_date_format: '2012-04-24T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-24T00:00:00Z', + end_date: 'Apr 24, 2012', + end_date_format: '2012-04-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223330', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '623', + }, + { + attributes: { + amount: 435.67, + begin: '2012-04-23T00:00:00Z', + begin_date: 'Apr 23, 2012', + begin_date_format: '2012-04-23T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-23T00:00:00Z', + end_date: 'Apr 23, 2012', + end_date_format: '2012-04-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223331', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '624', + }, + { + attributes: { + amount: 290, + begin: '2012-04-20T00:00:00Z', + begin_date: 'Apr 20, 2012', + begin_date_format: '2012-04-20T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-20T00:00:00Z', + end_date: 'Apr 20, 2012', + end_date_format: '2012-04-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223332', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '625', + }, + { + attributes: { + amount: 506.14, + begin: '2012-04-16T00:00:00Z', + begin_date: 'Apr 16, 2012', + begin_date_format: '2012-04-16T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-16T00:00:00Z', + end_date: 'Apr 16, 2012', + end_date_format: '2012-04-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223333', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '626', + }, + { + attributes: { + amount: 1150, + begin: '2012-04-16T00:00:00Z', + begin_date: 'Apr 16, 2012', + begin_date_format: '2012-04-16T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-16T00:00:00Z', + end_date: 'Apr 16, 2012', + end_date_format: '2012-04-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223334', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '627', + }, + { + attributes: { + amount: 544, + begin: '2012-04-16T00:00:00Z', + begin_date: 'Apr 16, 2012', + begin_date_format: '2012-04-16T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-16T00:00:00Z', + end_date: 'Apr 16, 2012', + end_date_format: '2012-04-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223335', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '628', + }, + { + attributes: { + amount: 1490, + begin: '2012-04-13T00:00:00Z', + begin_date: 'Apr 13, 2012', + begin_date_format: '2012-04-13T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-13T00:00:00Z', + end_date: 'Apr 13, 2012', + end_date_format: '2012-04-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223336', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '629', + }, + { + attributes: { + amount: 390, + begin: '2012-04-12T00:00:00Z', + begin_date: 'Apr 12, 2012', + begin_date_format: '2012-04-12T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-12T00:00:00Z', + end_date: 'Apr 12, 2012', + end_date_format: '2012-04-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223337', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '630', + }, + { + attributes: { + amount: 40, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223338', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '631', + }, + { + attributes: { + amount: 1990, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223339', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '632', + }, + { + attributes: { + amount: 990.5, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223340', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '633', + }, + { + attributes: { + amount: 90, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223341', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '634', + }, + { + attributes: { + amount: 1558, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223342', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '635', + }, + { + attributes: { + amount: 667.94, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223343', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '636', + }, + { + attributes: { + amount: 890.71, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223344', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '637', + }, + { + attributes: { + amount: 3654.55, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223345', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '638', + }, + { + attributes: { + amount: 224.18, + begin: '2012-04-10T00:00:00Z', + begin_date: 'Apr 10, 2012', + begin_date_format: '2012-04-10T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-10T00:00:00Z', + end_date: 'Apr 10, 2012', + end_date_format: '2012-04-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223346', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '639', + }, + { + attributes: { + amount: 14417, + begin: '2012-04-05T00:00:00Z', + begin_date: 'Apr 5, 2012', + begin_date_format: '2012-04-05T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-05T00:00:00Z', + end_date: 'Apr 5, 2012', + end_date_format: '2012-04-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223347', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '640', + }, + { + attributes: { + amount: 980, + begin: '2012-04-05T00:00:00Z', + begin_date: 'Apr 5, 2012', + begin_date_format: '2012-04-05T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-05T00:00:00Z', + end_date: 'Apr 5, 2012', + end_date_format: '2012-04-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223348', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '641', + }, + { + attributes: { + amount: 22990, + begin: '2012-04-02T00:00:00Z', + begin_date: 'Apr 2, 2012', + begin_date_format: '2012-04-02T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2012-04-02T00:00:00Z', + end_date: 'Apr 2, 2012', + end_date_format: '2012-04-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223349', + labels: ['Filing'], + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: ' Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '642', + }, + { + attributes: { + amount: 34644.35, + begin: '2012-07-17T00:00:00Z', + begin_date: 'Jul 17, 2012', + begin_date_format: '2012-07-17T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-07-17T00:00:00Z', + end_date: 'Jul 17, 2012', + end_date_format: '2012-07-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223350', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '643', + }, + { + attributes: { + amount: 40000, + begin: '2012-06-20T00:00:00Z', + begin_date: 'Jun 20, 2012', + begin_date_format: '2012-06-20T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-06-20T00:00:00Z', + end_date: 'Jun 20, 2012', + end_date_format: '2012-06-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223351', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '644', + }, + { + attributes: { + amount: 36855.87, + begin: '2012-05-24T00:00:00Z', + begin_date: 'May 24, 2012', + begin_date_format: '2012-05-24T00:00:00Z', + beneficiary_bank: 'Skandinaviska Enskilda Banken', + beneficiary_bank_country: 'Sweden', + beneficiary_bank_id: 'skandinaviska-enskilda-banken-stockholm-sweden-swe', + beneficiary_iso: 'SWE', + beneficiary_lat: '62', + beneficiary_lng: '15', + end: '2012-05-24T00:00:00Z', + end_date: 'May 24, 2012', + end_date_format: '2012-05-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223352', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc Ho UK', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-ho-uk', + originator_iso: 'GBR', + sar_id: '2924', + }, + id: '645', + }, + { + attributes: { + amount: 750, + begin: '2012-04-26T00:00:00Z', + begin_date: 'Apr 26, 2012', + begin_date_format: '2012-04-26T00:00:00Z', + beneficiary_bank: 'DNB Nor Bank Asa', + beneficiary_bank_country: 'Norway', + beneficiary_bank_id: 'dnb-nor-bank-asa-oslo-norway-nor', + beneficiary_iso: 'NOR', + beneficiary_lat: '62', + beneficiary_lng: '10', + end: '2012-04-26T00:00:00Z', + end_date: 'Apr 26, 2012', + end_date_format: '2012-04-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223353', + labels: ['Filing'], + number: 1, + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: 'Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '646', + }, + { + attributes: { + amount: 70000, + begin: '2012-04-23T00:00:00Z', + begin_date: 'Apr 23, 2012', + begin_date_format: '2012-04-23T00:00:00Z', + beneficiary_bank: 'DNB Nor Bank Asa', + beneficiary_bank_country: 'Norway', + beneficiary_bank_id: 'dnb-nor-bank-asa-oslo-norway-nor', + beneficiary_iso: 'NOR', + beneficiary_lat: '62', + beneficiary_lng: '10', + end: '2012-04-23T00:00:00Z', + end_date: 'Apr 23, 2012', + end_date_format: '2012-04-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223354', + labels: ['Filing'], + number: 1, + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: 'Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '647', + }, + { + attributes: { + amount: 825, + begin: '2012-04-19T00:00:00Z', + begin_date: 'Apr 19, 2012', + begin_date_format: '2012-04-19T00:00:00Z', + beneficiary_bank: 'DNB Nor Bank Asa', + beneficiary_bank_country: 'Norway', + beneficiary_bank_id: 'dnb-nor-bank-asa-oslo-norway-nor', + beneficiary_iso: 'NOR', + beneficiary_lat: '62', + beneficiary_lng: '10', + end: '2012-04-19T00:00:00Z', + end_date: 'Apr 19, 2012', + end_date_format: '2012-04-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223355', + labels: ['Filing'], + number: 1, + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: 'Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '648', + }, + { + attributes: { + amount: 16510, + begin: '2012-04-17T00:00:00Z', + begin_date: 'Apr 17, 2012', + begin_date_format: '2012-04-17T00:00:00Z', + beneficiary_bank: 'DNB Nor Bank Asa', + beneficiary_bank_country: 'Norway', + beneficiary_bank_id: 'dnb-nor-bank-asa-oslo-norway-nor', + beneficiary_iso: 'NOR', + beneficiary_lat: '62', + beneficiary_lng: '10', + end: '2012-04-17T00:00:00Z', + end_date: 'Apr 17, 2012', + end_date_format: '2012-04-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223356', + labels: ['Filing'], + number: 1, + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: 'Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '649', + }, + { + attributes: { + amount: 105, + begin: '2012-04-17T00:00:00Z', + begin_date: 'Apr 17, 2012', + begin_date_format: '2012-04-17T00:00:00Z', + beneficiary_bank: 'DNB Nor Bank Asa', + beneficiary_bank_country: 'Norway', + beneficiary_bank_id: 'dnb-nor-bank-asa-oslo-norway-nor', + beneficiary_iso: 'NOR', + beneficiary_lat: '62', + beneficiary_lng: '10', + end: '2012-04-17T00:00:00Z', + end_date: 'Apr 17, 2012', + end_date_format: '2012-04-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223357', + labels: ['Filing'], + number: 1, + origin_lat: '36.1833', + origin_lng: '-5.3667', + originator_bank: 'Natwest Offshore', + originator_bank_country: 'Gibraltar', + originator_bank_id: 'natwest-offshore', + originator_iso: 'GIB', + sar_id: '2924', + }, + id: '650', + }, + { + attributes: { + amount: 1708383.56, + begin: '2009-12-15T00:00:00Z', + begin_date: 'Dec 15, 2009', + begin_date_format: '2009-12-15T00:00:00Z', + beneficiary_bank: 'Marfin Popular Bank Public Co Ltd', + beneficiary_bank_country: 'Cyprus', + beneficiary_bank_id: 'marfin-popular-bank-public-co-ltd-nicosia-cyprus-cyp', + beneficiary_iso: 'CYP', + beneficiary_lat: '35', + beneficiary_lng: '33', + end: '2009-12-15T00:00:00Z', + end_date: 'Dec 15, 2009', + end_date_format: '2009-12-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223360', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Evrofinance Mosnarbank', + originator_bank_country: 'Russia', + originator_bank_id: 'evrofinance-mosnarbank', + originator_iso: 'RUS', + sar_id: '2345', + }, + id: '651', + }, + { + attributes: { + amount: 9962160, + begin: '2010-12-07T00:00:00Z', + begin_date: 'Dec 7, 2010', + begin_date_format: '2010-12-07T00:00:00Z', + beneficiary_bank: 'Alcoa Inc', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'alcoa-inc-pittsburgh-pa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2010-12-23T00:00:00Z', + end_date: 'Dec 23, 2010', + end_date_format: '2010-12-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223372', + labels: ['Filing'], + number: 4, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2354', + }, + id: '652', + }, + { + attributes: { + amount: 124808.13, + begin: '2010-12-06T00:00:00Z', + begin_date: 'Dec 6, 2010', + begin_date_format: '2010-12-06T00:00:00Z', + beneficiary_bank: 'Piraeus Bank', + beneficiary_bank_country: 'Bulgaria', + beneficiary_bank_id: 'piraeus-bank-sofia-bulgaria-bgr', + beneficiary_iso: 'BGR', + beneficiary_lat: '43', + beneficiary_lng: '25', + end: '2010-12-06T00:00:00Z', + end_date: 'Dec 6, 2010', + end_date_format: '2010-12-06T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223373', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2354', + }, + id: '653', + }, + { + attributes: { + amount: 3361767.58, + begin: '2010-12-03T00:00:00Z', + begin_date: 'Dec 3, 2010', + begin_date_format: '2010-12-03T00:00:00Z', + beneficiary_bank: 'Credit To Euroclear Bank SA', + beneficiary_bank_country: 'Belgium', + beneficiary_bank_id: 'credit-to-euroclear-bank-sa-brussels-belgium-bel', + beneficiary_iso: 'BEL', + beneficiary_lat: '50.8333', + beneficiary_lng: '4', + end: '2010-12-03T00:00:00Z', + end_date: 'Dec 3, 2010', + end_date_format: '2010-12-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223374', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2354', + }, + id: '654', + }, + { + attributes: { + amount: 57980.64, + begin: '2010-12-07T00:00:00Z', + begin_date: 'Dec 7, 2010', + begin_date_format: '2010-12-07T00:00:00Z', + beneficiary_bank: 'LTB Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'ltb-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-14T00:00:00Z', + end_date: 'Dec 14, 2010', + end_date_format: '2010-12-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223375', + labels: ['Filing'], + number: 2, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'VTB North-West', + originator_bank_country: 'Russia', + originator_bank_id: 'vtb-north-west', + originator_iso: 'RUS', + sar_id: '2354', + }, + id: '655', + }, + { + attributes: { + amount: 15000, + begin: '2010-12-30T00:00:00Z', + begin_date: 'Dec 30, 2010', + begin_date_format: '2010-12-30T00:00:00Z', + beneficiary_bank: 'Credit Toltb Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'credit-toltb-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-30T00:00:00Z', + end_date: 'Dec 30, 2010', + end_date_format: '2010-12-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223377', + labels: ['Filing'], + number: 1, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'DBS Bank Ltd', + originator_bank_country: 'Singapore', + originator_bank_id: 'dbs-bank-ltd', + originator_iso: 'SGP', + sar_id: '2354', + }, + id: '656', + }, + { + attributes: { + amount: 77.62, + begin: '2010-12-20T00:00:00Z', + begin_date: 'Dec 20, 2010', + begin_date_format: '2010-12-20T00:00:00Z', + beneficiary_bank: 'LTB Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'ltb-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-20T00:00:00Z', + end_date: 'Dec 20, 2010', + end_date_format: '2010-12-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223378', + labels: ['Filing'], + number: 1, + origin_lat: '47.3333', + origin_lng: '13.3333', + originator_bank: 'UniCredit Bank Austria AG', + originator_bank_country: 'Austria', + originator_bank_id: 'unicredit-bank-austria-ag', + originator_iso: 'AUT', + sar_id: '2354', + }, + id: '657', + }, + { + attributes: { + amount: 18355226.94, + begin: '2010-12-03T00:00:00Z', + begin_date: 'Dec 3, 2010', + begin_date_format: '2010-12-03T00:00:00Z', + beneficiary_bank: 'LTB Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'ltb-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-29T00:00:00Z', + end_date: 'Dec 29, 2010', + end_date_format: '2010-12-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223380', + labels: ['Filing'], + number: 3, + origin_lat: '48', + origin_lng: '68', + originator_bank: 'Kazkommertsbank', + originator_bank_country: 'Kazakhstan', + originator_bank_id: 'kazkommertsbank', + originator_iso: 'KAZ', + sar_id: '2354', + }, + id: '658', + }, + { + attributes: { + amount: 374379.05, + begin: '2010-12-14T00:00:00Z', + begin_date: 'Dec 14, 2010', + begin_date_format: '2010-12-14T00:00:00Z', + beneficiary_bank: 'Latvian Trade Commercial Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'latvian-trade-commercial-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-14T00:00:00Z', + end_date: 'Dec 14, 2010', + end_date_format: '2010-12-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223381', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Transcredit Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'transcredit-bank', + originator_iso: 'RUS', + sar_id: '2354', + }, + id: '659', + }, + { + attributes: { + amount: 393371.39, + begin: '2010-12-14T00:00:00Z', + begin_date: 'Dec 14, 2010', + begin_date_format: '2010-12-14T00:00:00Z', + beneficiary_bank: 'Latvian Trade Commercial Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'latvian-trade-commercial-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-14T00:00:00Z', + end_date: 'Dec 14, 2010', + end_date_format: '2010-12-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223382', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Transcredit Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'transcredit-bank', + originator_iso: 'RUS', + sar_id: '2354', + }, + id: '660', + }, + { + attributes: { + amount: 392174.28, + begin: '2010-12-14T00:00:00Z', + begin_date: 'Dec 14, 2010', + begin_date_format: '2010-12-14T00:00:00Z', + beneficiary_bank: 'Latvian Trade Commercial Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'latvian-trade-commercial-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-14T00:00:00Z', + end_date: 'Dec 14, 2010', + end_date_format: '2010-12-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223383', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Transcredit Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'transcredit-bank', + originator_iso: 'RUS', + sar_id: '2354', + }, + id: '661', + }, + { + attributes: { + amount: 376794.78, + begin: '2010-12-14T00:00:00Z', + begin_date: 'Dec 14, 2010', + begin_date_format: '2010-12-14T00:00:00Z', + beneficiary_bank: 'Latvian Trade Commercial Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'latvian-trade-commercial-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2010-12-14T00:00:00Z', + end_date: 'Dec 14, 2010', + end_date_format: '2010-12-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223384', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Transcredit Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'transcredit-bank', + originator_iso: 'RUS', + sar_id: '2354', + }, + id: '662', + }, + { + attributes: { + amount: 30253, + begin: '2010-11-17T00:00:00Z', + begin_date: 'Nov 17, 2010', + begin_date_format: '2010-11-17T00:00:00Z', + beneficiary_bank: 'Ocbc Bank', + beneficiary_bank_country: 'Malaysia', + beneficiary_bank_id: 'ocbc-bank-malaysia-mys', + beneficiary_iso: 'MYS', + beneficiary_lat: '2.5', + beneficiary_lng: '112.5', + end: '2010-11-17T00:00:00Z', + end_date: 'Nov 17, 2010', + end_date_format: '2010-11-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223385', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2354', + }, + id: '663', + }, + { + attributes: { + amount: 42986.36, + begin: '2014-04-20T00:00:00Z', + begin_date: 'Apr 20, 2014', + begin_date_format: '2014-04-20T00:00:00Z', + beneficiary_bank: 'Deutsche Bank AG', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'deutsche-bank-ag-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-04-20T00:00:00Z', + end_date: 'Apr 20, 2014', + end_date_format: '2014-04-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223388', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '664', + }, + { + attributes: { + amount: 42986.36, + begin: '2014-04-20T00:00:00Z', + begin_date: 'Apr 20, 2014', + begin_date_format: '2014-04-20T00:00:00Z', + beneficiary_bank: 'Cibc', + beneficiary_bank_country: 'Canada', + beneficiary_bank_id: 'cibc-toronto-canada-can', + beneficiary_iso: 'CAN', + beneficiary_lat: '60', + beneficiary_lng: '-95', + end: '2014-04-20T00:00:00Z', + end_date: 'Apr 20, 2014', + end_date_format: '2014-04-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223389', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '665', + }, + { + attributes: { + amount: 13791857.01, + begin: '2014-03-18T00:00:00Z', + begin_date: 'Mar 18, 2014', + begin_date_format: '2014-03-18T00:00:00Z', + beneficiary_bank: 'Societe Generale Bank And Trust Singapore SA', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'societe-generale-bank-and-trust-singapore-sa-sgbt-singapore-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-03-18T00:00:00Z', + end_date: 'Mar 18, 2014', + end_date_format: '2014-03-18T00:00:00Z', + filer_org_name: 'Société Générale SA', + filer_org_name_id: 'societe-generale-sa', + id: '223400', + labels: ['Filing'], + number: 1, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'Goldman Sachs And Co, New York', + originator_bank_country: 'United States', + originator_bank_id: 'goldman-sachs-and-co-new-york', + originator_iso: 'USA', + sar_id: '2778', + }, + id: '666', + }, + { + attributes: { + amount: 19850, + begin: '2010-05-19T00:00:00Z', + begin_date: 'May 19, 2010', + begin_date_format: '2010-05-19T00:00:00Z', + beneficiary_bank: 'Commerce Bank Na', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'commerce-bank-na-kansas-city-mo-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2010-05-19T00:00:00Z', + end_date: 'May 19, 2010', + end_date_format: '2010-05-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223452', + labels: ['Filing'], + number: 1, + origin_lat: '33.8333', + origin_lng: '35.8333', + originator_bank: 'National Bank Sal', + originator_bank_country: 'Lebanon', + originator_bank_id: 'national-bank-sal', + originator_iso: 'LBN', + sar_id: '2355', + }, + id: '667', + }, + { + attributes: { + amount: 14000, + begin: '2010-04-01T00:00:00Z', + begin_date: 'Apr 1, 2010', + begin_date_format: '2010-04-01T00:00:00Z', + beneficiary_bank: 'Commerce Bank Na', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'commerce-bank-na-kansas-city-mo-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2010-04-01T00:00:00Z', + end_date: 'Apr 1, 2010', + end_date_format: '2010-04-01T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223453', + labels: ['Filing'], + number: 1, + origin_lat: '33.8333', + origin_lng: '35.8333', + originator_bank: 'National Bank Sal', + originator_bank_country: 'Lebanon', + originator_bank_id: 'national-bank-sal', + originator_iso: 'LBN', + sar_id: '2355', + }, + id: '668', + }, + { + attributes: { + amount: 22000, + begin: '2010-04-01T00:00:00Z', + begin_date: 'Apr 1, 2010', + begin_date_format: '2010-04-01T00:00:00Z', + beneficiary_bank: 'Commerce Bank Na', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'commerce-bank-na-kansas-city-mo-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2010-04-01T00:00:00Z', + end_date: 'Apr 1, 2010', + end_date_format: '2010-04-01T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223454', + labels: ['Filing'], + number: 1, + origin_lat: '33.8333', + origin_lng: '35.8333', + originator_bank: 'National Bank Sal', + originator_bank_country: 'Lebanon', + originator_bank_id: 'national-bank-sal', + originator_iso: 'LBN', + sar_id: '2355', + }, + id: '669', + }, + { + attributes: { + amount: 30000, + begin: '2010-02-25T00:00:00Z', + begin_date: 'Feb 25, 2010', + begin_date_format: '2010-02-25T00:00:00Z', + beneficiary_bank: 'Commerce Bank Na', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'commerce-bank-na-kansas-city-mo-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2010-02-25T00:00:00Z', + end_date: 'Feb 25, 2010', + end_date_format: '2010-02-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223455', + labels: ['Filing'], + number: 1, + origin_lat: '33.8333', + origin_lng: '35.8333', + originator_bank: 'National Bank Sal', + originator_bank_country: 'Lebanon', + originator_bank_id: 'national-bank-sal', + originator_iso: 'LBN', + sar_id: '2355', + }, + id: '670', + }, + { + attributes: { + amount: 8000, + begin: '2010-02-19T00:00:00Z', + begin_date: 'Feb 19, 2010', + begin_date_format: '2010-02-19T00:00:00Z', + beneficiary_bank: 'Commerce Bank Na', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'commerce-bank-na-kansas-city-mo-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2010-02-19T00:00:00Z', + end_date: 'Feb 19, 2010', + end_date_format: '2010-02-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223456', + labels: ['Filing'], + number: 1, + origin_lat: '33.8333', + origin_lng: '35.8333', + originator_bank: 'National Bank Sal', + originator_bank_country: 'Lebanon', + originator_bank_id: 'national-bank-sal', + originator_iso: 'LBN', + sar_id: '2355', + }, + id: '671', + }, + { + attributes: { + amount: 54963, + begin: '2011-01-28T00:00:00Z', + begin_date: 'Jan 28, 2011', + begin_date_format: '2011-01-28T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2011-01-28T00:00:00Z', + end_date: 'Jan 28, 2011', + end_date_format: '2011-01-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223521', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '672', + }, + { + attributes: { + amount: 30000, + begin: '2011-01-21T00:00:00Z', + begin_date: 'Jan 21, 2011', + begin_date_format: '2011-01-21T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2011-01-21T00:00:00Z', + end_date: 'Jan 21, 2011', + end_date_format: '2011-01-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223522', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '673', + }, + { + attributes: { + amount: 29963, + begin: '2010-12-22T00:00:00Z', + begin_date: 'Dec 22, 2010', + begin_date_format: '2010-12-22T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-12-22T00:00:00Z', + end_date: 'Dec 22, 2010', + end_date_format: '2010-12-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223523', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '674', + }, + { + attributes: { + amount: 50000, + begin: '2010-11-12T00:00:00Z', + begin_date: 'Nov 12, 2010', + begin_date_format: '2010-11-12T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-11-12T00:00:00Z', + end_date: 'Nov 12, 2010', + end_date_format: '2010-11-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223524', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '675', + }, + { + attributes: { + amount: 25000, + begin: '2010-09-30T00:00:00Z', + begin_date: 'Sep 30, 2010', + begin_date_format: '2010-09-30T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-09-30T00:00:00Z', + end_date: 'Sep 30, 2010', + end_date_format: '2010-09-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223525', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '676', + }, + { + attributes: { + amount: 9988, + begin: '2010-09-20T00:00:00Z', + begin_date: 'Sep 20, 2010', + begin_date_format: '2010-09-20T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-09-20T00:00:00Z', + end_date: 'Sep 20, 2010', + end_date_format: '2010-09-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223526', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '677', + }, + { + attributes: { + amount: 20000, + begin: '2010-09-14T00:00:00Z', + begin_date: 'Sep 14, 2010', + begin_date_format: '2010-09-14T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-09-14T00:00:00Z', + end_date: 'Sep 14, 2010', + end_date_format: '2010-09-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223527', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '678', + }, + { + attributes: { + amount: 120000, + begin: '2010-09-07T00:00:00Z', + begin_date: 'Sep 7, 2010', + begin_date_format: '2010-09-07T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-09-07T00:00:00Z', + end_date: 'Sep 7, 2010', + end_date_format: '2010-09-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223528', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '679', + }, + { + attributes: { + amount: 30000, + begin: '2010-08-20T00:00:00Z', + begin_date: 'Aug 20, 2010', + begin_date_format: '2010-08-20T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-08-20T00:00:00Z', + end_date: 'Aug 20, 2010', + end_date_format: '2010-08-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223529', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '680', + }, + { + attributes: { + amount: 14000, + begin: '2010-07-12T00:00:00Z', + begin_date: 'Jul 12, 2010', + begin_date_format: '2010-07-12T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-07-12T00:00:00Z', + end_date: 'Jul 12, 2010', + end_date_format: '2010-07-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223530', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '681', + }, + { + attributes: { + amount: 17963, + begin: '2010-05-17T00:00:00Z', + begin_date: 'May 17, 2010', + begin_date_format: '2010-05-17T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-05-17T00:00:00Z', + end_date: 'May 17, 2010', + end_date_format: '2010-05-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223531', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '682', + }, + { + attributes: { + amount: 39963, + begin: '2010-05-13T00:00:00Z', + begin_date: 'May 13, 2010', + begin_date_format: '2010-05-13T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-05-13T00:00:00Z', + end_date: 'May 13, 2010', + end_date_format: '2010-05-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223532', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '683', + }, + { + attributes: { + amount: 39963, + begin: '2010-03-17T00:00:00Z', + begin_date: 'Mar 17, 2010', + begin_date_format: '2010-03-17T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-03-17T00:00:00Z', + end_date: 'Mar 17, 2010', + end_date_format: '2010-03-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223533', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '2355', + }, + id: '684', + }, + { + attributes: { + amount: 4913, + begin: '2011-02-17T00:00:00Z', + begin_date: 'Feb 17, 2011', + begin_date_format: '2011-02-17T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2011-02-17T00:00:00Z', + end_date: 'Feb 17, 2011', + end_date_format: '2011-02-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223537', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '685', + }, + { + attributes: { + amount: 4913, + begin: '2011-01-04T00:00:00Z', + begin_date: 'Jan 4, 2011', + begin_date_format: '2011-01-04T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2011-01-04T00:00:00Z', + end_date: 'Jan 4, 2011', + end_date_format: '2011-01-04T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223538', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '686', + }, + { + attributes: { + amount: 2963, + begin: '2010-12-07T00:00:00Z', + begin_date: 'Dec 7, 2010', + begin_date_format: '2010-12-07T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-12-07T00:00:00Z', + end_date: 'Dec 7, 2010', + end_date_format: '2010-12-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223539', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '687', + }, + { + attributes: { + amount: 2463, + begin: '2010-11-24T00:00:00Z', + begin_date: 'Nov 24, 2010', + begin_date_format: '2010-11-24T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-11-24T00:00:00Z', + end_date: 'Nov 24, 2010', + end_date_format: '2010-11-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223540', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '688', + }, + { + attributes: { + amount: 2963, + begin: '2010-11-19T00:00:00Z', + begin_date: 'Nov 19, 2010', + begin_date_format: '2010-11-19T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-11-19T00:00:00Z', + end_date: 'Nov 19, 2010', + end_date_format: '2010-11-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223541', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '689', + }, + { + attributes: { + amount: 4463, + begin: '2010-10-26T00:00:00Z', + begin_date: 'Oct 26, 2010', + begin_date_format: '2010-10-26T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-10-26T00:00:00Z', + end_date: 'Oct 26, 2010', + end_date_format: '2010-10-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223542', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '690', + }, + { + attributes: { + amount: 2463, + begin: '2010-09-21T00:00:00Z', + begin_date: 'Sep 21, 2010', + begin_date_format: '2010-09-21T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-09-21T00:00:00Z', + end_date: 'Sep 21, 2010', + end_date_format: '2010-09-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223543', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '691', + }, + { + attributes: { + amount: 2463, + begin: '2010-09-16T00:00:00Z', + begin_date: 'Sep 16, 2010', + begin_date_format: '2010-09-16T00:00:00Z', + beneficiary_bank: 'First National Bank Sal', + beneficiary_bank_country: 'Lebanon', + beneficiary_bank_id: 'first-national-bank-sal-beirut-lebanon-lbn', + beneficiary_iso: 'LBN', + beneficiary_lat: '33.8333', + beneficiary_lng: '35.8333', + end: '2010-09-16T00:00:00Z', + end_date: 'Sep 16, 2010', + end_date_format: '2010-09-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223544', + labels: ['Filing'], + number: 1, + origin_lat: '-15', + origin_lng: '30', + originator_bank: 'Finance Bank of Zambia', + originator_bank_country: 'Zambia', + originator_bank_id: 'finance-bank-of-zambia', + originator_iso: 'ZMB', + sar_id: '2355', + }, + id: '692', + }, + { + attributes: { + amount: 2131.4, + begin: '2011-03-28T00:00:00Z', + begin_date: 'Mar 28, 2011', + begin_date_format: '2011-03-28T00:00:00Z', + beneficiary_bank: 'Bank of America', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'bank-of-america-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2011-03-28T00:00:00Z', + end_date: 'Mar 28, 2011', + end_date_format: '2011-03-28T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '223545', + labels: ['Filing'], + number: 1, + origin_lat: '47.3333', + origin_lng: '13.3333', + originator_bank: 'Bawag Psk Bank', + originator_bank_country: 'Austria', + originator_bank_id: 'bawag-psk-bank', + originator_iso: 'AUT', + sar_id: '3176', + }, + id: '693', + }, + { + attributes: { + amount: 113900, + begin: '2013-09-25T00:00:00Z', + begin_date: 'Sep 25, 2013', + begin_date_format: '2013-09-25T00:00:00Z', + beneficiary_bank: 'Halyk Savings Bank Kazakhstan', + beneficiary_bank_country: 'Kazakhstan', + beneficiary_bank_id: 'halyk-savings-bank-kazakhstan-almaty-kazakhstan-kaz', + beneficiary_iso: 'KAZ', + beneficiary_lat: '48', + beneficiary_lng: '68', + end: '2013-09-25T00:00:00Z', + end_date: 'Sep 25, 2013', + end_date_format: '2013-09-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223563', + labels: ['Filing'], + number: 1, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Kabul Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'kabul-bank', + originator_iso: 'AFG', + sar_id: '4314', + }, + id: '694', + }, + { + attributes: { + amount: 6980, + begin: '2013-09-16T00:00:00Z', + begin_date: 'Sep 16, 2013', + begin_date_format: '2013-09-16T00:00:00Z', + beneficiary_bank: 'Halyk Savings Bank Kazakhstan', + beneficiary_bank_country: 'Kazakhstan', + beneficiary_bank_id: 'halyk-savings-bank-kazakhstan-almaty-kazakhstan-kaz', + beneficiary_iso: 'KAZ', + beneficiary_lat: '48', + beneficiary_lng: '68', + end: '2013-09-16T00:00:00Z', + end_date: 'Sep 16, 2013', + end_date_format: '2013-09-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223564', + labels: ['Filing'], + number: 1, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Kabul Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'kabul-bank', + originator_iso: 'AFG', + sar_id: '4314', + }, + id: '695', + }, + { + attributes: { + amount: 40800, + begin: '2013-09-12T00:00:00Z', + begin_date: 'Sep 12, 2013', + begin_date_format: '2013-09-12T00:00:00Z', + beneficiary_bank: 'Halyk Savings Bank Kazakhstan', + beneficiary_bank_country: 'Kazakhstan', + beneficiary_bank_id: 'halyk-savings-bank-kazakhstan-almaty-kazakhstan-kaz', + beneficiary_iso: 'KAZ', + beneficiary_lat: '48', + beneficiary_lng: '68', + end: '2013-09-12T00:00:00Z', + end_date: 'Sep 12, 2013', + end_date_format: '2013-09-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223565', + labels: ['Filing'], + number: 1, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Kabul Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'kabul-bank', + originator_iso: 'AFG', + sar_id: '4314', + }, + id: '696', + }, + { + attributes: { + amount: 17450, + begin: '2013-08-23T00:00:00Z', + begin_date: 'Aug 23, 2013', + begin_date_format: '2013-08-23T00:00:00Z', + beneficiary_bank: 'Halyk Savings Bank Kazakhstan', + beneficiary_bank_country: 'Kazakhstan', + beneficiary_bank_id: 'halyk-savings-bank-kazakhstan-almaty-kazakhstan-kaz', + beneficiary_iso: 'KAZ', + beneficiary_lat: '48', + beneficiary_lng: '68', + end: '2013-08-23T00:00:00Z', + end_date: 'Aug 23, 2013', + end_date_format: '2013-08-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223566', + labels: ['Filing'], + number: 1, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Kabul Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'kabul-bank', + originator_iso: 'AFG', + sar_id: '4314', + }, + id: '697', + }, + { + attributes: { + amount: 117300, + begin: '2013-08-22T00:00:00Z', + begin_date: 'Aug 22, 2013', + begin_date_format: '2013-08-22T00:00:00Z', + beneficiary_bank: 'Halyk Savings Bank Kazakhstan', + beneficiary_bank_country: 'Kazakhstan', + beneficiary_bank_id: 'halyk-savings-bank-kazakhstan-almaty-kazakhstan-kaz', + beneficiary_iso: 'KAZ', + beneficiary_lat: '48', + beneficiary_lng: '68', + end: '2013-08-22T00:00:00Z', + end_date: 'Aug 22, 2013', + end_date_format: '2013-08-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223567', + labels: ['Filing'], + number: 1, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Kabul Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'kabul-bank', + originator_iso: 'AFG', + sar_id: '4314', + }, + id: '698', + }, + { + attributes: { + amount: 399870, + begin: '2013-08-05T00:00:00Z', + begin_date: 'Aug 5, 2013', + begin_date_format: '2013-08-05T00:00:00Z', + beneficiary_bank: 'Bank of America N.A. ', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'bank-of-america-na-new-york-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2013-09-17T00:00:00Z', + end_date: 'Sep 17, 2013', + end_date_format: '2013-09-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223568', + labels: ['Filing'], + number: 3, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Kabul Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'kabul-bank', + originator_iso: 'AFG', + sar_id: '4314', + }, + id: '699', + }, + { + attributes: { + amount: 13374849.28, + begin: '2012-10-02T00:00:00Z', + begin_date: 'Oct 2, 2012', + begin_date_format: '2012-10-02T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'standard-chartered-bank-united-kingdom-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2013-04-05T00:00:00Z', + end_date: 'Apr 5, 2013', + end_date_format: '2013-04-05T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '223615', + labels: ['Filing'], + number: 7, + origin_lat: '2.5', + origin_lng: '112.5', + originator_bank: 'Public Bank Berhad', + originator_bank_country: 'Malaysia', + originator_bank_id: 'public-bank-berhad', + originator_iso: 'MYS', + sar_id: '4031', + }, + id: '700', + }, + { + attributes: { + amount: 16084899, + begin: '2007-10-18T00:00:00Z', + begin_date: 'Oct 18, 2007', + begin_date_format: '2007-10-18T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-11T00:00:00Z', + end_date: 'Oct 11, 2011', + end_date_format: '2011-10-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223627', + labels: ['Filing'], + number: 161, + origin_lat: '42', + origin_lng: '43.5', + originator_bank: 'Tbc Bank', + originator_bank_country: 'Georgia', + originator_bank_id: 'tbc-bank', + originator_iso: 'GEO', + sar_id: '3535', + }, + id: '701', + }, + { + attributes: { + amount: 1355.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India(Mumbai, India)', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-indiamumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223649', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '702', + }, + { + attributes: { + amount: 2091.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Punjab National Bank', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'punjab-national-bank-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223650', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '703', + }, + { + attributes: { + amount: 2191.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-india-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223651', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '704', + }, + { + attributes: { + amount: 2241.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Union Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'union-bank-of-india-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223652', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '705', + }, + { + attributes: { + amount: 2391.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Hdfc Bank Limited', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'hdfc-bank-limited-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223653', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '706', + }, + { + attributes: { + amount: 2391.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-india-mehnagpur-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223654', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '707', + }, + { + attributes: { + amount: 2391.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-india-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223655', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '708', + }, + { + attributes: { + amount: 2841.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-india-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223656', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '709', + }, + { + attributes: { + amount: 2991.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-india-nanganallur-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223657', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '710', + }, + { + attributes: { + amount: 2991.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-india-etah-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223658', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '711', + }, + { + attributes: { + amount: 3291.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Punjab National Bank', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'punjab-national-bank-kohanda-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223659', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '712', + }, + { + attributes: { + amount: 3291.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Lloyds Bank Plc', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'lloyds-bank-plc-windsor-uk-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223660', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '713', + }, + { + attributes: { + amount: 3665.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Hong Kong & Shanghai Bnk Corp', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'hong-kong-shanghai-bnk-corp-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223661', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '714', + }, + { + attributes: { + amount: 4111.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: "Mega Int'L Comm'L Bk", + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'mega-intl-comml-bk-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223662', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '715', + }, + { + attributes: { + amount: 5991.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Hdfc Bank Limited', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'hdfc-bank-limited-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223663', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '716', + }, + { + attributes: { + amount: 5991.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Union Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'union-bank-of-india-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223664', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '717', + }, + { + attributes: { + amount: 6891.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Axis Bank', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'axis-bank-mohalla-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223665', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '718', + }, + { + attributes: { + amount: 6951.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'state-bank-of-india-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223666', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '719', + }, + { + attributes: { + amount: 11241.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Hdfc Bank Limited', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'hdfc-bank-limited-mumbai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223667', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '720', + }, + { + attributes: { + amount: 11991.82, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Icici Bank', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'icici-bank-madurai-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223668', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '721', + }, + { + attributes: { + amount: 12923.64, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'Indian Overseas Bank', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'indian-overseas-bank-attur-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-04-27T00:00:00Z', + end_date: 'Apr 27, 2014', + end_date_format: '2014-04-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223669', + labels: ['Filing'], + number: 2, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '722', + }, + { + attributes: { + amount: 42986.36, + begin: '2014-04-20T00:00:00Z', + begin_date: 'Apr 20, 2014', + begin_date_format: '2014-04-20T00:00:00Z', + beneficiary_bank: 'JPMorgan Chase', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'jp-morgan-chase-brooklyn-ny-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2014-04-20T00:00:00Z', + end_date: 'Apr 20, 2014', + end_date_format: '2014-04-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223670', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rak Bank', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rak-bank', + originator_iso: 'ARE', + sar_id: '3244', + }, + id: '723', + }, + { + attributes: { + amount: 2436000, + begin: '2014-02-11T00:00:00Z', + begin_date: 'Feb 11, 2014', + begin_date_format: '2014-02-11T00:00:00Z', + beneficiary_bank: 'Yapi Ve Kredibankasi A.S.', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'yapi-ve-kredibankasi-as-istanbul-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2014-02-26T00:00:00Z', + end_date: 'Feb 26, 2014', + end_date_format: '2014-02-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223683', + labels: ['Filing'], + number: 4, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Berenberg Bank ', + originator_bank_country: 'Germany', + originator_bank_id: 'berenberg-bank', + originator_iso: 'DEU', + sar_id: '3719', + }, + id: '724', + }, + { + attributes: { + amount: 4035652.52, + begin: '2014-02-07T00:00:00Z', + begin_date: 'Feb 7, 2014', + begin_date_format: '2014-02-07T00:00:00Z', + beneficiary_bank: 'ABN Amro Bank N.V.', + beneficiary_bank_country: 'Netherlands', + beneficiary_bank_id: 'abn-amro-bank-nv-amsterdam-netherlands-nld', + beneficiary_iso: 'NLD', + beneficiary_lat: '52.5', + beneficiary_lng: '5.75', + end: '2014-02-27T00:00:00Z', + end_date: 'Feb 27, 2014', + end_date_format: '2014-02-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223684', + labels: ['Filing'], + number: 3, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Berenberg Bank ', + originator_bank_country: 'Germany', + originator_bank_id: 'berenberg-bank', + originator_iso: 'DEU', + sar_id: '3719', + }, + id: '725', + }, + { + attributes: { + amount: 28000000, + begin: '2014-02-24T00:00:00Z', + begin_date: 'Feb 24, 2014', + begin_date_format: '2014-02-24T00:00:00Z', + beneficiary_bank: 'Bank Sinopac', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'bank-sinopac-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-02-24T00:00:00Z', + end_date: 'Feb 24, 2014', + end_date_format: '2014-02-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223685', + labels: ['Filing'], + number: 1, + origin_lat: '23.5', + origin_lng: '121', + originator_bank: 'Entie Commercial Bank ', + originator_bank_country: 'Taiwan', + originator_bank_id: 'entie-commercial-bank', + originator_iso: 'TWN', + sar_id: '3719', + }, + id: '726', + }, + { + attributes: { + amount: 4000000, + begin: '2014-02-18T00:00:00Z', + begin_date: 'Feb 18, 2014', + begin_date_format: '2014-02-18T00:00:00Z', + beneficiary_bank: 'Bank of America N.A. ', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'bank-of-america-na-new-york-ny-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2014-02-18T00:00:00Z', + end_date: 'Feb 18, 2014', + end_date_format: '2014-02-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223686', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Credit Suisse AG', + originator_bank_country: 'Switzerland', + originator_bank_id: 'credit-suisse-ag', + originator_iso: 'CHE', + sar_id: '3719', + }, + id: '727', + }, + { + attributes: { + amount: 5397069.22, + begin: '2014-02-04T00:00:00Z', + begin_date: 'Feb 4, 2014', + begin_date_format: '2014-02-04T00:00:00Z', + beneficiary_bank: 'Deutsche Bank AG', + beneficiary_bank_country: 'Czech Republic', + beneficiary_bank_id: 'deutsche-bank-ag-prague-czech-republic-cze', + beneficiary_iso: 'CZE', + beneficiary_lat: '49.75', + beneficiary_lng: '15.5', + end: '2014-02-23T00:00:00Z', + end_date: 'Feb 23, 2014', + end_date_format: '2014-02-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223687', + labels: ['Filing'], + number: 2, + origin_lat: '-27', + origin_lng: '133', + originator_bank: 'Commonwealth Bank of Australia', + originator_bank_country: 'Australia', + originator_bank_id: 'commonwealth-bank-of-australia', + originator_iso: 'AUS', + sar_id: '3719', + }, + id: '728', + }, + { + attributes: { + amount: 2956552, + begin: '2014-02-07T00:00:00Z', + begin_date: 'Feb 7, 2014', + begin_date_format: '2014-02-07T00:00:00Z', + beneficiary_bank: 'Banque De Commerce Et De Placements S A ', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'banque-de-commerce-et-de-placements-s-a-geneva-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-02-11T00:00:00Z', + end_date: 'Feb 11, 2014', + end_date_format: '2014-02-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223688', + labels: ['Filing'], + number: 2, + origin_lat: '-20.2833', + origin_lng: '57.55', + originator_bank: 'Mauritius Commercial Bank Ltd', + originator_bank_country: 'Mauritius', + originator_bank_id: 'mauritius-commercial-bank-ltd', + originator_iso: 'MUS', + sar_id: '3719', + }, + id: '729', + }, + { + attributes: { + amount: 2970217.07, + begin: '2014-02-06T00:00:00Z', + begin_date: 'Feb 6, 2014', + begin_date_format: '2014-02-06T00:00:00Z', + beneficiary_bank: 'VP Bank', + beneficiary_bank_country: 'Luxembourg', + beneficiary_bank_id: 'vp-bank-luxembourg-sa-luxembourg-lux', + beneficiary_iso: 'LUX', + beneficiary_lat: '49.75', + beneficiary_lng: '6.1667', + end: '2014-02-19T00:00:00Z', + end_date: 'Feb 19, 2014', + end_date_format: '2014-02-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223689', + labels: ['Filing'], + number: 2, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Sberbank', + originator_bank_country: 'Switzerland', + originator_bank_id: 'sberbank', + originator_iso: 'CHE', + sar_id: '3719', + }, + id: '730', + }, + { + attributes: { + amount: 3600000, + begin: '2014-02-10T00:00:00Z', + begin_date: 'Feb 10, 2014', + begin_date_format: '2014-02-10T00:00:00Z', + beneficiary_bank: 'China Construction Bank Corporation', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'china-construction-bank-corporation-ningbo-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2014-02-10T00:00:00Z', + end_date: 'Feb 10, 2014', + end_date_format: '2014-02-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223690', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'DBS Bank', + originator_bank_country: 'China', + originator_bank_id: 'dbs-bank', + originator_iso: 'CHN', + sar_id: '3719', + }, + id: '731', + }, + { + attributes: { + amount: 2250000, + begin: '2014-02-11T00:00:00Z', + begin_date: 'Feb 11, 2014', + begin_date_format: '2014-02-11T00:00:00Z', + beneficiary_bank: 'Rietumu Banka JSC', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'rietumu-banka-jsc-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2014-02-11T00:00:00Z', + end_date: 'Feb 11, 2014', + end_date_format: '2014-02-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223691', + labels: ['Filing'], + number: 1, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'Cor Clearing, Llc ', + originator_bank_country: 'United States', + originator_bank_id: 'cor-clearing-llc', + originator_iso: 'USA', + sar_id: '3719', + }, + id: '732', + }, + { + attributes: { + amount: 40075000, + begin: '2014-02-05T00:00:00Z', + begin_date: 'Feb 5, 2014', + begin_date_format: '2014-02-05T00:00:00Z', + beneficiary_bank: 'DBS Bank Ltd', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'dbs-bank-ltd-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-02-05T00:00:00Z', + end_date: 'Feb 5, 2014', + end_date_format: '2014-02-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223692', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'BSI SA', + originator_bank_country: 'Switzerland', + originator_bank_id: 'bsi-sa', + originator_iso: 'CHE', + sar_id: '3719', + }, + id: '733', + }, + { + attributes: { + amount: 270420, + begin: '2013-11-07T00:00:00Z', + begin_date: 'Nov 7, 2013', + begin_date_format: '2013-11-07T00:00:00Z', + beneficiary_bank: 'Rietumu Banka', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'rietumu-banka-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2013-11-07T00:00:00Z', + end_date: 'Nov 7, 2013', + end_date_format: '2013-11-07T00:00:00Z', + filer_org_name: 'Mitsubishi UFJ Financial Group, Inc.', + filer_org_name_id: 'mitsubishi-ufj-financial-group-inc', + id: '223694', + labels: ['Filing'], + number: 1, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'Bank of Tokyo-Mitsubishi Ufj, Ltd. Chicago Branch', + originator_bank_country: 'United States', + originator_bank_id: 'bank-of-tokyo-mitsubishi-ufj-ltd-chicago-branch', + originator_iso: 'USA', + sar_id: '2971', + }, + id: '734', + }, + { + attributes: { + amount: 3552481.6, + begin: '2008-01-22T00:00:00Z', + begin_date: 'Jan 22, 2008', + begin_date_format: '2008-01-22T00:00:00Z', + beneficiary_bank: 'AS Sampo Bank', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'as-sampo-bank-tallinn-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2008-01-29T00:00:00Z', + end_date: 'Jan 29, 2008', + end_date_format: '2008-01-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223839', + labels: ['Filing'], + number: 4, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Ojsc Bank Petrocommerce', + originator_bank_country: 'Russia', + originator_bank_id: 'ojsc-bank-petrocommerce', + originator_iso: 'RUS', + sar_id: '3535', + }, + id: '735', + }, + { + attributes: { + amount: 3969642, + begin: '2011-06-20T00:00:00Z', + begin_date: 'Jun 20, 2011', + begin_date_format: '2011-06-20T00:00:00Z', + beneficiary_bank: 'Ukio Bankas', + beneficiary_bank_country: 'Lithuania', + beneficiary_bank_id: 'ukio-bankas-kaunas-lithuania-ltu', + beneficiary_iso: 'LTU', + beneficiary_lat: '56', + beneficiary_lng: '24', + end: '2011-12-09T00:00:00Z', + end_date: 'Dec 9, 2011', + end_date_format: '2011-12-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223840', + labels: ['Filing'], + number: 12, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Credit Suisse (Zurich, Switzerland)', + originator_bank_country: 'Switzerland', + originator_bank_id: 'credit-suisse-zurich-switzerland-che', + originator_iso: 'CHE', + sar_id: '3535', + }, + id: '736', + }, + { + attributes: { + amount: 9171522.17, + begin: '2007-06-04T00:00:00Z', + begin_date: 'Jun 4, 2007', + begin_date_format: '2007-06-04T00:00:00Z', + beneficiary_bank: 'Raiffeisen Zentralbank Osterreich', + beneficiary_bank_country: 'Austria', + beneficiary_bank_id: 'raiffeisen-zentralbank-osterreich-vienna-austria-aut', + beneficiary_iso: 'AUT', + beneficiary_lat: '47.3333', + beneficiary_lng: '13.3333', + end: '2007-06-06T00:00:00Z', + end_date: 'Jun 6, 2007', + end_date_format: '2007-06-06T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223842', + labels: ['Filing'], + number: 2, + origin_lat: '49', + origin_lng: '32', + originator_bank: 'Jscb National Standart', + originator_bank_country: 'Ukraine', + originator_bank_id: 'jscb-national-standart', + originator_iso: 'UKR', + sar_id: '3535', + }, + id: '737', + }, + { + attributes: { + amount: 7181193.66, + begin: '2009-07-15T00:00:00Z', + begin_date: 'Jul 15, 2009', + begin_date_format: '2009-07-15T00:00:00Z', + beneficiary_bank: 'Nordea Bank Danmark A/S', + beneficiary_bank_country: 'Denmark', + beneficiary_bank_id: 'nordea-bank-danmark-as-copenhagen-denmark-dnk', + beneficiary_iso: 'DNK', + beneficiary_lat: '56', + beneficiary_lng: '10', + end: '2010-01-21T00:00:00Z', + end_date: 'Jan 21, 2010', + end_date_format: '2010-01-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223844', + labels: ['Filing'], + number: 38, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Russian Finance Society (Moscow, Russia)', + originator_bank_country: 'Russia', + originator_bank_id: 'russian-finance-society-moscow-russia-rus', + originator_iso: 'RUS', + sar_id: '3535', + }, + id: '738', + }, + { + attributes: { + amount: 24075000, + begin: '2007-06-20T00:00:00Z', + begin_date: 'Jun 20, 2007', + begin_date_format: '2007-06-20T00:00:00Z', + beneficiary_bank: 'VTB Bank Deutschland AG', + beneficiary_bank_country: 'Germany', + beneficiary_bank_id: 'vtb-bank-deutschland-ag-frankfurt-germany-deu', + beneficiary_iso: 'DEU', + beneficiary_lat: '51', + beneficiary_lng: '9', + end: '2007-09-21T00:00:00Z', + end_date: 'Sep 21, 2007', + end_date_format: '2007-09-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223845', + labels: ['Filing'], + number: 38, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Krb Ukhtabank (Ukhta, Russia)', + originator_bank_country: 'Russia', + originator_bank_id: 'krb-ukhtabank-ukhta-russia-rus', + originator_iso: 'RUS', + sar_id: '3535', + }, + id: '739', + }, + { + attributes: { + amount: 81000, + begin: '2011-07-08T00:00:00Z', + begin_date: 'Jul 8, 2011', + begin_date_format: '2011-07-08T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-01-26T00:00:00Z', + end_date: 'Jan 26, 2011', + end_date_format: '2011-01-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223846', + labels: ['Filing'], + number: 2, + origin_lat: '42', + origin_lng: '43.5', + originator_bank: 'Bank of Georgia', + originator_bank_country: 'Georgia', + originator_bank_id: 'bank-of-georgia', + originator_iso: 'GEO', + sar_id: '3535', + }, + id: '740', + }, + { + attributes: { + amount: 17519500, + begin: '2008-10-23T00:00:00Z', + begin_date: 'Oct 23, 2008', + begin_date_format: '2008-10-23T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2008-12-29T00:00:00Z', + end_date: 'Dec 29, 2008', + end_date_format: '2008-12-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223847', + labels: ['Filing'], + number: 41, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'UniCredit Bank (Moscow, Russia)', + originator_bank_country: 'Russia', + originator_bank_id: 'unicredit-bank-moscow-russia-rus', + originator_iso: 'RUS', + sar_id: '3535', + }, + id: '741', + }, + { + attributes: { + amount: 2400018, + begin: '2013-03-01T00:00:00Z', + begin_date: 'Mar 1, 2013', + begin_date_format: '2013-03-01T00:00:00Z', + beneficiary_bank: 'Yapi Ve Kredi Bankasi A.S.', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'yapi-ve-kredi-bankasi-as-istanbul-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2013-03-27T00:00:00Z', + end_date: 'Mar 27, 2013', + end_date_format: '2013-03-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223873', + labels: ['Filing'], + number: 6, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Berenberg Bank', + originator_bank_country: 'Germany', + originator_bank_id: 'berenberg-bank', + originator_iso: 'DEU', + sar_id: '3430', + }, + id: '742', + }, + { + attributes: { + amount: 1750000, + begin: '2013-03-07T00:00:00Z', + begin_date: 'Mar 7, 2013', + begin_date_format: '2013-03-07T00:00:00Z', + beneficiary_bank: 'Bank of Taiwan', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'bank-of-taiwan-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2013-03-22T00:00:00Z', + end_date: 'Mar 22, 2013', + end_date_format: '2013-03-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223874', + labels: ['Filing'], + number: 3, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Sberbank of Russia', + originator_bank_country: 'Russia', + originator_bank_id: 'sberbank-of-russia', + originator_iso: 'RUS', + sar_id: '3430', + }, + id: '743', + }, + { + attributes: { + amount: 300000, + begin: '2013-03-15T00:00:00Z', + begin_date: 'Mar 15, 2013', + begin_date_format: '2013-03-15T00:00:00Z', + beneficiary_bank: 'Shanghai Pudong Development Bank', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'shanghai-pudong-development-bank-shanghai-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2013-03-15T00:00:00Z', + end_date: 'Mar 15, 2013', + end_date_format: '2013-03-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223875', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'Hua Nan Commercial Bank, Ltd', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hua-nan-commercial-bank-ltd', + originator_iso: 'HKG', + sar_id: '3430', + }, + id: '744', + }, + { + attributes: { + amount: 2012944.86, + begin: '2013-03-04T00:00:00Z', + begin_date: 'Mar 4, 2013', + begin_date_format: '2013-03-04T00:00:00Z', + beneficiary_bank: 'Bank of Ningbo Co., Ltd.', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'bank-of-ningbo-co-ltd-ningbo-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2013-03-26T00:00:00Z', + end_date: 'Mar 26, 2013', + end_date_format: '2013-03-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223876', + labels: ['Filing'], + number: 3, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'Hua Nan Commercial Bank, Ltd', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hua-nan-commercial-bank-ltd', + originator_iso: 'HKG', + sar_id: '3430', + }, + id: '745', + }, + { + attributes: { + amount: 3248764, + begin: '2013-03-19T00:00:00Z', + begin_date: 'Mar 19, 2013', + begin_date_format: '2013-03-19T00:00:00Z', + beneficiary_bank: 'Shanghai Pudong Development Bank', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'shanghai-pudong-development-bank-shanghai-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2013-03-19T00:00:00Z', + end_date: 'Mar 19, 2013', + end_date_format: '2013-03-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223877', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'Ping An Bank Co Ltd', + originator_bank_country: 'China', + originator_bank_id: 'ping-an-bank-co-ltd', + originator_iso: 'CHN', + sar_id: '3430', + }, + id: '746', + }, + { + attributes: { + amount: 2000385, + begin: '2013-03-15T00:00:00Z', + begin_date: 'Mar 15, 2013', + begin_date_format: '2013-03-15T00:00:00Z', + beneficiary_bank: 'China Construction Bank', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'china-construction-bank-beijing-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2013-03-19T00:00:00Z', + end_date: 'Mar 19, 2013', + end_date_format: '2013-03-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223878', + labels: ['Filing'], + number: 2, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'Chinatrust Commercial Bank', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'chinatrust-commercial-bank', + originator_iso: 'HKG', + sar_id: '3430', + }, + id: '747', + }, + { + attributes: { + amount: 1254203, + begin: '2013-03-14T00:00:00Z', + begin_date: 'Mar 14, 2013', + begin_date_format: '2013-03-14T00:00:00Z', + beneficiary_bank: "Industrial And Comm'L Bank of China", + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'industrial-and-comml-bank-of-china-fuzhou-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2013-03-14T00:00:00Z', + end_date: 'Mar 14, 2013', + end_date_format: '2013-03-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223879', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'Chinatrust Commercial Bank', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'chinatrust-commercial-bank', + originator_iso: 'HKG', + sar_id: '3430', + }, + id: '748', + }, + { + attributes: { + amount: 3985000, + begin: '2013-03-18T00:00:00Z', + begin_date: 'Mar 18, 2013', + begin_date_format: '2013-03-18T00:00:00Z', + beneficiary_bank: 'Bank Vontobel AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'bank-vontobel-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2013-03-28T00:00:00Z', + end_date: 'Mar 28, 2013', + end_date_format: '2013-03-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223880', + labels: ['Filing'], + number: 8, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'United Overseas Bank Limited', + originator_bank_country: 'Singapore', + originator_bank_id: 'united-overseas-bank-limited', + originator_iso: 'SGP', + sar_id: '3430', + }, + id: '749', + }, + { + attributes: { + amount: 4388917.58, + begin: '2013-03-01T00:00:00Z', + begin_date: 'Mar 1, 2013', + begin_date_format: '2013-03-01T00:00:00Z', + beneficiary_bank: 'ABN Amro Bank N.V.', + beneficiary_bank_country: 'Netherlands', + beneficiary_bank_id: 'abn-amro-bank-nv-amsterdam-netherlands-nld', + beneficiary_iso: 'NLD', + beneficiary_lat: '52.5', + beneficiary_lng: '5.75', + end: '2013-03-26T00:00:00Z', + end_date: 'Mar 26, 2013', + end_date_format: '2013-03-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223881', + labels: ['Filing'], + number: 3, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Berenberg Bank', + originator_bank_country: 'Germany', + originator_bank_id: 'berenberg-bank', + originator_iso: 'DEU', + sar_id: '3430', + }, + id: '750', + }, + { + attributes: { + amount: 1501920, + begin: '2013-03-08T00:00:00Z', + begin_date: 'Mar 8, 2013', + begin_date_format: '2013-03-08T00:00:00Z', + beneficiary_bank: 'Agricultural Bank of China', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'agricultural-bank-of-china-qingdao-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2013-03-08T00:00:00Z', + end_date: 'Mar 8, 2013', + end_date_format: '2013-03-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223882', + labels: ['Filing'], + number: 1, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'DBS Bank Ltd, Singapore', + originator_bank_country: 'Singapore', + originator_bank_id: 'dbs-bank-ltd-singapore', + originator_iso: 'SGP', + sar_id: '3430', + }, + id: '751', + }, + { + attributes: { + amount: 3834432, + begin: '2013-03-01T00:00:00Z', + begin_date: 'Mar 1, 2013', + begin_date_format: '2013-03-01T00:00:00Z', + beneficiary_bank: 'Ping An Bank Co., Ltd.', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'ping-an-bank-co-ltd-shenzen-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2013-03-01T00:00:00Z', + end_date: 'Mar 1, 2013', + end_date_format: '2013-03-01T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223883', + labels: ['Filing'], + number: 1, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'DBS Bank Ltd', + originator_bank_country: 'Singapore', + originator_bank_id: 'dbs-bank-ltd', + originator_iso: 'SGP', + sar_id: '3430', + }, + id: '752', + }, + { + attributes: { + amount: 5499955.67, + begin: '2013-03-06T00:00:00Z', + begin_date: 'Mar 6, 2013', + begin_date_format: '2013-03-06T00:00:00Z', + beneficiary_bank: 'Azerpost', + beneficiary_bank_country: 'Azerbaijan', + beneficiary_bank_id: 'azerpost-baku-azerbaijan-aze', + beneficiary_iso: 'AZE', + beneficiary_lat: '40.5', + beneficiary_lng: '47.5', + end: '2013-03-14T00:00:00Z', + end_date: 'Mar 14, 2013', + end_date_format: '2013-03-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223884', + labels: ['Filing'], + number: 3, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Ap Anlage Und PrivatBank AG', + originator_bank_country: 'Switzerland', + originator_bank_id: 'ap-anlage-und-privatbank-ag', + originator_iso: 'CHE', + sar_id: '3430', + }, + id: '753', + }, + { + attributes: { + amount: 9199004, + begin: '2013-03-08T00:00:00Z', + begin_date: 'Mar 8, 2013', + begin_date_format: '2013-03-08T00:00:00Z', + beneficiary_bank: 'DNB Bank Asa', + beneficiary_bank_country: 'Norway', + beneficiary_bank_id: 'dnb-bank-asa-oslo-norway-nor', + beneficiary_iso: 'NOR', + beneficiary_lat: '62', + beneficiary_lng: '10', + end: '2013-03-08T00:00:00Z', + end_date: 'Mar 8, 2013', + end_date_format: '2013-03-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223885', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'HSBC Bank', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'hsbc-bank', + originator_iso: 'GBR', + sar_id: '3430', + }, + id: '754', + }, + { + attributes: { + amount: 54988.89, + begin: '2013-03-12T00:00:00Z', + begin_date: 'Mar 12, 2013', + begin_date_format: '2013-03-12T00:00:00Z', + beneficiary_bank: 'ABN Amro Bank N.V.', + beneficiary_bank_country: 'Netherlands', + beneficiary_bank_id: 'abn-amro-bank-nv-amsterdam-netherlands-nld', + beneficiary_iso: 'NLD', + beneficiary_lat: '52.5', + beneficiary_lng: '5.75', + end: '2013-03-12T00:00:00Z', + end_date: 'Mar 12, 2013', + end_date_format: '2013-03-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223886', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Banque De Commerce Et De Placements SA', + originator_bank_country: 'Switzerland', + originator_bank_id: 'banque-de-commerce-et-de-placements-sa', + originator_iso: 'CHE', + sar_id: '3430', + }, + id: '755', + }, + { + attributes: { + amount: 13831088.66, + begin: '2013-03-07T00:00:00Z', + begin_date: 'Mar 7, 2013', + begin_date_format: '2013-03-07T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-geneva-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2013-03-26T00:00:00Z', + end_date: 'Mar 26, 2013', + end_date_format: '2013-03-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223887', + labels: ['Filing'], + number: 2, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'ABN Amro Bank N.V.', + originator_bank_country: 'Netherlands', + originator_bank_id: 'abn-amro-bank-nv', + originator_iso: 'NLD', + sar_id: '3430', + }, + id: '756', + }, + { + attributes: { + amount: 1999978, + begin: '2013-02-21T00:00:00Z', + begin_date: 'Feb 21, 2013', + begin_date_format: '2013-02-21T00:00:00Z', + beneficiary_bank: 'Bank DBS Indonesia (Jakarta, Indonesia)', + beneficiary_bank_country: 'Indonesia', + beneficiary_bank_id: 'bank-dbs-indonesia-jakarta-indonesia-idn', + beneficiary_iso: 'IDN', + beneficiary_lat: '-5', + beneficiary_lng: '120', + end: '2013-02-28T00:00:00Z', + end_date: 'Feb 28, 2013', + end_date_format: '2013-02-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223898', + labels: ['Filing'], + number: 2, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'Bank of Shanghai ', + originator_bank_country: 'China', + originator_bank_id: 'bank-of-shanghai', + originator_iso: 'CHN', + sar_id: '3716', + }, + id: '757', + }, + { + attributes: { + amount: 2431100, + begin: '2013-02-15T00:00:00Z', + begin_date: 'Feb 15, 2013', + begin_date_format: '2013-02-15T00:00:00Z', + beneficiary_bank: 'Credit Suisse Ag (Zurich, Switzerland)', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2013-02-15T00:00:00Z', + end_date: 'Feb 15, 2013', + end_date_format: '2013-02-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223903', + labels: ['Filing'], + number: 1, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'ABN Amro Bank N.V. (Amsterdam, Netherlands)', + originator_bank_country: 'Netherlands', + originator_bank_id: 'abn-amro-bank-nv-amsterdam-netherlands-nld', + originator_iso: 'NLD', + sar_id: '3716', + }, + id: '758', + }, + { + attributes: { + amount: 7261295.76, + begin: '2013-02-06T00:00:00Z', + begin_date: 'Feb 6, 2013', + begin_date_format: '2013-02-06T00:00:00Z', + beneficiary_bank: 'ABN Amro Bank N.V. (Amsterdam, Netherlands)', + beneficiary_bank_country: 'Netherlands', + beneficiary_bank_id: 'abn-amro-bank-nv-amsterdam-netherlands-nld', + beneficiary_iso: 'NLD', + beneficiary_lat: '52.5', + beneficiary_lng: '5.75', + end: '2013-02-25T00:00:00Z', + end_date: 'Feb 25, 2013', + end_date_format: '2013-02-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223904', + labels: ['Filing'], + number: 4, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Berenberg Bank', + originator_bank_country: 'Germany', + originator_bank_id: 'berenberg-bank', + originator_iso: 'DEU', + sar_id: '3716', + }, + id: '759', + }, + { + attributes: { + amount: 7699923.89, + begin: '2013-02-01T00:00:00Z', + begin_date: 'Feb 1, 2013', + begin_date_format: '2013-02-01T00:00:00Z', + beneficiary_bank: 'Azerpost', + beneficiary_bank_country: 'Azerbaijan', + beneficiary_bank_id: 'azerpost-baku-azerbaijan-aze', + beneficiary_iso: 'AZE', + beneficiary_lat: '40.5', + beneficiary_lng: '47.5', + end: '2013-02-22T00:00:00Z', + end_date: 'Feb 22, 2013', + end_date_format: '2013-02-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223905', + labels: ['Filing'], + number: 5, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Anlage Und PrivatBank Ag ', + originator_bank_country: 'Germany', + originator_bank_id: 'anlage-und-privatbank-ag', + originator_iso: 'DEU', + sar_id: '3716', + }, + id: '760', + }, + { + attributes: { + amount: 11000000, + begin: '2013-02-20T00:00:00Z', + begin_date: 'Feb 20, 2013', + begin_date_format: '2013-02-20T00:00:00Z', + beneficiary_bank: 'Barclays Capital Inc', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'barclays-capital-inc-new-york-ny-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2013-02-20T00:00:00Z', + end_date: 'Feb 20, 2013', + end_date_format: '2013-02-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223907', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Bank Hapoalim', + originator_bank_country: 'Switzerland', + originator_bank_id: 'bank-hapoalim', + originator_iso: 'CHE', + sar_id: '3716', + }, + id: '761', + }, + { + attributes: { + amount: 17622532.16, + begin: '2013-02-19T00:00:00Z', + begin_date: 'Feb 19, 2013', + begin_date_format: '2013-02-19T00:00:00Z', + beneficiary_bank: 'Banque De Gestion Edmond De Rothschild ', + beneficiary_bank_country: 'Monaco', + beneficiary_bank_id: 'banque-de-gestion-edmond-de-rothschild-monaco-monaco-mco', + beneficiary_iso: 'MCO', + beneficiary_lat: '43.7333', + beneficiary_lng: '7.4', + end: '2013-02-19T00:00:00Z', + end_date: 'Feb 19, 2013', + end_date_format: '2013-02-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223908', + labels: ['Filing'], + number: 1, + origin_lat: '49.75', + origin_lng: '6.1667', + originator_bank: 'Kbl European Private Bankers S.A, Luxembourg', + originator_bank_country: 'Luxembourg', + originator_bank_id: 'kbl-european-private-bankers-sa-luxembourg-lux', + originator_iso: 'LUX', + sar_id: '3716', + }, + id: '762', + }, + { + attributes: { + amount: 20750000, + begin: '2013-02-20T00:00:00Z', + begin_date: 'Feb 20, 2013', + begin_date_format: '2013-02-20T00:00:00Z', + beneficiary_bank: 'Banque Privee Edmond De Rothchild', + beneficiary_bank_country: 'Luxembourg', + beneficiary_bank_id: 'banque-privee-edmond-de-rothchild-luxembourg-lux', + beneficiary_iso: 'LUX', + beneficiary_lat: '49.75', + beneficiary_lng: '6.1667', + end: '2013-02-20T00:00:00Z', + end_date: 'Feb 20, 2013', + end_date_format: '2013-02-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223909', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Coutts Bank Von Ernst Ltd. ', + originator_bank_country: 'Switzerland', + originator_bank_id: 'coutts-bank-von-ernst-ltd', + originator_iso: 'CHE', + sar_id: '3716', + }, + id: '763', + }, + { + attributes: { + amount: 375, + begin: '2011-02-09T00:00:00Z', + begin_date: 'Feb 9, 2011', + begin_date_format: '2011-02-09T00:00:00Z', + beneficiary_bank: 'DNB Nor Bank Asa,', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'dnb-nor-bank-asa-new-york-ny-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2011-02-09T00:00:00Z', + end_date: 'Feb 9, 2011', + end_date_format: '2011-02-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223931', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'LTB Bank Riga ', + originator_bank_country: 'Latvia', + originator_bank_id: 'ltb-bank-riga', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '764', + }, + { + attributes: { + amount: 238.61, + begin: '2011-02-25T00:00:00Z', + begin_date: 'Feb 25, 2011', + begin_date_format: '2011-02-25T00:00:00Z', + beneficiary_bank: 'Kbc Bank NV', + beneficiary_bank_country: 'Belgium', + beneficiary_bank_id: 'kbc-bank-nv-brussels-belgium-bel', + beneficiary_iso: 'BEL', + beneficiary_lat: '50.8333', + beneficiary_lng: '4', + end: '2011-02-25T00:00:00Z', + end_date: 'Feb 25, 2011', + end_date_format: '2011-02-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223932', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '765', + }, + { + attributes: { + amount: 15448, + begin: '2011-02-08T00:00:00Z', + begin_date: 'Feb 8, 2011', + begin_date_format: '2011-02-08T00:00:00Z', + beneficiary_bank: 'Jordan Kuwait Bank', + beneficiary_bank_country: 'Jordan', + beneficiary_bank_id: 'jordan-kuwait-bank-amman-jordan-jor', + beneficiary_iso: 'JOR', + beneficiary_lat: '31', + beneficiary_lng: '36', + end: '2011-02-08T00:00:00Z', + end_date: 'Feb 8, 2011', + end_date_format: '2011-02-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223933', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'LTB Bank Riga ', + originator_bank_country: 'Latvia', + originator_bank_id: 'ltb-bank-riga', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '766', + }, + { + attributes: { + amount: 3485, + begin: '2011-02-10T00:00:00Z', + begin_date: 'Feb 10, 2011', + begin_date_format: '2011-02-10T00:00:00Z', + beneficiary_bank: 'Transcredit Bank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'transcredit-bank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2011-02-10T00:00:00Z', + end_date: 'Feb 10, 2011', + end_date_format: '2011-02-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223935', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '767', + }, + { + attributes: { + amount: 599088, + begin: '2011-02-03T00:00:00Z', + begin_date: 'Feb 3, 2011', + begin_date_format: '2011-02-03T00:00:00Z', + beneficiary_bank: 'Vnesheconombank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'vnesheconombank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2011-02-03T00:00:00Z', + end_date: 'Feb 3, 2011', + end_date_format: '2011-02-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223936', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '768', + }, + { + attributes: { + amount: 1400000, + begin: '2011-02-02T00:00:00Z', + begin_date: 'Feb 2, 2011', + begin_date_format: '2011-02-02T00:00:00Z', + beneficiary_bank: 'Vnesheconombank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'vnesheconombank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2011-02-02T00:00:00Z', + end_date: 'Feb 2, 2011', + end_date_format: '2011-02-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223937', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '769', + }, + { + attributes: { + amount: 11277, + begin: '2011-02-15T00:00:00Z', + begin_date: 'Feb 15, 2011', + begin_date_format: '2011-02-15T00:00:00Z', + beneficiary_bank: 'LTB Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'ltb-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2011-02-15T00:00:00Z', + end_date: 'Feb 15, 2011', + end_date_format: '2011-02-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223938', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Bank VTB', + originator_bank_country: 'Russia', + originator_bank_id: 'bank-vtb', + originator_iso: 'RUS', + sar_id: '2359', + }, + id: '770', + }, + { + attributes: { + amount: 205.48, + begin: '2011-02-28T00:00:00Z', + begin_date: 'Feb 28, 2011', + begin_date_format: '2011-02-28T00:00:00Z', + beneficiary_bank: "Ojsc 'Nomos-Bank'", + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'ojsc-nomos-bank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2011-02-28T00:00:00Z', + end_date: 'Feb 28, 2011', + end_date_format: '2011-02-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223939', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '771', + }, + { + attributes: { + amount: 790753.42, + begin: '2011-02-28T00:00:00Z', + begin_date: 'Feb 28, 2011', + begin_date_format: '2011-02-28T00:00:00Z', + beneficiary_bank: "Ojsc 'Nomos-Bank'", + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'ojsc-nomos-bank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2011-02-28T00:00:00Z', + end_date: 'Feb 28, 2011', + end_date_format: '2011-02-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223940', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '772', + }, + { + attributes: { + amount: 126547.21, + begin: '2011-02-18T00:00:00Z', + begin_date: 'Feb 18, 2011', + begin_date_format: '2011-02-18T00:00:00Z', + beneficiary_bank: 'Joint-Stock Company Otp Bk', + beneficiary_bank_country: 'Ukraine', + beneficiary_bank_id: 'joint-stock-company-otp-bk-kiev-ukraine-ukr', + beneficiary_iso: 'UKR', + beneficiary_lat: '49', + beneficiary_lng: '32', + end: '2011-02-18T00:00:00Z', + end_date: 'Feb 18, 2011', + end_date_format: '2011-02-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223941', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'LTB Bank Riga ', + originator_bank_country: 'Latvia', + originator_bank_id: 'ltb-bank-riga', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '773', + }, + { + attributes: { + amount: 280, + begin: '2011-02-02T00:00:00Z', + begin_date: 'Feb 2, 2011', + begin_date_format: '2011-02-02T00:00:00Z', + beneficiary_bank: 'LTB Bank, Riga', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'ltb-bank-riga-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2011-02-02T00:00:00Z', + end_date: 'Feb 2, 2011', + end_date_format: '2011-02-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223942', + labels: ['Filing'], + number: 1, + origin_lat: '-27', + origin_lng: '133', + originator_bank: 'Travelex Limited', + originator_bank_country: 'Australia', + originator_bank_id: 'travelex-limited', + originator_iso: 'AUS', + sar_id: '2359', + }, + id: '774', + }, + { + attributes: { + amount: 78800, + begin: '2011-02-15T00:00:00Z', + begin_date: 'Feb 15, 2011', + begin_date_format: '2011-02-15T00:00:00Z', + beneficiary_bank: 'LTB Bank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'ltb-bank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2011-02-15T00:00:00Z', + end_date: 'Feb 15, 2011', + end_date_format: '2011-02-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223943', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Bank Vozrozhdenie', + originator_bank_country: 'Russia', + originator_bank_id: 'bank-vozrozhdenie', + originator_iso: 'RUS', + sar_id: '2359', + }, + id: '775', + }, + { + attributes: { + amount: 59, + begin: '2011-02-22T00:00:00Z', + begin_date: 'Feb 22, 2011', + begin_date_format: '2011-02-22T00:00:00Z', + beneficiary_bank: 'Vnesheconombank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'vnesheconombank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2011-02-22T00:00:00Z', + end_date: 'Feb 22, 2011', + end_date_format: '2011-02-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223944', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'LTB Bank Riga ', + originator_bank_country: 'Latvia', + originator_bank_id: 'ltb-bank-riga', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '776', + }, + { + attributes: { + amount: 29.5, + begin: '2011-02-22T00:00:00Z', + begin_date: 'Feb 22, 2011', + begin_date_format: '2011-02-22T00:00:00Z', + beneficiary_bank: 'Vnesheconombank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'vnesheconombank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2011-02-22T00:00:00Z', + end_date: 'Feb 22, 2011', + end_date_format: '2011-02-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223945', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'LTB Bank Riga ', + originator_bank_country: 'Latvia', + originator_bank_id: 'ltb-bank-riga', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '777', + }, + { + attributes: { + amount: 200000, + begin: '2011-02-02T00:00:00Z', + begin_date: 'Feb 2, 2011', + begin_date_format: '2011-02-02T00:00:00Z', + beneficiary_bank: 'Capital Bank Grawe Gruppe AG', + beneficiary_bank_country: 'Austria', + beneficiary_bank_id: 'capital-bank-grawe-gruppe-ag-graz-austria-aut', + beneficiary_iso: 'AUT', + beneficiary_lat: '47.3333', + beneficiary_lng: '13.3333', + end: '2011-02-02T00:00:00Z', + end_date: 'Feb 2, 2011', + end_date_format: '2011-02-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223946', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'LTB Bank Riga ', + originator_bank_country: 'Latvia', + originator_bank_id: 'ltb-bank-riga', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '778', + }, + { + attributes: { + amount: 2000000, + begin: '2011-02-15T00:00:00Z', + begin_date: 'Feb 15, 2011', + begin_date_format: '2011-02-15T00:00:00Z', + beneficiary_bank: 'Bank Morgan Stanley AG ', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'bank-morgan-stanley-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2011-02-15T00:00:00Z', + end_date: 'Feb 15, 2011', + end_date_format: '2011-02-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '223948', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Latvian Trade Commercial Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'latvian-trade-commercial-bank', + originator_iso: 'LVA', + sar_id: '2359', + }, + id: '779', + }, + { + attributes: { + amount: 29204, + begin: '2014-01-16T00:00:00Z', + begin_date: 'Jan 16, 2014', + begin_date_format: '2014-01-16T00:00:00Z', + beneficiary_bank: 'UBS AG Stamford Branch', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'ubs-ag-stamford-branch-us-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2014-01-16T00:00:00Z', + end_date: 'Jan 16, 2014', + end_date_format: '2014-01-16T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '223984', + labels: ['Filing'], + number: 1, + origin_lat: '44', + origin_lng: '21', + originator_bank: 'Sberbank Srbija Ad', + originator_bank_country: 'Serbia', + originator_bank_id: 'sberbank-srbija-ad', + originator_iso: 'SRB', + sar_id: '2712', + }, + id: '780', + }, + { + attributes: { + amount: 13526, + begin: '2016-07-28T00:00:00Z', + begin_date: 'Jul 28, 2016', + begin_date_format: '2016-07-28T00:00:00Z', + beneficiary_bank: 'Gazprombank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'gazprombank-moscow-the-russian-federation-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2016-07-28T00:00:00Z', + end_date: 'Jul 28, 2016', + end_date_format: '2016-07-28T00:00:00Z', + filer_org_name: 'Société Générale SA', + filer_org_name_id: 'societe-generale-sa', + id: '223986', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Societe Generale Private Banking', + originator_bank_country: 'Switzerland', + originator_bank_id: 'societe-generale-private-banking', + originator_iso: 'CHE', + sar_id: '2765', + }, + id: '781', + }, + { + attributes: { + amount: 167000, + begin: '2015-05-26T00:00:00Z', + begin_date: 'May 26, 2015', + begin_date_format: '2015-05-26T00:00:00Z', + beneficiary_bank: 'Oriental Bank', + beneficiary_bank_country: 'Puerto Rico', + beneficiary_bank_id: 'oriental-bank-puerto-rico-us-pri', + beneficiary_iso: 'PRI', + beneficiary_lat: '18.25', + beneficiary_lng: '-66.5', + end: '2015-05-26T00:00:00Z', + end_date: 'May 26, 2015', + end_date_format: '2015-05-26T00:00:00Z', + filer_org_name: 'OFG Bancorp', + filer_org_name_id: 'ofg-bancorp', + id: '223991', + labels: ['Filing'], + number: 1, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Deutsche Bank AG Taunusanlage 12 ', + originator_bank_country: 'Germany', + originator_bank_id: 'deutsche-bank-ag-taunusanlage-12', + originator_iso: 'DEU', + sar_id: '3062', + }, + id: '782', + }, + { + attributes: { + amount: 7750, + begin: '2013-12-16T00:00:00Z', + begin_date: 'Dec 16, 2013', + begin_date_format: '2013-12-16T00:00:00Z', + beneficiary_bank: 'Turkiye Garanti Bankasi A.S.', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'turkiye-garanti-bankasi-as-istanbul-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2014-01-15T00:00:00Z', + end_date: 'Jan 15, 2014', + end_date_format: '2014-01-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224001', + labels: ['Filing'], + number: 2, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Investkapitalbank', + originator_bank_country: 'Russia', + originator_bank_id: 'investkapitalbank', + originator_iso: 'RUS', + sar_id: '2848', + }, + id: '783', + }, + { + attributes: { + amount: 9000, + begin: '2013-12-31T00:00:00Z', + begin_date: 'Dec 31, 2013', + begin_date_format: '2013-12-31T00:00:00Z', + beneficiary_bank: 'Kuwait Turkish Participation Bk Inc', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'kuwait-turkish-participation-bk-inc-istanbul-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2014-04-01T00:00:00Z', + end_date: 'Apr 1, 2014', + end_date_format: '2014-04-01T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224002', + labels: ['Filing'], + number: 3, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Investkapitalbank', + originator_bank_country: 'Russia', + originator_bank_id: 'investkapitalbank', + originator_iso: 'RUS', + sar_id: '2848', + }, + id: '784', + }, + { + attributes: { + amount: 31000, + begin: '2013-12-05T00:00:00Z', + begin_date: 'Dec 5, 2013', + begin_date_format: '2013-12-05T00:00:00Z', + beneficiary_bank: 'Yapi Ve Kredi Bankasi A.S.', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'yapi-ve-kredi-bankasi-as-istanbul-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2014-04-03T00:00:00Z', + end_date: 'Apr 3, 2014', + end_date_format: '2014-04-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224003', + labels: ['Filing'], + number: 7, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Investkapitalbank', + originator_bank_country: 'Russia', + originator_bank_id: 'investkapitalbank', + originator_iso: 'RUS', + sar_id: '2848', + }, + id: '785', + }, + { + attributes: { + amount: 40000, + begin: '2014-04-28T00:00:00Z', + begin_date: 'Apr 28, 2014', + begin_date_format: '2014-04-28T00:00:00Z', + beneficiary_bank: 'Rosbank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'rosbank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2014-04-28T00:00:00Z', + end_date: 'Apr 28, 2014', + end_date_format: '2014-04-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224004', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Promsvyazbank', + originator_bank_country: 'Russia', + originator_bank_id: 'promsvyazbank', + originator_iso: 'RUS', + sar_id: '2848', + }, + id: '786', + }, + { + attributes: { + amount: 30000, + begin: '2014-04-28T00:00:00Z', + begin_date: 'Apr 28, 2014', + begin_date_format: '2014-04-28T00:00:00Z', + beneficiary_bank: 'Credit Union Payment Center Ltd', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'credit-union-payment-center-ltd-novosibirsk-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2014-04-28T00:00:00Z', + end_date: 'Apr 28, 2014', + end_date_format: '2014-04-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224005', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Promsvyazbank', + originator_bank_country: 'Russia', + originator_bank_id: 'promsvyazbank', + originator_iso: 'RUS', + sar_id: '2848', + }, + id: '787', + }, + { + attributes: { + amount: 45695485.29, + begin: '2014-08-14T00:00:00Z', + begin_date: 'Aug 14, 2014', + begin_date_format: '2014-08-14T00:00:00Z', + beneficiary_bank: 'Deutsche Bank AG', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'deutsche-bank-ag-london-branch-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2014-08-14T00:00:00Z', + end_date: 'Aug 14, 2014', + end_date_format: '2014-08-14T00:00:00Z', + filer_org_name: 'Bank of America Corp.', + filer_org_name_id: 'bank-of-america-corp', + id: '224017', + labels: ['Filing'], + number: 1, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'ING Bank NV', + originator_bank_country: 'Netherlands', + originator_bank_id: 'ing-bank-nv', + originator_iso: 'NLD', + sar_id: '3038', + }, + id: '788', + }, + { + attributes: { + amount: 166157.08, + begin: '2014-04-30T00:00:00Z', + begin_date: 'Apr 30, 2014', + begin_date_format: '2014-04-30T00:00:00Z', + beneficiary_bank: 'Bank of Baroda', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'bank-of-baroda-united-arab-emirates-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2014-09-22T00:00:00Z', + end_date: 'Sep 22, 2014', + end_date_format: '2014-09-22T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224019', + labels: ['Filing'], + number: 3, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'National Bk of Ras Al Khaimah Psc', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'national-bk-of-ras-al-khaimah-psc', + originator_iso: 'ARE', + sar_id: '4399', + }, + id: '789', + }, + { + attributes: { + amount: 10000, + begin: '2015-04-16T00:00:00Z', + begin_date: 'Apr 16, 2015', + begin_date_format: '2015-04-16T00:00:00Z', + beneficiary_bank: 'Commonwealth Bank of Australia', + beneficiary_bank_country: 'Australia', + beneficiary_bank_id: 'commonwealth-bank-of-australia-sydney-australia-aus', + beneficiary_iso: 'AUS', + beneficiary_lat: '-27', + beneficiary_lng: '133', + end: '2015-04-16T00:00:00Z', + end_date: 'Apr 16, 2015', + end_date_format: '2015-04-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224028', + labels: ['Filing'], + number: 1, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'Usaa Federal Savings Bank', + originator_bank_country: 'United States', + originator_bank_id: 'usaa-federal-savings-bank', + originator_iso: 'USA', + sar_id: '3064', + }, + id: '790', + }, + { + attributes: { + amount: 3512000, + begin: '2014-03-20T00:00:00Z', + begin_date: 'Mar 20, 2014', + begin_date_format: '2014-03-20T00:00:00Z', + beneficiary_bank: 'Ping An Bank Co Ltd', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'ping-an-bank-co-ltd-shenzhen-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2014-03-20T00:00:00Z', + end_date: 'Mar 20, 2014', + end_date_format: '2014-03-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224044', + labels: ['Filing'], + number: 2, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'Bank of Communications', + originator_bank_country: 'China', + originator_bank_id: 'bank-of-communications', + originator_iso: 'CHN', + sar_id: '3482', + }, + id: '791', + }, + { + attributes: { + amount: 6000000, + begin: '2014-03-18T00:00:00Z', + begin_date: 'Mar 18, 2014', + begin_date_format: '2014-03-18T00:00:00Z', + beneficiary_bank: 'Emirates Nbd Bank PJSC', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'emirates-nbd-bank-pjsc-deira-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2014-03-18T00:00:00Z', + end_date: 'Mar 18, 2014', + end_date_format: '2014-03-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224045', + labels: ['Filing'], + number: 1, + origin_lat: '-4.5833', + origin_lng: '55.6667', + originator_bank: 'BMI Offshore Bank Ltd', + originator_bank_country: 'Seychelles', + originator_bank_id: 'bmi-offshore-bank-ltd', + originator_iso: 'SYC', + sar_id: '3482', + }, + id: '792', + }, + { + attributes: { + amount: 6132493.6, + begin: '2014-03-03T00:00:00Z', + begin_date: 'Mar 3, 2014', + begin_date_format: '2014-03-03T00:00:00Z', + beneficiary_bank: 'ABN Amro Bank N.V.', + beneficiary_bank_country: 'Netherlands', + beneficiary_bank_id: 'abn-amro-bank-nv-amsterdam-netherlands-nld', + beneficiary_iso: 'NLD', + beneficiary_lat: '52.5', + beneficiary_lng: '5.75', + end: '2014-03-27T00:00:00Z', + end_date: 'Mar 27, 2014', + end_date_format: '2014-03-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224046', + labels: ['Filing'], + number: 5, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Berenberg Bank', + originator_bank_country: 'Germany', + originator_bank_id: 'berenberg-bank', + originator_iso: 'DEU', + sar_id: '3482', + }, + id: '793', + }, + { + attributes: { + amount: 5285839.33, + begin: '2014-03-07T00:00:00Z', + begin_date: 'Mar 7, 2014', + begin_date_format: '2014-03-07T00:00:00Z', + beneficiary_bank: 'Credit Suisse Singapore Branch', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'credit-suisse-singapore-branch-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-03-07T00:00:00Z', + end_date: 'Mar 7, 2014', + end_date_format: '2014-03-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224047', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'China Merchants Bank', + originator_bank_country: 'China', + originator_bank_id: 'china-merchants-bank', + originator_iso: 'CHN', + sar_id: '3482', + }, + id: '794', + }, + { + attributes: { + amount: 11374272.45, + begin: '2014-03-04T00:00:00Z', + begin_date: 'Mar 4, 2014', + begin_date_format: '2014-03-04T00:00:00Z', + beneficiary_bank: 'Deutsche Bank AG', + beneficiary_bank_country: 'Czech Republic', + beneficiary_bank_id: 'deutsche-bank-ag-prague-czech-republic-cze', + beneficiary_iso: 'CZE', + beneficiary_lat: '49.75', + beneficiary_lng: '15.5', + end: '2014-03-26T00:00:00Z', + end_date: 'Mar 26, 2014', + end_date_format: '2014-03-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224048', + labels: ['Filing'], + number: 4, + origin_lat: '-27', + origin_lng: '133', + originator_bank: 'Commonwealth Bank of Australia', + originator_bank_country: 'Australia', + originator_bank_id: 'commonwealth-bank-of-australia', + originator_iso: 'AUS', + sar_id: '3482', + }, + id: '795', + }, + { + attributes: { + amount: 12537500, + begin: '2014-03-21T00:00:00Z', + begin_date: 'Mar 21, 2014', + begin_date_format: '2014-03-21T00:00:00Z', + beneficiary_bank: 'DBS Bank Ltd.', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'dbs-bank-ltd-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-03-21T00:00:00Z', + end_date: 'Mar 21, 2014', + end_date_format: '2014-03-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224049', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'BSI SA', + originator_bank_country: 'Switzerland', + originator_bank_id: 'bsi-sa', + originator_iso: 'CHE', + sar_id: '3482', + }, + id: '796', + }, + { + attributes: { + amount: 10000000, + begin: '2014-03-28T00:00:00Z', + begin_date: 'Mar 28, 2014', + begin_date_format: '2014-03-28T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-03-28T00:00:00Z', + end_date: 'Mar 28, 2014', + end_date_format: '2014-03-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224050', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Gazprombank', + originator_bank_country: 'Russia', + originator_bank_id: 'gazprombank', + originator_iso: 'RUS', + sar_id: '3482', + }, + id: '797', + }, + { + attributes: { + amount: 10000000, + begin: '2014-03-28T00:00:00Z', + begin_date: 'Mar 28, 2014', + begin_date_format: '2014-03-28T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-03-28T00:00:00Z', + end_date: 'Mar 28, 2014', + end_date_format: '2014-03-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224051', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Gazprombank', + originator_bank_country: 'Russia', + originator_bank_id: 'gazprombank', + originator_iso: 'RUS', + sar_id: '3482', + }, + id: '798', + }, + { + attributes: { + amount: 33599900, + begin: '2014-03-07T00:00:00Z', + begin_date: 'Mar 7, 2014', + begin_date_format: '2014-03-07T00:00:00Z', + beneficiary_bank: 'EFG Bank', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'efg-bank-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-03-07T00:00:00Z', + end_date: 'Mar 7, 2014', + end_date_format: '2014-03-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224052', + labels: ['Filing'], + number: 2, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Norvik Banka JSC', + originator_bank_country: 'Latvia', + originator_bank_id: 'norvik-banka-jsc', + originator_iso: 'LVA', + sar_id: '3482', + }, + id: '799', + }, + { + attributes: { + amount: 40380000, + begin: '2014-03-27T00:00:00Z', + begin_date: 'Mar 27, 2014', + begin_date_format: '2014-03-27T00:00:00Z', + beneficiary_bank: 'Ping An Bank Co Ltd', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'ping-an-bank-co-ltd-shenzhen-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2014-03-27T00:00:00Z', + end_date: 'Mar 27, 2014', + end_date_format: '2014-03-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224053', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'China Merchants Bank', + originator_bank_country: 'China', + originator_bank_id: 'china-merchants-bank', + originator_iso: 'CHN', + sar_id: '3482', + }, + id: '800', + }, + { + attributes: { + amount: 1762600, + begin: '2015-03-18T00:00:00Z', + begin_date: 'Mar 18, 2015', + begin_date_format: '2015-03-18T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2015-03-18T00:00:00Z', + end_date: 'Mar 18, 2015', + end_date_format: '2015-03-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224057', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'UniCredit Bank, Cjsc', + originator_bank_country: 'Russia', + originator_bank_id: 'unicredit-bank-cjsc', + originator_iso: 'RUS', + sar_id: '3575', + }, + id: '801', + }, + { + attributes: { + amount: 13449615, + begin: '2014-01-17T00:00:00Z', + begin_date: 'Jan 17, 2014', + begin_date_format: '2014-01-17T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-01-24T00:00:00Z', + end_date: 'Jan 24, 2014', + end_date_format: '2014-01-24T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224059', + labels: ['Filing'], + number: 2, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '3488', + }, + id: '802', + }, + { + attributes: { + amount: 1001444, + begin: '2014-01-24T00:00:00Z', + begin_date: 'Jan 24, 2014', + begin_date_format: '2014-01-24T00:00:00Z', + beneficiary_bank: 'DBS Bank Ltd', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'dbs-bank-ltd-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-02-07T00:00:00Z', + end_date: 'Feb 7, 2014', + end_date_format: '2014-02-07T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224060', + labels: ['Filing'], + number: 3, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '4392', + }, + id: '803', + }, + { + attributes: { + amount: 128899, + begin: '2014-04-03T00:00:00Z', + begin_date: 'Apr 3, 2014', + begin_date_format: '2014-04-03T00:00:00Z', + beneficiary_bank: 'United Overseas Bank Limited', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'united-overseas-bank-limited-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2014-04-03T00:00:00Z', + end_date: 'Apr 3, 2014', + end_date_format: '2014-04-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224064', + labels: ['Filing'], + number: 1, + origin_lat: '-5', + origin_lng: '120', + originator_bank: 'PT Bank Mandiri', + originator_bank_country: 'Indonesia', + originator_bank_id: 'pt-bank-mandiri', + originator_iso: 'IDN', + sar_id: '2986', + }, + id: '804', + }, + { + attributes: { + amount: 582437, + begin: '2014-03-26T00:00:00Z', + begin_date: 'Mar 26, 2014', + begin_date_format: '2014-03-26T00:00:00Z', + beneficiary_bank: 'JPMorgan International Bank', + beneficiary_bank_country: 'Belgium', + beneficiary_bank_id: 'jp-morgan-international-bank-brussels-belgium-bel', + beneficiary_iso: 'BEL', + beneficiary_lat: '50.8333', + beneficiary_lng: '4', + end: '2014-04-02T00:00:00Z', + end_date: 'Apr 2, 2014', + end_date_format: '2014-04-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224065', + labels: ['Filing'], + number: 3, + origin_lat: '-5', + origin_lng: '120', + originator_bank: 'PT Bank Mandiri', + originator_bank_country: 'Indonesia', + originator_bank_id: 'pt-bank-mandiri', + originator_iso: 'IDN', + sar_id: '2986', + }, + id: '805', + }, + { + attributes: { + amount: 5558208.72, + begin: '2013-10-29T00:00:00Z', + begin_date: 'Oct 29, 2013', + begin_date_format: '2013-10-29T00:00:00Z', + beneficiary_bank: 'Alior Bank S.A.', + beneficiary_bank_country: 'Poland', + beneficiary_bank_id: 'alior-bank-sa-warsaw-poland-pol', + beneficiary_iso: 'POL', + beneficiary_lat: '52', + beneficiary_lng: '20', + end: '2013-12-02T00:00:00Z', + end_date: 'Dec 2, 2013', + end_date_format: '2013-12-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224066', + labels: ['Filing'], + number: 10, + origin_lat: '46', + origin_lng: '15', + originator_bank: 'UniCredit Banka Slovenija D.D. ', + originator_bank_country: 'Slovenia', + originator_bank_id: 'unicredit-banka-slovenija-dd', + originator_iso: 'SVN', + sar_id: '4054', + }, + id: '806', + }, + { + attributes: { + amount: 13100000, + begin: '2014-07-09T00:00:00Z', + begin_date: 'Jul 9, 2014', + begin_date_format: '2014-07-09T00:00:00Z', + beneficiary_bank: 'Barclays Bank Plc', + beneficiary_bank_country: 'Cyprus', + beneficiary_bank_id: 'barclays-bank-plc-nicosia-cyprus-cyp', + beneficiary_iso: 'CYP', + beneficiary_lat: '35', + beneficiary_lng: '33', + end: '2015-10-05T00:00:00Z', + end_date: 'Oct 5, 2015', + end_date_format: '2015-10-05T00:00:00Z', + filer_org_name: 'Barclays Plc', + filer_org_name_id: 'barclays-plc', + id: '224101', + labels: ['Filing'], + number: 5, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Baltikums Bank AS', + originator_bank_country: 'Latvia', + originator_bank_id: 'baltikums-bank-as', + originator_iso: 'LVA', + sar_id: '4262', + }, + id: '807', + }, + { + attributes: { + amount: 35495, + begin: '2016-12-14T00:00:00Z', + begin_date: 'Dec 14, 2016', + begin_date_format: '2016-12-14T00:00:00Z', + beneficiary_bank: 'Bank VTB 24', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'bank-vtb-24-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2016-12-14T00:00:00Z', + end_date: 'Dec 14, 2016', + end_date_format: '2016-12-14T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224119', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Hellenic Bank Public Company', + originator_bank_country: 'Cyprus', + originator_bank_id: 'hellenic-bank-public-company', + originator_iso: 'CYP', + sar_id: '2716', + }, + id: '808', + }, + { + attributes: { + amount: 7055000, + begin: '2013-06-26T00:00:00Z', + begin_date: 'Jun 26, 2013', + begin_date_format: '2013-06-26T00:00:00Z', + beneficiary_bank: 'Barclays Bank Plc, Knightsbridge', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'barclays-bank-plc-knightsbridge-united-kingdom-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2017-02-16T00:00:00Z', + end_date: 'Feb 16, 2017', + end_date_format: '2017-02-16T00:00:00Z', + filer_org_name: 'Barclays Plc', + filer_org_name_id: 'barclays-plc', + id: '224120', + labels: ['Filing'], + number: 4, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Citibank', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'citibank', + originator_iso: 'GBR', + sar_id: '2300', + }, + id: '809', + }, + { + attributes: { + amount: 25630, + begin: '2016-10-19T00:00:00Z', + begin_date: 'Oct 19, 2016', + begin_date_format: '2016-10-19T00:00:00Z', + beneficiary_bank: 'Swedbank AS', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'swedbank-as-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2016-10-19T00:00:00Z', + end_date: 'Oct 19, 2016', + end_date_format: '2016-10-19T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224141', + labels: ['Filing'], + number: 1, + origin_lat: '59', + origin_lng: '26', + originator_bank: 'Es Citadele Banka Eesti Filiaal', + originator_bank_country: 'Estonia', + originator_bank_id: 'es-citadele-banka-eesti-filiaal', + originator_iso: 'EST', + sar_id: '2707', + }, + id: '810', + }, + { + attributes: { + amount: 650000, + begin: '2015-10-29T00:00:00Z', + begin_date: 'Oct 29, 2015', + begin_date_format: '2015-10-29T00:00:00Z', + beneficiary_bank: 'United Overseas Bank Limited', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'united-overseas-bank-limited-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2015-11-04T00:00:00Z', + end_date: 'Nov 4, 2015', + end_date_format: '2015-11-04T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224149', + labels: ['Filing'], + number: 4, + origin_lat: '-5', + origin_lng: '120', + originator_bank: 'Bank DBS Indonesia, PT', + originator_bank_country: 'Indonesia', + originator_bank_id: 'bank-dbs-indonesia-pt', + originator_iso: 'IDN', + sar_id: '3087', + }, + id: '811', + }, + { + attributes: { + amount: 318990, + begin: '2016-07-04T00:00:00Z', + begin_date: 'Jul 4, 2016', + begin_date_format: '2016-07-04T00:00:00Z', + beneficiary_bank: 'Nurbank JSC', + beneficiary_bank_country: 'Kazakhstan', + beneficiary_bank_id: 'nurbank-jsc-almaty-kazakhstan-kaz', + beneficiary_iso: 'KAZ', + beneficiary_lat: '48', + beneficiary_lng: '68', + end: '2016-07-26T00:00:00Z', + end_date: 'Jul 26, 2016', + end_date_format: '2016-07-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224182', + labels: ['Filing'], + number: 8, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Maiwand Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'maiwand-bank', + originator_iso: 'AFG', + sar_id: '3107', + }, + id: '812', + }, + { + attributes: { + amount: 709161.73, + begin: '2016-08-16T00:00:00Z', + begin_date: 'Aug 16, 2016', + begin_date_format: '2016-08-16T00:00:00Z', + beneficiary_bank: 'Halyk Savings Bank Kazakhstan', + beneficiary_bank_country: 'Kazakhstan', + beneficiary_bank_id: 'halyk-savings-bank-kazakhstan-almaty-kazakhstan-kaz', + beneficiary_iso: 'KAZ', + beneficiary_lat: '48', + beneficiary_lng: '68', + end: '2016-09-01T00:00:00Z', + end_date: 'Sep 1, 2016', + end_date_format: '2016-09-01T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224183', + labels: ['Filing'], + number: 4, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Maiwand Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'maiwand-bank', + originator_iso: 'AFG', + sar_id: '3107', + }, + id: '813', + }, + { + attributes: { + amount: 807000, + begin: '2016-08-07T00:00:00Z', + begin_date: 'Aug 7, 2016', + begin_date_format: '2016-08-07T00:00:00Z', + beneficiary_bank: 'Bank Mandiri', + beneficiary_bank_country: 'Indonesia', + beneficiary_bank_id: 'bank-mandiri-perseo-tbk-pt-jakarta-indonesia-idn', + beneficiary_iso: 'IDN', + beneficiary_lat: '-5', + beneficiary_lng: '120', + end: '2016-08-29T00:00:00Z', + end_date: 'Aug 29, 2016', + end_date_format: '2016-08-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224184', + labels: ['Filing'], + number: 5, + origin_lat: '33', + origin_lng: '65', + originator_bank: 'Maiwand Bank', + originator_bank_country: 'Afghanistan', + originator_bank_id: 'maiwand-bank', + originator_iso: 'AFG', + sar_id: '3107', + }, + id: '814', + }, + { + attributes: { + amount: 5420, + begin: '2016-11-28T00:00:00Z', + begin_date: 'Nov 28, 2016', + begin_date_format: '2016-11-28T00:00:00Z', + beneficiary_bank: 'HSBC', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'hsbc-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2016-11-28T00:00:00Z', + end_date: 'Nov 28, 2016', + end_date_format: '2016-11-28T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224186', + labels: ['Filing'], + number: 1, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'Liechtensteinische Landesbank', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'liechtensteinische-landesbank', + originator_iso: 'LIE', + sar_id: '2716', + }, + id: '815', + }, + { + attributes: { + amount: 5000, + begin: '2016-10-18T00:00:00Z', + begin_date: 'Oct 18, 2016', + begin_date_format: '2016-10-18T00:00:00Z', + beneficiary_bank: 'Rietumu Banka JSC', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'rietumu-banka-jsc-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2016-10-18T00:00:00Z', + end_date: 'Oct 18, 2016', + end_date_format: '2016-10-18T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224187', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc', + originator_iso: 'HKG', + sar_id: '2716', + }, + id: '816', + }, + { + attributes: { + amount: 50000, + begin: '2017-02-21T00:00:00Z', + begin_date: 'Feb 21, 2017', + begin_date_format: '2017-02-21T00:00:00Z', + beneficiary_bank: 'Saxo Bank', + beneficiary_bank_country: 'Denmark', + beneficiary_bank_id: 'saxo-bank-denmark-dnk', + beneficiary_iso: 'DNK', + beneficiary_lat: '56', + beneficiary_lng: '10', + end: '2017-02-21T00:00:00Z', + end_date: 'Feb 21, 2017', + end_date_format: '2017-02-21T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224188', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'VTB 24', + originator_bank_country: 'Russia', + originator_bank_id: 'vtb-24', + originator_iso: 'RUS', + sar_id: '2716', + }, + id: '817', + }, + { + attributes: { + amount: 47000, + begin: '2016-12-13T00:00:00Z', + begin_date: 'Dec 13, 2016', + begin_date_format: '2016-12-13T00:00:00Z', + beneficiary_bank: 'Rietumu Banka JSC', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'rietumu-banka-jsc-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2016-12-13T00:00:00Z', + end_date: 'Dec 13, 2016', + end_date_format: '2016-12-13T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224190', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'VTB 24 JSC', + originator_bank_country: 'Russia', + originator_bank_id: 'vtb-24-jsc', + originator_iso: 'RUS', + sar_id: '2716', + }, + id: '818', + }, + { + attributes: { + amount: 320000, + begin: '2016-10-20T00:00:00Z', + begin_date: 'Oct 20, 2016', + begin_date_format: '2016-10-20T00:00:00Z', + beneficiary_bank: 'PrivatBank Ihag', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'privatbank-ihag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2016-10-20T00:00:00Z', + end_date: 'Oct 20, 2016', + end_date_format: '2016-10-20T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224191', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Alfa Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'alfa-bank', + originator_iso: 'RUS', + sar_id: '2716', + }, + id: '819', + }, + { + attributes: { + amount: 34995, + begin: '2016-12-09T00:00:00Z', + begin_date: 'Dec 9, 2016', + begin_date_format: '2016-12-09T00:00:00Z', + beneficiary_bank: 'Bank VTB 24', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'bank-vtb-24-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2016-12-09T00:00:00Z', + end_date: 'Dec 9, 2016', + end_date_format: '2016-12-09T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224192', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Hellenic Bank Public Company', + originator_bank_country: 'Cyprus', + originator_bank_id: 'hellenic-bank-public-company', + originator_iso: 'CYP', + sar_id: '2716', + }, + id: '820', + }, + { + attributes: { + amount: 4000000, + begin: '2016-12-30T00:00:00Z', + begin_date: 'Dec 30, 2016', + begin_date_format: '2016-12-30T00:00:00Z', + beneficiary_bank: 'DBS Bank Ltd', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'dbs-bank-ltd-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2016-12-30T00:00:00Z', + end_date: 'Dec 30, 2016', + end_date_format: '2016-12-30T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224202', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Alfa-Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'alfa-bank', + originator_iso: 'RUS', + sar_id: '2707', + }, + id: '821', + }, + { + attributes: { + amount: 191904.34, + begin: '2015-09-29T00:00:00Z', + begin_date: 'Sep 29, 2015', + begin_date_format: '2015-09-29T00:00:00Z', + beneficiary_bank: 'Citibank N.A.', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'citibank-na-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2016-02-17T00:00:00Z', + end_date: 'Feb 17, 2016', + end_date_format: '2016-02-17T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224216', + labels: ['Filing'], + number: 15, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '822', + }, + { + attributes: { + amount: 204430.75, + begin: '2015-11-27T00:00:00Z', + begin_date: 'Nov 27, 2015', + begin_date_format: '2015-11-27T00:00:00Z', + beneficiary_bank: 'Hong Kong And Shanghai Banking Corporation Limited', + beneficiary_bank_country: 'Republic Of Maldives', + beneficiary_bank_id: 'hongkong-and-shanghai-banking-corporation-limited-male-republic-of-maldives-mdv', + beneficiary_iso: 'MDV', + beneficiary_lat: '3.25', + beneficiary_lng: '73', + end: '2016-03-08T00:00:00Z', + end_date: 'Mar 8, 2016', + end_date_format: '2016-03-08T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224217', + labels: ['Filing'], + number: 6, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '823', + }, + { + attributes: { + amount: 220567.7, + begin: '2015-09-08T00:00:00Z', + begin_date: 'Sep 8, 2015', + begin_date_format: '2015-09-08T00:00:00Z', + beneficiary_bank: 'Mashreq Bank Psc', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'mashreq-bank-psc-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2016-03-14T00:00:00Z', + end_date: 'Mar 14, 2016', + end_date_format: '2016-03-14T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224218', + labels: ['Filing'], + number: 14, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '824', + }, + { + attributes: { + amount: 296928.14, + begin: '2015-09-17T00:00:00Z', + begin_date: 'Sep 17, 2015', + begin_date_format: '2015-09-17T00:00:00Z', + beneficiary_bank: 'State Bank of India', + beneficiary_bank_country: 'Republic Of Maldives', + beneficiary_bank_id: 'state-bank-of-india-male-republic-of-maldives-mdv', + beneficiary_iso: 'MDV', + beneficiary_lat: '3.25', + beneficiary_lng: '73', + end: '2016-03-17T00:00:00Z', + end_date: 'Mar 17, 2016', + end_date_format: '2016-03-17T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224219', + labels: ['Filing'], + number: 12, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '825', + }, + { + attributes: { + amount: 302581.9, + begin: '2015-09-18T00:00:00Z', + begin_date: 'Sep 18, 2015', + begin_date_format: '2015-09-18T00:00:00Z', + beneficiary_bank: 'Wells Fargo Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'wells-fargo-bank-san-francisco-ca-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2016-03-15T00:00:00Z', + end_date: 'Mar 15, 2016', + end_date_format: '2016-03-15T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224220', + labels: ['Filing'], + number: 18, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '826', + }, + { + attributes: { + amount: 323980, + begin: '2015-09-03T00:00:00Z', + begin_date: 'Sep 3, 2015', + begin_date_format: '2015-09-03T00:00:00Z', + beneficiary_bank: 'Banco Mercantil Del Norte', + beneficiary_bank_country: 'Mexico', + beneficiary_bank_id: 'banco-mercantil-del-norte-mexico-mex', + beneficiary_iso: 'MEX', + beneficiary_lat: '23', + beneficiary_lng: '-102', + end: '2016-03-16T00:00:00Z', + end_date: 'Mar 16, 2016', + end_date_format: '2016-03-16T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224221', + labels: ['Filing'], + number: 9, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '827', + }, + { + attributes: { + amount: 499998.45, + begin: '2015-09-29T00:00:00Z', + begin_date: 'Sep 29, 2015', + begin_date_format: '2015-09-29T00:00:00Z', + beneficiary_bank: 'Mashreq Bank Psc', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'mashreq-bank-psc-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2016-03-15T00:00:00Z', + end_date: 'Mar 15, 2016', + end_date_format: '2016-03-15T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224222', + labels: ['Filing'], + number: 22, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '828', + }, + { + attributes: { + amount: 511605.94, + begin: '2015-09-01T00:00:00Z', + begin_date: 'Sep 1, 2015', + begin_date_format: '2015-09-01T00:00:00Z', + beneficiary_bank: 'Kasikornbank Public Company Limited', + beneficiary_bank_country: 'Thailand', + beneficiary_bank_id: 'kasikornbank-public-company-limited-bangkok-thailand-tha', + beneficiary_iso: 'THA', + beneficiary_lat: '15', + beneficiary_lng: '100', + end: '2016-01-12T00:00:00Z', + end_date: 'Jan 12, 2016', + end_date_format: '2016-01-12T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224223', + labels: ['Filing'], + number: 18, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '829', + }, + { + attributes: { + amount: 555336.72, + begin: '2015-09-08T00:00:00Z', + begin_date: 'Sep 8, 2015', + begin_date_format: '2015-09-08T00:00:00Z', + beneficiary_bank: 'Bnp Paribas', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'bnp-paribas-abu-dhabi-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2016-03-22T00:00:00Z', + end_date: 'Mar 22, 2016', + end_date_format: '2016-03-22T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224224', + labels: ['Filing'], + number: 28, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '830', + }, + { + attributes: { + amount: 819632.73, + begin: '2015-09-01T00:00:00Z', + begin_date: 'Sep 1, 2015', + begin_date_format: '2015-09-01T00:00:00Z', + beneficiary_bank: 'Emirates Nbd Bank PJSC', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'emirates-nbd-bank-pjsc-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2016-03-23T00:00:00Z', + end_date: 'Mar 23, 2016', + end_date_format: '2016-03-23T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224225', + labels: ['Filing'], + number: 40, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '3317', + }, + id: '831', + }, + { + attributes: { + amount: 1169620, + begin: '2013-07-08T00:00:00Z', + begin_date: 'Jul 8, 2013', + begin_date_format: '2013-07-08T00:00:00Z', + beneficiary_bank: 'VTB North-West JSC', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'vtb-north-west-jsc-st-petersburg-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2013-07-26T00:00:00Z', + end_date: 'Jul 26, 2013', + end_date_format: '2013-07-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224249', + labels: ['Filing'], + number: 4, + origin_lat: '59', + origin_lng: '26', + originator_bank: 'Danske Bank A/S Estonia Branch', + originator_bank_country: 'Estonia', + originator_bank_id: 'danske-bank-as-estonia-branch', + originator_iso: 'EST', + sar_id: '2393', + }, + id: '832', + }, + { + attributes: { + amount: 1138586, + begin: '2013-07-18T00:00:00Z', + begin_date: 'Jul 18, 2013', + begin_date_format: '2013-07-18T00:00:00Z', + beneficiary_bank: 'Alfabank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'alfabank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2013-07-18T00:00:00Z', + end_date: 'Jul 18, 2013', + end_date_format: '2013-07-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224250', + labels: ['Filing'], + number: 1, + origin_lat: '59', + origin_lng: '26', + originator_bank: 'Danske Bank A/S Estonia Branch ', + originator_bank_country: 'Estonia', + originator_bank_id: 'danske-bank-as-estonia-branch', + originator_iso: 'EST', + sar_id: '2393', + }, + id: '833', + }, + { + attributes: { + amount: 1445219.33, + begin: '2013-07-02T00:00:00Z', + begin_date: 'Jul 2, 2013', + begin_date_format: '2013-07-02T00:00:00Z', + beneficiary_bank: 'Danske Bank A/S Estonia Branch', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'danske-bank-as-estonia-branch-tallinn-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2013-07-30T00:00:00Z', + end_date: 'Jul 30, 2013', + end_date_format: '2013-07-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224251', + labels: ['Filing'], + number: 4, + origin_lat: '47', + origin_lng: '29', + originator_bank: "Commercial Bank 'Mobiasbanca-Groupe", + originator_bank_country: 'Moldova', + originator_bank_id: 'commercial-bank-mobiasbanca-groupe', + originator_iso: 'MDA', + sar_id: '2393', + }, + id: '834', + }, + { + attributes: { + amount: 1654639.27, + begin: '2013-07-05T00:00:00Z', + begin_date: 'Jul 5, 2013', + begin_date_format: '2013-07-05T00:00:00Z', + beneficiary_bank: 'Danske Bank A/S Estonia Branch', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'danske-bank-as-estonia-branch-tallinn-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2013-07-29T00:00:00Z', + end_date: 'Jul 29, 2013', + end_date_format: '2013-07-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224252', + labels: ['Filing'], + number: 6, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'North Credit Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'north-credit-bank', + originator_iso: 'RUS', + sar_id: '2393', + }, + id: '835', + }, + { + attributes: { + amount: 1761300, + begin: '2013-07-02T00:00:00Z', + begin_date: 'Jul 2, 2013', + begin_date_format: '2013-07-02T00:00:00Z', + beneficiary_bank: 'Danske Bank A/S Estonia Branch', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'danske-bank-as-estonia-branch-tallinn-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2013-07-04T00:00:00Z', + end_date: 'Jul 4, 2013', + end_date_format: '2013-07-04T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224253', + labels: ['Filing'], + number: 2, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'EFG Private Bank Limited', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'efg-private-bank-limited', + originator_iso: 'GBR', + sar_id: '2393', + }, + id: '836', + }, + { + attributes: { + amount: 1774970, + begin: '2013-07-16T00:00:00Z', + begin_date: 'Jul 16, 2013', + begin_date_format: '2013-07-16T00:00:00Z', + beneficiary_bank: 'UniCredit Bank, Cjsc', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'unicredit-bank-cjsc-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2013-07-31T00:00:00Z', + end_date: 'Jul 31, 2013', + end_date_format: '2013-07-31T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224254', + labels: ['Filing'], + number: 4, + origin_lat: '59', + origin_lng: '26', + originator_bank: 'Danske Bank A/S Estonia Branch', + originator_bank_country: 'Estonia', + originator_bank_id: 'danske-bank-as-estonia-branch', + originator_iso: 'EST', + sar_id: '2393', + }, + id: '837', + }, + { + attributes: { + amount: 2399800, + begin: '2013-07-18T00:00:00Z', + begin_date: 'Jul 18, 2013', + begin_date_format: '2013-07-18T00:00:00Z', + beneficiary_bank: 'Danske Bank A/S Estonia Branch', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'danske-bank-as-estonia-branch-tallinn-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2013-07-23T00:00:00Z', + end_date: 'Jul 23, 2013', + end_date_format: '2013-07-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224255', + labels: ['Filing'], + number: 2, + origin_lat: '51', + origin_lng: '9', + originator_bank: 'Hsh Nordbank AG', + originator_bank_country: 'Germany', + originator_bank_id: 'hsh-nordbank-ag', + originator_iso: 'DEU', + sar_id: '2393', + }, + id: '838', + }, + { + attributes: { + amount: 3970472, + begin: '2013-07-25T00:00:00Z', + begin_date: 'Jul 25, 2013', + begin_date_format: '2013-07-25T00:00:00Z', + beneficiary_bank: 'Danske Bank A/S Estonia Branch', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'danske-bank-as-estonia-branch-tallinn-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2013-07-31T00:00:00Z', + end_date: 'Jul 31, 2013', + end_date_format: '2013-07-31T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224256', + labels: ['Filing'], + number: 3, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'EFG Private Bank Limited', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'efg-private-bank-limited', + originator_iso: 'GBR', + sar_id: '2393', + }, + id: '839', + }, + { + attributes: { + amount: 4049460.42, + begin: '2013-07-05T00:00:00Z', + begin_date: 'Jul 5, 2013', + begin_date_format: '2013-07-05T00:00:00Z', + beneficiary_bank: 'Danske Bank A/S, Estonia Branch', + beneficiary_bank_country: 'Estonia', + beneficiary_bank_id: 'danske-bank-as-estonia-branch-tallinn-estonia-est', + beneficiary_iso: 'EST', + beneficiary_lat: '59', + beneficiary_lng: '26', + end: '2013-07-31T00:00:00Z', + end_date: 'Jul 31, 2013', + end_date_format: '2013-07-31T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224257', + labels: ['Filing'], + number: 13, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Ojsc Bank Narodniy Credit', + originator_bank_country: 'Russia', + originator_bank_id: 'ojsc-bank-narodniy-credit', + originator_iso: 'RUS', + sar_id: '2393', + }, + id: '840', + }, + { + attributes: { + amount: 1000100, + begin: '2013-12-23T00:00:00Z', + begin_date: 'Dec 23, 2013', + begin_date_format: '2013-12-23T00:00:00Z', + beneficiary_bank: 'Commerzbank AG', + beneficiary_bank_country: 'Germany', + beneficiary_bank_id: 'commerzbank-ag-germany-deu', + beneficiary_iso: 'DEU', + beneficiary_lat: '51', + beneficiary_lng: '9', + end: '2013-12-23T00:00:00Z', + end_date: 'Dec 23, 2013', + end_date_format: '2013-12-23T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224296', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Solid Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'solid-bank', + originator_iso: 'RUS', + sar_id: '2478', + }, + id: '841', + }, + { + attributes: { + amount: 1460000, + begin: '2013-11-18T00:00:00Z', + begin_date: 'Nov 18, 2013', + begin_date_format: '2013-11-18T00:00:00Z', + beneficiary_bank: 'Bank of Cyprus Public Company Ltd', + beneficiary_bank_country: 'Cyprus', + beneficiary_bank_id: 'bank-of-cyprus-public-company-ltd-cyprus-cyp', + beneficiary_iso: 'CYP', + beneficiary_lat: '35', + beneficiary_lng: '33', + end: '2014-06-20T00:00:00Z', + end_date: 'Jun 20, 2014', + end_date_format: '2014-06-20T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224297', + labels: ['Filing'], + number: 15, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Solid Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'solid-bank', + originator_iso: 'RUS', + sar_id: '2478', + }, + id: '842', + }, + { + attributes: { + amount: 1649874, + begin: '2015-05-14T00:00:00Z', + begin_date: 'May 14, 2015', + begin_date_format: '2015-05-14T00:00:00Z', + beneficiary_bank: 'Solid Bank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'solid-bank-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2015-05-14T00:00:00Z', + end_date: 'May 14, 2015', + end_date_format: '2015-05-14T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224298', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Lloyds Bank Plc', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'lloyds-bank-plc', + originator_iso: 'GBR', + sar_id: '2478', + }, + id: '843', + }, + { + attributes: { + amount: 1669762.9, + begin: '2014-04-10T00:00:00Z', + begin_date: 'Apr 10, 2014', + begin_date_format: '2014-04-10T00:00:00Z', + beneficiary_bank: 'Barclays Bank Plc', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'barclays-bank-plc-united-kingdom-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2014-05-16T00:00:00Z', + end_date: 'May 16, 2014', + end_date_format: '2014-05-16T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224299', + labels: ['Filing'], + number: 2, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Solid Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'solid-bank', + originator_iso: 'RUS', + sar_id: '2478', + }, + id: '844', + }, + { + attributes: { + amount: 2065860, + begin: '2013-09-27T00:00:00Z', + begin_date: 'Sep 27, 2013', + begin_date_format: '2013-09-27T00:00:00Z', + beneficiary_bank: 'JPMorgan Chase Bank', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'jpmorgan-chase-bank-united-kingdom-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2013-10-08T00:00:00Z', + end_date: 'Oct 8, 2013', + end_date_format: '2013-10-08T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224300', + labels: ['Filing'], + number: 2, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Solid Bank', + originator_bank_country: 'Russia', + originator_bank_id: 'solid-bank', + originator_iso: 'RUS', + sar_id: '2478', + }, + id: '845', + }, + { + attributes: { + amount: 36162662.54, + begin: '2017-08-28T00:00:00Z', + begin_date: 'Aug 28, 2017', + begin_date_format: '2017-08-28T00:00:00Z', + beneficiary_bank: 'Credit Suisse International', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'credit-suisse-international-london-uk-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2017-11-03T00:00:00Z', + end_date: 'Nov 3, 2017', + end_date_format: '2017-11-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224332', + labels: ['Filing'], + number: 5, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Rosbank', + originator_bank_country: 'Russia', + originator_bank_id: 'rosbank', + originator_iso: 'RUS', + sar_id: '2295', + }, + id: '846', + }, + { + attributes: { + amount: 44733695.21, + begin: '2017-08-08T00:00:00Z', + begin_date: 'Aug 8, 2017', + begin_date_format: '2017-08-08T00:00:00Z', + beneficiary_bank: 'Rosbank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'rosbank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2017-10-31T00:00:00Z', + end_date: 'Oct 31, 2017', + end_date_format: '2017-10-31T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224333', + labels: ['Filing'], + number: 7, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'ING Bank NV', + originator_bank_country: 'Netherlands', + originator_bank_id: 'ing-bank-nv', + originator_iso: 'NLD', + sar_id: '2295', + }, + id: '847', + }, + { + attributes: { + amount: 18489359.33, + begin: '2017-08-16T00:00:00Z', + begin_date: 'Aug 16, 2017', + begin_date_format: '2017-08-16T00:00:00Z', + beneficiary_bank: 'Rosbank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'rosbank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2017-09-26T00:00:00Z', + end_date: 'Sep 26, 2017', + end_date_format: '2017-09-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224334', + labels: ['Filing'], + number: 5, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'JPMorgan Chase Bank', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'jpmorgan-chase-bank', + originator_iso: 'GBR', + sar_id: '2295', + }, + id: '848', + }, + { + attributes: { + amount: 33799823.89, + begin: '2017-09-05T00:00:00Z', + begin_date: 'Sep 5, 2017', + begin_date_format: '2017-09-05T00:00:00Z', + beneficiary_bank: 'Rosbank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'rosbank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2017-10-27T00:00:00Z', + end_date: 'Oct 27, 2017', + end_date_format: '2017-10-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224337', + labels: ['Filing'], + number: 6, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Credit Suisse International', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'credit-suisse-international', + originator_iso: 'GBR', + sar_id: '2295', + }, + id: '849', + }, + { + attributes: { + amount: 6000000, + begin: '2016-08-03T00:00:00Z', + begin_date: 'Aug 3, 2016', + begin_date_format: '2016-08-03T00:00:00Z', + beneficiary_bank: 'E. Gutzwiller & Cie Banquiers', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'e-gutzwiller-cie-banquiers-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2016-12-21T00:00:00Z', + end_date: 'Dec 21, 2016', + end_date_format: '2016-12-21T00:00:00Z', + filer_org_name: 'Barclays Plc', + filer_org_name_id: 'barclays-plc', + id: '224342', + labels: ['Filing'], + number: 3, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc, Knightsbridge', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-knightsbridge', + originator_iso: 'GBR', + sar_id: '2300', + }, + id: '850', + }, + { + attributes: { + amount: 2555000, + begin: '2013-12-27T00:00:00Z', + begin_date: 'Dec 27, 2013', + begin_date_format: '2013-12-27T00:00:00Z', + beneficiary_bank: 'Citibank', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'citibank-uk-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2015-12-23T00:00:00Z', + end_date: 'Dec 23, 2015', + end_date_format: '2015-12-23T00:00:00Z', + filer_org_name: 'Barclays Plc', + filer_org_name_id: 'barclays-plc', + id: '224343', + labels: ['Filing'], + number: 3, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc, Knightsbridge', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-knightsbridge', + originator_iso: 'GBR', + sar_id: '2300', + }, + id: '851', + }, + { + attributes: { + amount: 7000000, + begin: '2017-04-12T00:00:00Z', + begin_date: 'Apr 12, 2017', + begin_date_format: '2017-04-12T00:00:00Z', + beneficiary_bank: 'M2M Europe A.S.', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'm2m-europe-as-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2017-04-12T00:00:00Z', + end_date: 'Apr 12, 2017', + end_date_format: '2017-04-12T00:00:00Z', + filer_org_name: 'Barclays Plc', + filer_org_name_id: 'barclays-plc', + id: '224344', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Barclays Bank Plc, Knightsbridge', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'barclays-bank-plc-knightsbridge', + originator_iso: 'GBR', + sar_id: '2300', + }, + id: '852', + }, + { + attributes: { + amount: 6750000, + begin: '2017-03-22T00:00:00Z', + begin_date: 'Mar 22, 2017', + begin_date_format: '2017-03-22T00:00:00Z', + beneficiary_bank: 'Barclays Bank Plc, Knightsbridge', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'barclays-bank-plc-knightsbridge-united-kingdom-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2017-03-22T00:00:00Z', + end_date: 'Mar 22, 2017', + end_date_format: '2017-03-22T00:00:00Z', + filer_org_name: 'Barclays Plc', + filer_org_name_id: 'barclays-plc', + id: '224345', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Aresbank', + originator_bank_country: 'Russia', + originator_bank_id: 'aresbank', + originator_iso: 'RUS', + sar_id: '2300', + }, + id: '853', + }, + { + attributes: { + amount: 78312.48, + begin: '2011-11-14T00:00:00Z', + begin_date: 'Nov 14, 2011', + begin_date_format: '2011-11-14T00:00:00Z', + beneficiary_bank: 'E Sun Bank', + beneficiary_bank_country: 'Taiwan', + beneficiary_bank_id: 'e-sun-bank-taipei-taiwan-twn', + beneficiary_iso: 'TWN', + beneficiary_lat: '23.5', + beneficiary_lng: '121', + end: '2013-01-09T00:00:00Z', + end_date: 'Jan 9, 2013', + end_date_format: '2013-01-09T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224355', + labels: ['Filing'], + number: 4, + origin_lat: '-41', + origin_lng: '174', + originator_bank: 'Bank of New Zealand', + originator_bank_country: 'New Zealand', + originator_bank_id: 'bank-of-new-zealand', + originator_iso: 'NZL', + sar_id: '3201', + }, + id: '854', + }, + { + attributes: { + amount: 3944147, + begin: '2008-08-28T00:00:00Z', + begin_date: 'Aug 28, 2008', + begin_date_format: '2008-08-28T00:00:00Z', + beneficiary_bank: 'Bank of America N.A.', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'bank-of-america-na-new-york-ny-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2012-02-14T00:00:00Z', + end_date: 'Feb 14, 2012', + end_date_format: '2012-02-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224365', + labels: ['Filing'], + number: 147, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Arab Bank For Investment & Foreign Trade', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'arab-bank-for-investment-foreign-trade', + originator_iso: 'ARE', + sar_id: '3964', + }, + id: '855', + }, + { + attributes: { + amount: 3850000, + begin: '2007-06-06T00:00:00Z', + begin_date: 'Jun 6, 2007', + begin_date_format: '2007-06-06T00:00:00Z', + beneficiary_bank: 'Bank of America, N.A.', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'bank-of-america-na-new-york-ny-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2011-09-15T00:00:00Z', + end_date: 'Sep 15, 2011', + end_date_format: '2011-09-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224366', + labels: ['Filing'], + number: 14, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Arab Bank For Investment & Foreign Trade', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'arab-bank-for-investment-foreign-trade', + originator_iso: 'ARE', + sar_id: '3964', + }, + id: '856', + }, + { + attributes: { + amount: 6684390, + begin: '2008-03-05T00:00:00Z', + begin_date: 'Mar 5, 2008', + begin_date_format: '2008-03-05T00:00:00Z', + beneficiary_bank: 'Industrial And Commercial Bank of China', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'industrial-and-commercial-bank-of-china-asia-ltd-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2012-07-22T00:00:00Z', + end_date: 'Jul 22, 2012', + end_date_format: '2012-07-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224367', + labels: ['Filing'], + number: 19, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Arab Bank For Investment & Foreign Trade', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'arab-bank-for-investment-foreign-trade', + originator_iso: 'ARE', + sar_id: '3964', + }, + id: '857', + }, + { + attributes: { + amount: 7522515, + begin: '2011-10-31T00:00:00Z', + begin_date: 'Oct 31, 2011', + begin_date_format: '2011-10-31T00:00:00Z', + beneficiary_bank: 'Arab Bank For Investment & Foreign Trade', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'arab-bank-for-investment-foreign-trade-abu-dhabi-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-11-15T00:00:00Z', + end_date: 'Nov 15, 2012', + end_date_format: '2012-11-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224368', + labels: ['Filing'], + number: 31, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'Credit Europe Bank N.V.', + originator_bank_country: 'Netherlands', + originator_bank_id: 'credit-europe-bank-nv', + originator_iso: 'NLD', + sar_id: '3964', + }, + id: '858', + }, + { + attributes: { + amount: 11067775, + begin: '2008-06-18T00:00:00Z', + begin_date: 'Jun 18, 2008', + begin_date_format: '2008-06-18T00:00:00Z', + beneficiary_bank: 'Nanyang Commercial Bank Ltd', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'nanyang-commercial-bank-ltd-beijing-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2012-07-15T00:00:00Z', + end_date: 'Jul 15, 2012', + end_date_format: '2012-07-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224370', + labels: ['Filing'], + number: 34, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Arab Bank For Investment & Foreign Trade', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'arab-bank-for-investment-foreign-trade', + originator_iso: 'ARE', + sar_id: '3964', + }, + id: '859', + }, + { + attributes: { + amount: 1529500, + begin: '2008-06-08T00:00:00Z', + begin_date: 'Jun 8, 2008', + begin_date_format: '2008-06-08T00:00:00Z', + beneficiary_bank: 'Nanyang Commercial Bank Ltd', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'nanyang-commercial-bank-ltd-beijing-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2008-10-13T00:00:00Z', + end_date: 'Oct 13, 2008', + end_date_format: '2008-10-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224371', + labels: ['Filing'], + number: 5, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Rab Bank For Investment & Foreign Trade', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'rab-bank-for-investment-foreign-trade', + originator_iso: 'ARE', + sar_id: '3964', + }, + id: '860', + }, + { + attributes: { + amount: 598392.75, + begin: '2011-05-05T00:00:00Z', + begin_date: 'May 5, 2011', + begin_date_format: '2011-05-05T00:00:00Z', + beneficiary_bank: 'Arab Bank For Investment & Foreign Trade', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'arab-bank-for-investment-foreign-trade-abu-dhabi-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-05-05T00:00:00Z', + end_date: 'May 5, 2011', + end_date_format: '2011-05-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224372', + labels: ['Filing'], + number: 1, + origin_lat: '39', + origin_lng: '35', + originator_bank: 'Denizbank', + originator_bank_country: 'Turkey', + originator_bank_id: 'denizbank', + originator_iso: 'TUR', + sar_id: '3964', + }, + id: '861', + }, + { + attributes: { + amount: 11615352.5, + begin: '2007-01-18T00:00:00Z', + begin_date: 'Jan 18, 2007', + begin_date_format: '2007-01-18T00:00:00Z', + beneficiary_bank: 'Arab Bank For Investment & Foreign Trade', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'arab-bank-for-investment-foreign-trade-abu-dhabi-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2014-04-14T00:00:00Z', + end_date: 'Apr 14, 2014', + end_date_format: '2014-04-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224373', + labels: ['Filing'], + number: 18, + origin_lat: '39', + origin_lng: '35', + originator_bank: 'Turkiye Garanti Bankasi A.S', + originator_bank_country: 'Turkey', + originator_bank_id: 'turkiye-garanti-bankasi-as', + originator_iso: 'TUR', + sar_id: '3964', + }, + id: '862', + }, + { + attributes: { + amount: 69500, + begin: '2009-10-07T00:00:00Z', + begin_date: 'Oct 7, 2009', + begin_date_format: '2009-10-07T00:00:00Z', + beneficiary_bank: 'TD Bank Na', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'td-bank-na-cherry-hill-nj-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2009-10-07T00:00:00Z', + end_date: 'Oct 7, 2009', + end_date_format: '2009-10-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224374', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Arab Bank For Investment', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'arab-bank-for-investment', + originator_iso: 'ARE', + sar_id: '3964', + }, + id: '863', + }, + { + attributes: { + amount: 323400, + begin: '2009-09-07T00:00:00Z', + begin_date: 'Sep 7, 2009', + begin_date_format: '2009-09-07T00:00:00Z', + beneficiary_bank: 'TD Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'td-bank-west-palm-beach-fl-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2009-09-07T00:00:00Z', + end_date: 'Sep 7, 2009', + end_date_format: '2009-09-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224375', + labels: ['Filing'], + number: 1, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Arab Bank For Investment', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'arab-bank-for-investment', + originator_iso: 'ARE', + sar_id: '3964', + }, + id: '864', + }, + { + attributes: { + amount: 44254, + begin: '2015-07-28T00:00:00Z', + begin_date: 'Jul 28, 2015', + begin_date_format: '2015-07-28T00:00:00Z', + beneficiary_bank: 'Erste And Steiermaerkische Bank D.D', + beneficiary_bank_country: 'Croatia', + beneficiary_bank_id: 'erste-and-steiermaerkische-bank-dd-rijeka-croatia-hrv', + beneficiary_iso: 'HRV', + beneficiary_lat: '45.1667', + beneficiary_lng: '15.5', + end: '2016-04-15T00:00:00Z', + end_date: 'Apr 15, 2016', + end_date_format: '2016-04-15T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224376', + labels: ['Filing'], + number: 10, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '865', + }, + { + attributes: { + amount: 44969, + begin: '2015-07-28T00:00:00Z', + begin_date: 'Jul 28, 2015', + begin_date_format: '2015-07-28T00:00:00Z', + beneficiary_bank: 'Erste And Steiermaerkische Bank D.D', + beneficiary_bank_country: 'Croatia', + beneficiary_bank_id: 'erste-and-steiermaerkische-bank-dd-rijeka-croatia-hrv', + beneficiary_iso: 'HRV', + beneficiary_lat: '45.1667', + beneficiary_lng: '15.5', + end: '2016-04-28T00:00:00Z', + end_date: 'Apr 28, 2016', + end_date_format: '2016-04-28T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224377', + labels: ['Filing'], + number: 10, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '866', + }, + { + attributes: { + amount: 46669, + begin: '2015-07-28T00:00:00Z', + begin_date: 'Jul 28, 2015', + begin_date_format: '2015-07-28T00:00:00Z', + beneficiary_bank: 'Zagrebacka Banka Dd', + beneficiary_bank_country: 'Croatia', + beneficiary_bank_id: 'zagrebacka-banka-dd-zagreb-croatia-hrv', + beneficiary_iso: 'HRV', + beneficiary_lat: '45.1667', + beneficiary_lng: '15.5', + end: '2016-04-28T00:00:00Z', + end_date: 'Apr 28, 2016', + end_date_format: '2016-04-28T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224378', + labels: ['Filing'], + number: 10, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '867', + }, + { + attributes: { + amount: 46879, + begin: '2015-07-29T00:00:00Z', + begin_date: 'Jul 29, 2015', + begin_date_format: '2015-07-29T00:00:00Z', + beneficiary_bank: 'Royal Bank of Scotland Plc', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'royal-bank-of-scotland-plc-london-uk-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2016-04-28T00:00:00Z', + end_date: 'Apr 28, 2016', + end_date_format: '2016-04-28T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224379', + labels: ['Filing'], + number: 10, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '868', + }, + { + attributes: { + amount: 48809, + begin: '2015-07-28T00:00:00Z', + begin_date: 'Jul 28, 2015', + begin_date_format: '2015-07-28T00:00:00Z', + beneficiary_bank: 'The Standard Bank of South Africa Limited', + beneficiary_bank_country: 'South Africa', + beneficiary_bank_id: 'the-standard-bank-of-south-africa-limited-johannesburg-south-africa-zaf', + beneficiary_iso: 'ZAF', + beneficiary_lat: '-29', + beneficiary_lng: '24', + end: '2016-04-29T00:00:00Z', + end_date: 'Apr 29, 2016', + end_date_format: '2016-04-29T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224380', + labels: ['Filing'], + number: 10, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '869', + }, + { + attributes: { + amount: 50722, + begin: '2015-07-28T00:00:00Z', + begin_date: 'Jul 28, 2015', + begin_date_format: '2015-07-28T00:00:00Z', + beneficiary_bank: 'Clydesdale Bank Plc', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'clydesdale-bank-plc-glasgow-uk-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2016-04-28T00:00:00Z', + end_date: 'Apr 28, 2016', + end_date_format: '2016-04-28T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224381', + labels: ['Filing'], + number: 10, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '870', + }, + { + attributes: { + amount: 68282, + begin: '2015-07-28T00:00:00Z', + begin_date: 'Jul 28, 2015', + begin_date_format: '2015-07-28T00:00:00Z', + beneficiary_bank: 'The Mauritius Commercial Bank Ltd', + beneficiary_bank_country: 'Mauritius', + beneficiary_bank_id: 'the-mauritius-commercial-bank-ltd-port-louis-mauritius-mus', + beneficiary_iso: 'MUS', + beneficiary_lat: '-20.2833', + beneficiary_lng: '57.55', + end: '2016-04-28T00:00:00Z', + end_date: 'Apr 28, 2016', + end_date_format: '2016-04-28T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224382', + labels: ['Filing'], + number: 10, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '871', + }, + { + attributes: { + amount: 366796, + begin: '2015-08-31T00:00:00Z', + begin_date: 'Aug 31, 2015', + begin_date_format: '2015-08-31T00:00:00Z', + beneficiary_bank: 'Zions First National Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'zions-first-national-bank-salt-lake-city-ut-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2015-08-31T00:00:00Z', + end_date: 'Aug 31, 2015', + end_date_format: '2015-08-31T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224385', + labels: ['Filing'], + number: 1, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '872', + }, + { + attributes: { + amount: 444091, + begin: '2015-08-03T00:00:00Z', + begin_date: 'Aug 3, 2015', + begin_date_format: '2015-08-03T00:00:00Z', + beneficiary_bank: 'Mmg Bank Corporation', + beneficiary_bank_country: 'Panama', + beneficiary_bank_id: 'mmg-bank-corporation-panama-city-panama-pan', + beneficiary_iso: 'PAN', + beneficiary_lat: '9', + beneficiary_lng: '-80', + end: '2015-12-24T00:00:00Z', + end_date: 'Dec 24, 2015', + end_date_format: '2015-12-24T00:00:00Z', + filer_org_name: 'China Investment Corporation', + filer_org_name_id: 'china-investment-corporation', + id: '224386', + labels: ['Filing'], + number: 6, + origin_lat: '47.1667', + origin_lng: '9.5333', + originator_bank: 'VP Bank AG', + originator_bank_country: 'Liechtenstein', + originator_bank_id: 'vp-bank-ag', + originator_iso: 'LIE', + sar_id: '4242', + }, + id: '873', + }, + { + attributes: { + amount: 242918.68, + begin: '2014-02-03T00:00:00Z', + begin_date: 'Feb 3, 2014', + begin_date_format: '2014-02-03T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank Hong Kong Limited', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-limited-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-09-19T00:00:00Z', + end_date: 'Sep 19, 2014', + end_date_format: '2014-09-19T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224405', + labels: ['Filing'], + number: 17, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'ABN Amro Bank', + originator_bank_country: 'Netherlands', + originator_bank_id: 'abn-amro-bank', + originator_iso: 'NLD', + sar_id: '3274', + }, + id: '874', + }, + { + attributes: { + amount: 304591.65, + begin: '2014-02-03T00:00:00Z', + begin_date: 'Feb 3, 2014', + begin_date_format: '2014-02-03T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank Hong Kong Limited', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-limited-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-09-02T00:00:00Z', + end_date: 'Sep 2, 2014', + end_date_format: '2014-09-02T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224406', + labels: ['Filing'], + number: 49, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'JPMorgan Chase Bank', + originator_bank_country: 'United States', + originator_bank_id: 'jpmorgan-chase-bank', + originator_iso: 'USA', + sar_id: '3274', + }, + id: '875', + }, + { + attributes: { + amount: 249500, + begin: '2012-09-10T00:00:00Z', + begin_date: 'Sep 10, 2012', + begin_date_format: '2012-09-10T00:00:00Z', + beneficiary_bank: 'Allied Bank Limited', + beneficiary_bank_country: 'Pakistan', + beneficiary_bank_id: 'allied-bank-limited-failasabad-pakistan-pak', + beneficiary_iso: 'PAK', + beneficiary_lat: '30', + beneficiary_lng: '70', + end: '2012-10-03T00:00:00Z', + end_date: 'Oct 3, 2012', + end_date_format: '2012-10-03T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224448', + labels: ['Filing'], + number: 5, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Wall Street Exchange Centre Llc', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'wall-street-exchange-centre-llc', + originator_iso: 'ARE', + sar_id: '4255', + }, + id: '876', + }, + { + attributes: { + amount: 254182, + begin: '2012-10-09T00:00:00Z', + begin_date: 'Oct 9, 2012', + begin_date_format: '2012-10-09T00:00:00Z', + beneficiary_bank: 'Royal Bank of Canada', + beneficiary_bank_country: 'Canada', + beneficiary_bank_id: 'royal-bank-of-canada-toronto-canada-can', + beneficiary_iso: 'CAN', + beneficiary_lat: '60', + beneficiary_lng: '-95', + end: '2012-11-14T00:00:00Z', + end_date: 'Nov 14, 2012', + end_date_format: '2012-11-14T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224449', + labels: ['Filing'], + number: 5, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Wall Street Exchange Centre Llc', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'wall-street-exchange-centre-llc', + originator_iso: 'ARE', + sar_id: '4255', + }, + id: '877', + }, + { + attributes: { + amount: 299640, + begin: '2012-10-10T00:00:00Z', + begin_date: 'Oct 10, 2012', + begin_date_format: '2012-10-10T00:00:00Z', + beneficiary_bank: 'United Bank Limited', + beneficiary_bank_country: 'Pakistan', + beneficiary_bank_id: 'united-bank-limited-faisalabad-pakistan-pak', + beneficiary_iso: 'PAK', + beneficiary_lat: '30', + beneficiary_lng: '70', + end: '2012-11-05T00:00:00Z', + end_date: 'Nov 5, 2012', + end_date_format: '2012-11-05T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224451', + labels: ['Filing'], + number: 6, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Wall Street Exchange Centre Llc', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'wall-street-exchange-centre-llc', + originator_iso: 'ARE', + sar_id: '4255', + }, + id: '878', + }, + { + attributes: { + amount: 299670, + begin: '2012-10-09T00:00:00Z', + begin_date: 'Oct 9, 2012', + begin_date_format: '2012-10-09T00:00:00Z', + beneficiary_bank: 'Allied Bank Limited', + beneficiary_bank_country: 'Pakistan', + beneficiary_bank_id: 'allied-bank-limited-karachi-pakistan-pak', + beneficiary_iso: 'PAK', + beneficiary_lat: '30', + beneficiary_lng: '70', + end: '2012-12-04T00:00:00Z', + end_date: 'Dec 4, 2012', + end_date_format: '2012-12-04T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224452', + labels: ['Filing'], + number: 6, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Wall Street Exchange Centre Llc', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'wall-street-exchange-centre-llc', + originator_iso: 'ARE', + sar_id: '4255', + }, + id: '879', + }, + { + attributes: { + amount: 299898, + begin: '2012-09-13T00:00:00Z', + begin_date: 'Sep 13, 2012', + begin_date_format: '2012-09-13T00:00:00Z', + beneficiary_bank: 'Credit Agricole Suisse S A', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-agricole-suisse-s-a-geneva-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2012-11-19T00:00:00Z', + end_date: 'Nov 19, 2012', + end_date_format: '2012-11-19T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224453', + labels: ['Filing'], + number: 3, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'Wall Street Exchange Centre Llc', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'wall-street-exchange-centre-llc', + originator_iso: 'ARE', + sar_id: '4255', + }, + id: '880', + }, + { + attributes: { + amount: 10000000, + begin: '2013-04-22T00:00:00Z', + begin_date: 'Apr 22, 2013', + begin_date_format: '2013-04-22T00:00:00Z', + beneficiary_bank: 'Nota-Bank.', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'nota-bank-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2013-04-22T00:00:00Z', + end_date: 'Apr 22, 2013', + end_date_format: '2013-04-22T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224460', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Vnesheconombank.', + originator_bank_country: 'Russia', + originator_bank_id: 'vnesheconombank', + originator_iso: 'RUS', + sar_id: '2388', + }, + id: '881', + }, + { + attributes: { + amount: 9005, + begin: '2011-08-01T00:00:00Z', + begin_date: 'Aug 1, 2011', + begin_date_format: '2011-08-01T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank Hk Ltd', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hk-ltd-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2011-08-01T00:00:00Z', + end_date: 'Aug 1, 2011', + end_date_format: '2011-08-01T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224486', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Northern Tr Co London Nyc', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'northern-tr-co-london-nyc', + originator_iso: 'GBR', + sar_id: '4303', + }, + id: '882', + }, + { + attributes: { + amount: 9415.12, + begin: '2011-12-20T00:00:00Z', + begin_date: 'Dec 20, 2011', + begin_date_format: '2011-12-20T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank Hk Ltd', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hk-ltd-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2011-12-20T00:00:00Z', + end_date: 'Dec 20, 2011', + end_date_format: '2011-12-20T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224487', + labels: ['Filing'], + number: 2, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United States', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'USA', + sar_id: '4303', + }, + id: '883', + }, + { + attributes: { + amount: 16156.01, + begin: '2011-09-20T00:00:00Z', + begin_date: 'Sep 20, 2011', + begin_date_format: '2011-09-20T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank Hk Ltd', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hk-ltd-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2011-09-20T00:00:00Z', + end_date: 'Sep 20, 2011', + end_date_format: '2011-09-20T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224488', + labels: ['Filing'], + number: 1, + origin_lat: '49.75', + origin_lng: '6.1667', + originator_bank: 'Northern Trust Global Services Limited', + originator_bank_country: 'Luxembourg', + originator_bank_id: 'northern-trust-global-services-limited', + originator_iso: 'LUX', + sar_id: '4303', + }, + id: '884', + }, + { + attributes: { + amount: 199547810.2, + begin: '2008-10-28T00:00:00Z', + begin_date: 'Oct 28, 2008', + begin_date_format: '2008-10-28T00:00:00Z', + beneficiary_bank: 'Barclays Bank Plc', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'barclays-bank-plc-uk-corporate-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2013-03-14T00:00:00Z', + end_date: 'Mar 14, 2013', + end_date_format: '2013-03-14T00:00:00Z', + filer_org_name: 'Barclays Plc', + filer_org_name_id: 'barclays-plc', + id: '224516', + labels: ['Filing'], + number: 21, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'HSBC Trinkaus Und Burkhardt AG', + originator_bank_country: 'Netherlands', + originator_bank_id: 'hsbc-trinkaus-und-burkhardt-ag', + originator_iso: 'NLD', + sar_id: '3101', + }, + id: '885', + }, + { + attributes: { + amount: 18182145.3, + begin: '2015-12-11T00:00:00Z', + begin_date: 'Dec 11, 2015', + begin_date_format: '2015-12-11T00:00:00Z', + beneficiary_bank: 'Bank Frick And Co Aktiengesellschaft', + beneficiary_bank_country: 'Liechtenstein', + beneficiary_bank_id: 'bank-frick-and-co-aktiengesellschaft-balzers-liechtenstein-lie', + beneficiary_iso: 'LIE', + beneficiary_lat: '47.1667', + beneficiary_lng: '9.5333', + end: '2016-04-22T00:00:00Z', + end_date: 'Apr 22, 2016', + end_date_format: '2016-04-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224518', + labels: ['Filing'], + number: 7, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '4098', + }, + id: '886', + }, + { + attributes: { + amount: 598000, + begin: '2015-12-22T00:00:00Z', + begin_date: 'Dec 22, 2015', + begin_date_format: '2015-12-22T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2015-12-22T00:00:00Z', + end_date: 'Dec 22, 2015', + end_date_format: '2015-12-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224519', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '4098', + }, + id: '887', + }, + { + attributes: { + amount: 725584, + begin: '2008-07-30T00:00:00Z', + begin_date: 'Jul 30, 2008', + begin_date_format: '2008-07-30T00:00:00Z', + beneficiary_bank: 'Bank Rossiya', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'bank-rossiya-st-petersburg-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2008-07-30T00:00:00Z', + end_date: 'Jul 30, 2008', + end_date_format: '2008-07-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224546', + labels: ['Filing'], + number: 1, + origin_lat: '59', + origin_lng: '26', + originator_bank: 'Eesti Kreditbank', + originator_bank_country: 'Estonia', + originator_bank_id: 'eesti-kreditbank', + originator_iso: 'EST', + sar_id: '2336', + }, + id: '888', + }, + { + attributes: { + amount: 483840, + begin: '2008-07-25T00:00:00Z', + begin_date: 'Jul 25, 2008', + begin_date_format: '2008-07-25T00:00:00Z', + beneficiary_bank: 'Bank Rossiya', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'bank-rossiya-st-petersburg-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2008-07-25T00:00:00Z', + end_date: 'Jul 25, 2008', + end_date_format: '2008-07-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224547', + labels: ['Filing'], + number: 1, + origin_lat: '59', + origin_lng: '26', + originator_bank: 'Eesti Kreditbank', + originator_bank_country: 'Estonia', + originator_bank_id: 'eesti-kreditbank', + originator_iso: 'EST', + sar_id: '2336', + }, + id: '889', + }, + { + attributes: { + amount: 43889, + begin: '2008-07-25T00:00:00Z', + begin_date: 'Jul 25, 2008', + begin_date_format: '2008-07-25T00:00:00Z', + beneficiary_bank: 'DBS Bank Ltd, Singapore', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'dbs-bank-ltd-singapore-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2008-07-25T00:00:00Z', + end_date: 'Jul 25, 2008', + end_date_format: '2008-07-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224550', + labels: ['Filing'], + number: 1, + origin_lat: '59', + origin_lng: '26', + originator_bank: 'Eesti Kreditbank', + originator_bank_country: 'Estonia', + originator_bank_id: 'eesti-kreditbank', + originator_iso: 'EST', + sar_id: '2336', + }, + id: '890', + }, + { + attributes: { + amount: 200000, + begin: '2008-06-26T00:00:00Z', + begin_date: 'Jun 26, 2008', + begin_date_format: '2008-06-26T00:00:00Z', + beneficiary_bank: 'UniCredit Bank, Cjsc', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'unicredit-bank-cjsc-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2008-06-26T00:00:00Z', + end_date: 'Jun 26, 2008', + end_date_format: '2008-06-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224551', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Cyprus Popular Bank Limited', + originator_bank_country: 'Cyprus', + originator_bank_id: 'cyprus-popular-bank-limited', + originator_iso: 'CYP', + sar_id: '2335', + }, + id: '891', + }, + { + attributes: { + amount: 15000, + begin: '2008-06-05T00:00:00Z', + begin_date: 'Jun 5, 2008', + begin_date_format: '2008-06-05T00:00:00Z', + beneficiary_bank: 'UniCredit Bank, Cjsc', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'unicredit-bank-cjsc-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2008-06-05T00:00:00Z', + end_date: 'Jun 5, 2008', + end_date_format: '2008-06-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224552', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Cyprus Popular Bank Limited', + originator_bank_country: 'Cyprus', + originator_bank_id: 'cyprus-popular-bank-limited', + originator_iso: 'CYP', + sar_id: '2335', + }, + id: '892', + }, + { + attributes: { + amount: 15000, + begin: '2008-04-17T00:00:00Z', + begin_date: 'Apr 17, 2008', + begin_date_format: '2008-04-17T00:00:00Z', + beneficiary_bank: 'UniCredit Bank, Cjsc', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'unicredit-bank-cjsc-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2008-04-17T00:00:00Z', + end_date: 'Apr 17, 2008', + end_date_format: '2008-04-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224553', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Cyprus Popular Bank Limited', + originator_bank_country: 'Cyprus', + originator_bank_id: 'cyprus-popular-bank-limited', + originator_iso: 'CYP', + sar_id: '2335', + }, + id: '893', + }, + { + attributes: { + amount: 99965, + begin: '2011-12-06T00:00:00Z', + begin_date: 'Dec 6, 2011', + begin_date_format: '2011-12-06T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-06T00:00:00Z', + end_date: 'Dec 6, 2011', + end_date_format: '2011-12-06T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224556', + labels: ['Filing'], + number: 1, + origin_lat: '10', + origin_lng: '8', + originator_bank: 'Guaranty Trust Bank Limited', + originator_bank_country: 'Nigeria', + originator_bank_id: 'guaranty-trust-bank-limited', + originator_iso: 'NGA', + sar_id: '2905', + }, + id: '894', + }, + { + attributes: { + amount: 202910.5, + begin: '2012-02-13T00:00:00Z', + begin_date: 'Feb 13, 2012', + begin_date_format: '2012-02-13T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-13T00:00:00Z', + end_date: 'Feb 13, 2012', + end_date_format: '2012-02-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224557', + labels: ['Filing'], + number: 1, + origin_lat: '-12.5', + origin_lng: '18.5', + originator_bank: 'Banco De Fomento Sarl Angola', + originator_bank_country: 'Angola', + originator_bank_id: 'banco-de-fomento-sarl-angola', + originator_iso: 'AGO', + sar_id: '2905', + }, + id: '895', + }, + { + attributes: { + amount: 103480.5, + begin: '2012-01-31T00:00:00Z', + begin_date: 'Jan 31, 2012', + begin_date_format: '2012-01-31T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-31T00:00:00Z', + end_date: 'Jan 31, 2012', + end_date_format: '2012-01-31T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224558', + labels: ['Filing'], + number: 1, + origin_lat: '-12.5', + origin_lng: '18.5', + originator_bank: 'Banco De Fomento Sarl Angola', + originator_bank_country: 'Angola', + originator_bank_id: 'banco-de-fomento-sarl-angola', + originator_iso: 'AGO', + sar_id: '2905', + }, + id: '896', + }, + { + attributes: { + amount: 35817.5, + begin: '2012-01-04T00:00:00Z', + begin_date: 'Jan 4, 2012', + begin_date_format: '2012-01-04T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-04T00:00:00Z', + end_date: 'Jan 4, 2012', + end_date_format: '2012-01-04T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224559', + labels: ['Filing'], + number: 1, + origin_lat: '-12.5', + origin_lng: '18.5', + originator_bank: 'Banco De Fomento Sarl Angola', + originator_bank_country: 'Angola', + originator_bank_id: 'banco-de-fomento-sarl-angola', + originator_iso: 'AGO', + sar_id: '2905', + }, + id: '897', + }, + { + attributes: { + amount: 104815.5, + begin: '2011-12-29T00:00:00Z', + begin_date: 'Dec 29, 2011', + begin_date_format: '2011-12-29T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-29T00:00:00Z', + end_date: 'Dec 29, 2011', + end_date_format: '2011-12-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224560', + labels: ['Filing'], + number: 1, + origin_lat: '-12.5', + origin_lng: '18.5', + originator_bank: 'Banco De Fomento Sarl Angola', + originator_bank_country: 'Angola', + originator_bank_id: 'banco-de-fomento-sarl-angola', + originator_iso: 'AGO', + sar_id: '2905', + }, + id: '898', + }, + { + attributes: { + amount: 26311.5, + begin: '2011-12-21T00:00:00Z', + begin_date: 'Dec 21, 2011', + begin_date_format: '2011-12-21T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-21T00:00:00Z', + end_date: 'Dec 21, 2011', + end_date_format: '2011-12-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224561', + labels: ['Filing'], + number: 1, + origin_lat: '-12.5', + origin_lng: '18.5', + originator_bank: 'Banco De Fomento Sarl Angola', + originator_bank_country: 'Angola', + originator_bank_id: 'banco-de-fomento-sarl-angola', + originator_iso: 'AGO', + sar_id: '2905', + }, + id: '899', + }, + { + attributes: { + amount: 102878.5, + begin: '2011-12-06T00:00:00Z', + begin_date: 'Dec 6, 2011', + begin_date_format: '2011-12-06T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubai-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-06T00:00:00Z', + end_date: 'Dec 6, 2011', + end_date_format: '2011-12-06T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224562', + labels: ['Filing'], + number: 1, + origin_lat: '-12.5', + origin_lng: '18.5', + originator_bank: 'Banco De Fomento Sarl Angola', + originator_bank_country: 'Angola', + originator_bank_id: 'banco-de-fomento-sarl-angola', + originator_iso: 'AGO', + sar_id: '2905', + }, + id: '900', + }, + { + attributes: { + amount: 12075, + begin: '2012-01-27T00:00:00Z', + begin_date: 'Jan 27, 2012', + begin_date_format: '2012-01-27T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-27T00:00:00Z', + end_date: 'Jan 27, 2012', + end_date_format: '2012-01-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224563', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '901', + }, + { + attributes: { + amount: 12075, + begin: '2012-01-27T00:00:00Z', + begin_date: 'Jan 27, 2012', + begin_date_format: '2012-01-27T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-27T00:00:00Z', + end_date: 'Jan 27, 2012', + end_date_format: '2012-01-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224564', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '902', + }, + { + attributes: { + amount: 12075, + begin: '2012-01-27T00:00:00Z', + begin_date: 'Jan 27, 2012', + begin_date_format: '2012-01-27T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-27T00:00:00Z', + end_date: 'Jan 27, 2012', + end_date_format: '2012-01-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224565', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '903', + }, + { + attributes: { + amount: 12075, + begin: '2012-01-13T00:00:00Z', + begin_date: 'Jan 13, 2012', + begin_date_format: '2012-01-13T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-13T00:00:00Z', + end_date: 'Jan 13, 2012', + end_date_format: '2012-01-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224566', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '904', + }, + { + attributes: { + amount: 26675, + begin: '2012-01-13T00:00:00Z', + begin_date: 'Jan 13, 2012', + begin_date_format: '2012-01-13T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-13T00:00:00Z', + end_date: 'Jan 13, 2012', + end_date_format: '2012-01-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224567', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '905', + }, + { + attributes: { + amount: 12075, + begin: '2012-01-03T00:00:00Z', + begin_date: 'Jan 3, 2012', + begin_date_format: '2012-01-03T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-03T00:00:00Z', + end_date: 'Jan 3, 2012', + end_date_format: '2012-01-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224568', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '906', + }, + { + attributes: { + amount: 22573, + begin: '2011-12-30T00:00:00Z', + begin_date: 'Dec 30, 2011', + begin_date_format: '2011-12-30T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-30T00:00:00Z', + end_date: 'Dec 30, 2011', + end_date_format: '2011-12-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224569', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '907', + }, + { + attributes: { + amount: 12075, + begin: '2011-12-30T00:00:00Z', + begin_date: 'Dec 30, 2011', + begin_date_format: '2011-12-30T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-30T00:00:00Z', + end_date: 'Dec 30, 2011', + end_date_format: '2011-12-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224570', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '908', + }, + { + attributes: { + amount: 25600, + begin: '2011-12-23T00:00:00Z', + begin_date: 'Dec 23, 2011', + begin_date_format: '2011-12-23T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-23T00:00:00Z', + end_date: 'Dec 23, 2011', + end_date_format: '2011-12-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224571', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '909', + }, + { + attributes: { + amount: 12175, + begin: '2011-12-16T00:00:00Z', + begin_date: 'Dec 16, 2011', + begin_date_format: '2011-12-16T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-16T00:00:00Z', + end_date: 'Dec 16, 2011', + end_date_format: '2011-12-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224572', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '910', + }, + { + attributes: { + amount: 33245, + begin: '2011-12-16T00:00:00Z', + begin_date: 'Dec 16, 2011', + begin_date_format: '2011-12-16T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-16T00:00:00Z', + end_date: 'Dec 16, 2011', + end_date_format: '2011-12-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224573', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '911', + }, + { + attributes: { + amount: 12175, + begin: '2011-11-14T00:00:00Z', + begin_date: 'Nov 14, 2011', + begin_date_format: '2011-11-14T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-14T00:00:00Z', + end_date: 'Nov 14, 2011', + end_date_format: '2011-11-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224574', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '912', + }, + { + attributes: { + amount: 12175, + begin: '2011-10-28T00:00:00Z', + begin_date: 'Oct 28, 2011', + begin_date_format: '2011-10-28T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-28T00:00:00Z', + end_date: 'Oct 28, 2011', + end_date_format: '2011-10-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224575', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '913', + }, + { + attributes: { + amount: 25825, + begin: '2011-10-27T00:00:00Z', + begin_date: 'Oct 27, 2011', + begin_date_format: '2011-10-27T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-27T00:00:00Z', + end_date: 'Oct 27, 2011', + end_date_format: '2011-10-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224576', + labels: ['Filing'], + number: 1, + origin_lat: '8', + origin_lng: '-5', + originator_bank: "Banque Internationale Pour Le Commerce Et L'Industrie", + originator_bank_country: 'Ivory Coast', + originator_bank_id: 'banque-internationale-pour-le-commerce-et-lindustrie', + originator_iso: 'CIV', + sar_id: '2905', + }, + id: '914', + }, + { + attributes: { + amount: 9946, + begin: '2012-02-16T00:00:00Z', + begin_date: 'Feb 16, 2012', + begin_date_format: '2012-02-16T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-16T00:00:00Z', + end_date: 'Feb 16, 2012', + end_date_format: '2012-02-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224577', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: "Banque Internationale Pour L'Afrique Au Congo", + originator_bank_country: 'Congo', + originator_bank_id: 'banque-internationale-pour-lafrique-au-congo', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '915', + }, + { + attributes: { + amount: 9942, + begin: '2012-02-08T00:00:00Z', + begin_date: 'Feb 8, 2012', + begin_date_format: '2012-02-08T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-08T00:00:00Z', + end_date: 'Feb 8, 2012', + end_date_format: '2012-02-08T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224578', + labels: ['Filing'], + number: 1, + origin_lat: '0', + origin_lng: '25', + originator_bank: 'Ecobank, Republique Democratique Du Congo', + originator_bank_country: 'Democratic Republic Of The Congo', + originator_bank_id: 'ecobank-republique-democratique-du-congo', + originator_iso: 'COD', + sar_id: '2905', + }, + id: '916', + }, + { + attributes: { + amount: 9957, + begin: '2011-12-30T00:00:00Z', + begin_date: 'Dec 30, 2011', + begin_date_format: '2011-12-30T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-30T00:00:00Z', + end_date: 'Dec 30, 2011', + end_date_format: '2011-12-30T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224579', + labels: ['Filing'], + number: 1, + origin_lat: '0', + origin_lng: '25', + originator_bank: 'Ecobank, Republique Democratique Du Congo', + originator_bank_country: 'Democratic Republic Of The Congo', + originator_bank_id: 'ecobank-republique-democratique-du-congo', + originator_iso: 'COD', + sar_id: '2905', + }, + id: '917', + }, + { + attributes: { + amount: 9968, + begin: '2012-02-24T00:00:00Z', + begin_date: 'Feb 24, 2012', + begin_date_format: '2012-02-24T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-24T00:00:00Z', + end_date: 'Feb 24, 2012', + end_date_format: '2012-02-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224580', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '918', + }, + { + attributes: { + amount: 9980, + begin: '2012-02-22T00:00:00Z', + begin_date: 'Feb 22, 2012', + begin_date_format: '2012-02-22T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-22T00:00:00Z', + end_date: 'Feb 22, 2012', + end_date_format: '2012-02-22T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224581', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '919', + }, + { + attributes: { + amount: 9972, + begin: '2012-02-15T00:00:00Z', + begin_date: 'Feb 15, 2012', + begin_date_format: '2012-02-15T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-15T00:00:00Z', + end_date: 'Feb 15, 2012', + end_date_format: '2012-02-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224582', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '920', + }, + { + attributes: { + amount: 9974, + begin: '2012-02-14T00:00:00Z', + begin_date: 'Feb 14, 2012', + begin_date_format: '2012-02-14T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-14T00:00:00Z', + end_date: 'Feb 14, 2012', + end_date_format: '2012-02-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224583', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '921', + }, + { + attributes: { + amount: 9970, + begin: '2012-02-13T00:00:00Z', + begin_date: 'Feb 13, 2012', + begin_date_format: '2012-02-13T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-13T00:00:00Z', + end_date: 'Feb 13, 2012', + end_date_format: '2012-02-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224584', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '922', + }, + { + attributes: { + amount: 9978, + begin: '2012-02-10T00:00:00Z', + begin_date: 'Feb 10, 2012', + begin_date_format: '2012-02-10T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-10T00:00:00Z', + end_date: 'Feb 10, 2012', + end_date_format: '2012-02-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224585', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '923', + }, + { + attributes: { + amount: 9981, + begin: '2012-02-10T00:00:00Z', + begin_date: 'Feb 10, 2012', + begin_date_format: '2012-02-10T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-10T00:00:00Z', + end_date: 'Feb 10, 2012', + end_date_format: '2012-02-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224586', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '924', + }, + { + attributes: { + amount: 9976, + begin: '2012-02-10T00:00:00Z', + begin_date: 'Feb 10, 2012', + begin_date_format: '2012-02-10T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-10T00:00:00Z', + end_date: 'Feb 10, 2012', + end_date_format: '2012-02-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224587', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '925', + }, + { + attributes: { + amount: 9980, + begin: '2012-02-09T00:00:00Z', + begin_date: 'Feb 9, 2012', + begin_date_format: '2012-02-09T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-09T00:00:00Z', + end_date: 'Feb 9, 2012', + end_date_format: '2012-02-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224588', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '926', + }, + { + attributes: { + amount: 9984, + begin: '2012-02-07T00:00:00Z', + begin_date: 'Feb 7, 2012', + begin_date_format: '2012-02-07T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-07T00:00:00Z', + end_date: 'Feb 7, 2012', + end_date_format: '2012-02-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224589', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '927', + }, + { + attributes: { + amount: 9985, + begin: '2012-02-07T00:00:00Z', + begin_date: 'Feb 7, 2012', + begin_date_format: '2012-02-07T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-07T00:00:00Z', + end_date: 'Feb 7, 2012', + end_date_format: '2012-02-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224590', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '928', + }, + { + attributes: { + amount: 9984, + begin: '2012-02-02T00:00:00Z', + begin_date: 'Feb 2, 2012', + begin_date_format: '2012-02-02T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-02T00:00:00Z', + end_date: 'Feb 2, 2012', + end_date_format: '2012-02-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224591', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '929', + }, + { + attributes: { + amount: 9990, + begin: '2012-02-01T00:00:00Z', + begin_date: 'Feb 1, 2012', + begin_date_format: '2012-02-01T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-01T00:00:00Z', + end_date: 'Feb 1, 2012', + end_date_format: '2012-02-01T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224592', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '930', + }, + { + attributes: { + amount: 9932, + begin: '2012-01-23T00:00:00Z', + begin_date: 'Jan 23, 2012', + begin_date_format: '2012-01-23T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-23T00:00:00Z', + end_date: 'Jan 23, 2012', + end_date_format: '2012-01-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224593', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '931', + }, + { + attributes: { + amount: 9940, + begin: '2012-01-20T00:00:00Z', + begin_date: 'Jan 20, 2012', + begin_date_format: '2012-01-20T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-20T00:00:00Z', + end_date: 'Jan 20, 2012', + end_date_format: '2012-01-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224594', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '932', + }, + { + attributes: { + amount: 9942, + begin: '2012-01-19T00:00:00Z', + begin_date: 'Jan 19, 2012', + begin_date_format: '2012-01-19T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-19T00:00:00Z', + end_date: 'Jan 19, 2012', + end_date_format: '2012-01-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224595', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '933', + }, + { + attributes: { + amount: 9954, + begin: '2012-01-17T00:00:00Z', + begin_date: 'Jan 17, 2012', + begin_date_format: '2012-01-17T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-17T00:00:00Z', + end_date: 'Jan 17, 2012', + end_date_format: '2012-01-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224596', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '934', + }, + { + attributes: { + amount: 9943, + begin: '2012-01-13T00:00:00Z', + begin_date: 'Jan 13, 2012', + begin_date_format: '2012-01-13T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-13T00:00:00Z', + end_date: 'Jan 13, 2012', + end_date_format: '2012-01-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224597', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '935', + }, + { + attributes: { + amount: 9948, + begin: '2012-01-12T00:00:00Z', + begin_date: 'Jan 12, 2012', + begin_date_format: '2012-01-12T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-12T00:00:00Z', + end_date: 'Jan 12, 2012', + end_date_format: '2012-01-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224598', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '936', + }, + { + attributes: { + amount: 9943, + begin: '2012-01-12T00:00:00Z', + begin_date: 'Jan 12, 2012', + begin_date_format: '2012-01-12T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-12T00:00:00Z', + end_date: 'Jan 12, 2012', + end_date_format: '2012-01-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224599', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '937', + }, + { + attributes: { + amount: 9949, + begin: '2012-01-12T00:00:00Z', + begin_date: 'Jan 12, 2012', + begin_date_format: '2012-01-12T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-12T00:00:00Z', + end_date: 'Jan 12, 2012', + end_date_format: '2012-01-12T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224600', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '938', + }, + { + attributes: { + amount: 9958, + begin: '2012-01-10T00:00:00Z', + begin_date: 'Jan 10, 2012', + begin_date_format: '2012-01-10T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-10T00:00:00Z', + end_date: 'Jan 10, 2012', + end_date_format: '2012-01-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224601', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '939', + }, + { + attributes: { + amount: 9960, + begin: '2012-01-09T00:00:00Z', + begin_date: 'Jan 9, 2012', + begin_date_format: '2012-01-09T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-09T00:00:00Z', + end_date: 'Jan 9, 2012', + end_date_format: '2012-01-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224602', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '940', + }, + { + attributes: { + amount: 9953, + begin: '2012-01-06T00:00:00Z', + begin_date: 'Jan 6, 2012', + begin_date_format: '2012-01-06T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-06T00:00:00Z', + end_date: 'Jan 6, 2012', + end_date_format: '2012-01-06T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224603', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '941', + }, + { + attributes: { + amount: 9964, + begin: '2012-01-05T00:00:00Z', + begin_date: 'Jan 5, 2012', + begin_date_format: '2012-01-05T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-05T00:00:00Z', + end_date: 'Jan 5, 2012', + end_date_format: '2012-01-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224604', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '942', + }, + { + attributes: { + amount: 9969, + begin: '2012-01-05T00:00:00Z', + begin_date: 'Jan 5, 2012', + begin_date_format: '2012-01-05T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-05T00:00:00Z', + end_date: 'Jan 5, 2012', + end_date_format: '2012-01-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224605', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '943', + }, + { + attributes: { + amount: 9969, + begin: '2012-01-04T00:00:00Z', + begin_date: 'Jan 4, 2012', + begin_date_format: '2012-01-04T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-04T00:00:00Z', + end_date: 'Jan 4, 2012', + end_date_format: '2012-01-04T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224606', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '944', + }, + { + attributes: { + amount: 9975, + begin: '2012-01-03T00:00:00Z', + begin_date: 'Jan 3, 2012', + begin_date_format: '2012-01-03T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-03T00:00:00Z', + end_date: 'Jan 3, 2012', + end_date_format: '2012-01-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224607', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '945', + }, + { + attributes: { + amount: 9979, + begin: '2012-01-03T00:00:00Z', + begin_date: 'Jan 3, 2012', + begin_date_format: '2012-01-03T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-03T00:00:00Z', + end_date: 'Jan 3, 2012', + end_date_format: '2012-01-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224608', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '946', + }, + { + attributes: { + amount: 9971, + begin: '2012-01-03T00:00:00Z', + begin_date: 'Jan 3, 2012', + begin_date_format: '2012-01-03T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-03T00:00:00Z', + end_date: 'Jan 3, 2012', + end_date_format: '2012-01-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224609', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '947', + }, + { + attributes: { + amount: 9975, + begin: '2012-01-03T00:00:00Z', + begin_date: 'Jan 3, 2012', + begin_date_format: '2012-01-03T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-03T00:00:00Z', + end_date: 'Jan 3, 2012', + end_date_format: '2012-01-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224610', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '948', + }, + { + attributes: { + amount: 45302, + begin: '2011-12-29T00:00:00Z', + begin_date: 'Dec 29, 2011', + begin_date_format: '2011-12-29T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-29T00:00:00Z', + end_date: 'Dec 29, 2011', + end_date_format: '2011-12-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224611', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '949', + }, + { + attributes: { + amount: 9978, + begin: '2011-12-28T00:00:00Z', + begin_date: 'Dec 28, 2011', + begin_date_format: '2011-12-28T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-28T00:00:00Z', + end_date: 'Dec 28, 2011', + end_date_format: '2011-12-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224612', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '950', + }, + { + attributes: { + amount: 9985, + begin: '2011-12-28T00:00:00Z', + begin_date: 'Dec 28, 2011', + begin_date_format: '2011-12-28T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-28T00:00:00Z', + end_date: 'Dec 28, 2011', + end_date_format: '2011-12-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224613', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '951', + }, + { + attributes: { + amount: 9981, + begin: '2011-12-19T00:00:00Z', + begin_date: 'Dec 19, 2011', + begin_date_format: '2011-12-19T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-19T00:00:00Z', + end_date: 'Dec 19, 2011', + end_date_format: '2011-12-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224614', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '952', + }, + { + attributes: { + amount: 9987, + begin: '2011-12-19T00:00:00Z', + begin_date: 'Dec 19, 2011', + begin_date_format: '2011-12-19T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-12-19T00:00:00Z', + end_date: 'Dec 19, 2011', + end_date_format: '2011-12-19T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224615', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '953', + }, + { + attributes: { + amount: 9984, + begin: '2011-11-17T00:00:00Z', + begin_date: 'Nov 17, 2011', + begin_date_format: '2011-11-17T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-17T00:00:00Z', + end_date: 'Nov 17, 2011', + end_date_format: '2011-11-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224616', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '954', + }, + { + attributes: { + amount: 72025, + begin: '2011-11-17T00:00:00Z', + begin_date: 'Nov 17, 2011', + begin_date_format: '2011-11-17T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-17T00:00:00Z', + end_date: 'Nov 17, 2011', + end_date_format: '2011-11-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224617', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '955', + }, + { + attributes: { + amount: 39990, + begin: '2011-11-17T00:00:00Z', + begin_date: 'Nov 17, 2011', + begin_date_format: '2011-11-17T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-17T00:00:00Z', + end_date: 'Nov 17, 2011', + end_date_format: '2011-11-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224618', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '956', + }, + { + attributes: { + amount: 9990, + begin: '2011-11-17T00:00:00Z', + begin_date: 'Nov 17, 2011', + begin_date_format: '2011-11-17T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-17T00:00:00Z', + end_date: 'Nov 17, 2011', + end_date_format: '2011-11-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224619', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '957', + }, + { + attributes: { + amount: 9982, + begin: '2011-11-14T00:00:00Z', + begin_date: 'Nov 14, 2011', + begin_date_format: '2011-11-14T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-14T00:00:00Z', + end_date: 'Nov 14, 2011', + end_date_format: '2011-11-14T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224620', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '958', + }, + { + attributes: { + amount: 9984, + begin: '2011-11-09T00:00:00Z', + begin_date: 'Nov 9, 2011', + begin_date_format: '2011-11-09T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-09T00:00:00Z', + end_date: 'Nov 9, 2011', + end_date_format: '2011-11-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224621', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '959', + }, + { + attributes: { + amount: 50105, + begin: '2011-11-09T00:00:00Z', + begin_date: 'Nov 9, 2011', + begin_date_format: '2011-11-09T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-09T00:00:00Z', + end_date: 'Nov 9, 2011', + end_date_format: '2011-11-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224622', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '960', + }, + { + attributes: { + amount: 9977, + begin: '2011-11-04T00:00:00Z', + begin_date: 'Nov 4, 2011', + begin_date_format: '2011-11-04T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-04T00:00:00Z', + end_date: 'Nov 4, 2011', + end_date_format: '2011-11-04T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224623', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '961', + }, + { + attributes: { + amount: 9973, + begin: '2011-10-31T00:00:00Z', + begin_date: 'Oct 31, 2011', + begin_date_format: '2011-10-31T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-31T00:00:00Z', + end_date: 'Oct 31, 2011', + end_date_format: '2011-10-31T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224624', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '962', + }, + { + attributes: { + amount: 9974, + begin: '2011-10-28T00:00:00Z', + begin_date: 'Oct 28, 2011', + begin_date_format: '2011-10-28T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-28T00:00:00Z', + end_date: 'Oct 28, 2011', + end_date_format: '2011-10-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224625', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '963', + }, + { + attributes: { + amount: 9980, + begin: '2011-10-27T00:00:00Z', + begin_date: 'Oct 27, 2011', + begin_date_format: '2011-10-27T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-27T00:00:00Z', + end_date: 'Oct 27, 2011', + end_date_format: '2011-10-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224626', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '964', + }, + { + attributes: { + amount: 9978, + begin: '2011-10-26T00:00:00Z', + begin_date: 'Oct 26, 2011', + begin_date_format: '2011-10-26T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-26T00:00:00Z', + end_date: 'Oct 26, 2011', + end_date_format: '2011-10-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224627', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '965', + }, + { + attributes: { + amount: 9982, + begin: '2011-10-26T00:00:00Z', + begin_date: 'Oct 26, 2011', + begin_date_format: '2011-10-26T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-26T00:00:00Z', + end_date: 'Oct 26, 2011', + end_date_format: '2011-10-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224628', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '966', + }, + { + attributes: { + amount: 9984, + begin: '2011-10-24T00:00:00Z', + begin_date: 'Oct 24, 2011', + begin_date_format: '2011-10-24T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-24T00:00:00Z', + end_date: 'Oct 24, 2011', + end_date_format: '2011-10-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224629', + labels: ['Filing'], + number: 1, + origin_lat: '-1', + origin_lng: '15', + originator_bank: 'Trust Merchant Bank Sarl', + originator_bank_country: 'Congo', + originator_bank_id: 'trust-merchant-bank-sarl', + originator_iso: 'COG', + sar_id: '2905', + }, + id: '967', + }, + { + attributes: { + amount: 49190, + begin: '2012-02-21T00:00:00Z', + begin_date: 'Feb 21, 2012', + begin_date_format: '2012-02-21T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-02-21T00:00:00Z', + end_date: 'Feb 21, 2012', + end_date_format: '2012-02-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224630', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '968', + }, + { + attributes: { + amount: 47565, + begin: '2011-01-18T00:00:00Z', + begin_date: 'Jan 18, 2011', + begin_date_format: '2011-01-18T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-01-18T00:00:00Z', + end_date: 'Jan 18, 2011', + end_date_format: '2011-01-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224631', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '969', + }, + { + attributes: { + amount: 18265, + begin: '2012-01-03T00:00:00Z', + begin_date: 'Jan 3, 2012', + begin_date_format: '2012-01-03T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-03T00:00:00Z', + end_date: 'Jan 3, 2012', + end_date_format: '2012-01-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224632', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '970', + }, + { + attributes: { + amount: 23089, + begin: '2012-01-03T00:00:00Z', + begin_date: 'Jan 3, 2012', + begin_date_format: '2012-01-03T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2012-01-03T00:00:00Z', + end_date: 'Jan 3, 2012', + end_date_format: '2012-01-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224633', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '971', + }, + { + attributes: { + amount: 14143, + begin: '2011-11-28T00:00:00Z', + begin_date: 'Nov 28, 2011', + begin_date_format: '2011-11-28T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-28T00:00:00Z', + end_date: 'Nov 28, 2011', + end_date_format: '2011-11-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224634', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '972', + }, + { + attributes: { + amount: 44840, + begin: '2011-11-21T00:00:00Z', + begin_date: 'Nov 21, 2011', + begin_date_format: '2011-11-21T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-21T00:00:00Z', + end_date: 'Nov 21, 2011', + end_date_format: '2011-11-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224635', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '973', + }, + { + attributes: { + amount: 24357, + begin: '2011-11-15T00:00:00Z', + begin_date: 'Nov 15, 2011', + begin_date_format: '2011-11-15T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-15T00:00:00Z', + end_date: 'Nov 15, 2011', + end_date_format: '2011-11-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224636', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '974', + }, + { + attributes: { + amount: 44840, + begin: '2011-11-10T00:00:00Z', + begin_date: 'Nov 10, 2011', + begin_date_format: '2011-11-10T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-10T00:00:00Z', + end_date: 'Nov 10, 2011', + end_date_format: '2011-11-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224637', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '975', + }, + { + attributes: { + amount: 32650, + begin: '2011-11-10T00:00:00Z', + begin_date: 'Nov 10, 2011', + begin_date_format: '2011-11-10T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-10T00:00:00Z', + end_date: 'Nov 10, 2011', + end_date_format: '2011-11-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224638', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '976', + }, + { + attributes: { + amount: 29690, + begin: '2011-11-04T00:00:00Z', + begin_date: 'Nov 4, 2011', + begin_date_format: '2011-11-04T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-04T00:00:00Z', + end_date: 'Nov 4, 2011', + end_date_format: '2011-11-04T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224639', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '977', + }, + { + attributes: { + amount: 15440, + begin: '2011-11-02T00:00:00Z', + begin_date: 'Nov 2, 2011', + begin_date_format: '2011-11-02T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-11-02T00:00:00Z', + end_date: 'Nov 2, 2011', + end_date_format: '2011-11-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224640', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '978', + }, + { + attributes: { + amount: 32660, + begin: '2011-10-27T00:00:00Z', + begin_date: 'Oct 27, 2011', + begin_date_format: '2011-10-27T00:00:00Z', + beneficiary_bank: 'Habib Bank A G Zurich', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'habib-bank-a-g-zurich-dubaiuae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2011-10-27T00:00:00Z', + end_date: 'Oct 27, 2011', + end_date_format: '2011-10-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224641', + labels: ['Filing'], + number: 1, + origin_lat: '-2', + origin_lng: '30', + originator_bank: 'Finbank', + originator_bank_country: 'Rwanda', + originator_bank_id: 'finbank', + originator_iso: 'RWA', + sar_id: '2905', + }, + id: '979', + }, + { + attributes: { + amount: 2510568.34, + begin: '2015-09-09T00:00:00Z', + begin_date: 'Sep 9, 2015', + begin_date_format: '2015-09-09T00:00:00Z', + beneficiary_bank: 'Ta Chong Bank Limited', + beneficiary_bank_country: 'Taiwan', + beneficiary_bank_id: 'ta-chong-bank-limited-taipei-taiwan-twn', + beneficiary_iso: 'TWN', + beneficiary_lat: '23.5', + beneficiary_lng: '121', + end: '2015-09-09T00:00:00Z', + end_date: 'Sep 9, 2015', + end_date_format: '2015-09-09T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224723', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'DBS Bank', + originator_bank_country: 'China', + originator_bank_id: 'dbs-bank', + originator_iso: 'CHN', + sar_id: '4145', + }, + id: '980', + }, + { + attributes: { + amount: 2499961, + begin: '2015-09-07T00:00:00Z', + begin_date: 'Sep 7, 2015', + begin_date_format: '2015-09-07T00:00:00Z', + beneficiary_bank: 'China Construction Bank Corporation', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'china-construction-bank-corporation-guangdong-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2015-09-28T00:00:00Z', + end_date: 'Sep 28, 2015', + end_date_format: '2015-09-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224724', + labels: ['Filing'], + number: 3, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'CTBC Bank Co Ltd', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'ctbc-bank-co-ltd', + originator_iso: 'HKG', + sar_id: '4145', + }, + id: '981', + }, + { + attributes: { + amount: 2814980, + begin: '2015-09-01T00:00:00Z', + begin_date: 'Sep 1, 2015', + begin_date_format: '2015-09-01T00:00:00Z', + beneficiary_bank: 'Bank of East Asia, Ltd', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'bank-of-east-asia-ltd-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2015-09-10T00:00:00Z', + end_date: 'Sep 10, 2015', + end_date_format: '2015-09-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224725', + labels: ['Filing'], + number: 2, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'DBS Bank', + originator_bank_country: 'China', + originator_bank_id: 'dbs-bank', + originator_iso: 'CHN', + sar_id: '4145', + }, + id: '982', + }, + { + attributes: { + amount: 2860562.43, + begin: '2015-09-11T00:00:00Z', + begin_date: 'Sep 11, 2015', + begin_date_format: '2015-09-11T00:00:00Z', + beneficiary_bank: 'Credit Suisse', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'credit-suisse-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2015-09-11T00:00:00Z', + end_date: 'Sep 11, 2015', + end_date_format: '2015-09-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224726', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'China Merchants Bank', + originator_bank_country: 'China', + originator_bank_id: 'china-merchants-bank', + originator_iso: 'CHN', + sar_id: '4145', + }, + id: '983', + }, + { + attributes: { + amount: 3999629.79, + begin: '2015-09-01T00:00:00Z', + begin_date: 'Sep 1, 2015', + begin_date_format: '2015-09-01T00:00:00Z', + beneficiary_bank: 'Laishang Bank', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'laishang-bank-laiwu-city-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2015-09-17T00:00:00Z', + end_date: 'Sep 17, 2015', + end_date_format: '2015-09-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224727', + labels: ['Filing'], + number: 3, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'DBS Bank', + originator_bank_country: 'China', + originator_bank_id: 'dbs-bank', + originator_iso: 'CHN', + sar_id: '4145', + }, + id: '984', + }, + { + attributes: { + amount: 4920748.22, + begin: '2015-09-21T00:00:00Z', + begin_date: 'Sep 21, 2015', + begin_date_format: '2015-09-21T00:00:00Z', + beneficiary_bank: 'DBS Bank Ltd', + beneficiary_bank_country: 'Singapore', + beneficiary_bank_id: 'dbs-bank-ltd-singapore-sgp', + beneficiary_iso: 'SGP', + beneficiary_lat: '1.3667', + beneficiary_lng: '103.8', + end: '2015-09-21T00:00:00Z', + end_date: 'Sep 21, 2015', + end_date_format: '2015-09-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224728', + labels: ['Filing'], + number: 1, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'HSBC Singapore General Account', + originator_bank_country: 'Singapore', + originator_bank_id: 'hsbc-singapore-general-account', + originator_iso: 'SGP', + sar_id: '4145', + }, + id: '985', + }, + { + attributes: { + amount: 8904547.49, + begin: '2015-09-21T00:00:00Z', + begin_date: 'Sep 21, 2015', + begin_date_format: '2015-09-21T00:00:00Z', + beneficiary_bank: 'Saudi British Bank', + beneficiary_bank_country: 'Saudi Arabia', + beneficiary_bank_id: 'saudi-british-bank-riyadh-saudi-arabia-sau', + beneficiary_iso: 'SAU', + beneficiary_lat: '25', + beneficiary_lng: '45', + end: '2015-09-21T00:00:00Z', + end_date: 'Sep 21, 2015', + end_date_format: '2015-09-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224729', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'Bank of Communications', + originator_bank_country: 'China', + originator_bank_id: 'bank-of-communications', + originator_iso: 'CHN', + sar_id: '4145', + }, + id: '986', + }, + { + attributes: { + amount: 3000000, + begin: '2015-09-18T00:00:00Z', + begin_date: 'Sep 18, 2015', + begin_date_format: '2015-09-18T00:00:00Z', + beneficiary_bank: 'Banque De Commerce Et De Placements S A', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'banque-de-commerce-et-de-placements-s-a-geneva-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2015-09-18T00:00:00Z', + end_date: 'Sep 18, 2015', + end_date_format: '2015-09-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224730', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Standard Chartered Bank', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'standard-chartered-bank', + originator_iso: 'GBR', + sar_id: '4145', + }, + id: '987', + }, + { + attributes: { + amount: 6000000, + begin: '2015-09-03T00:00:00Z', + begin_date: 'Sep 3, 2015', + begin_date_format: '2015-09-03T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'standard-chartered-bank-london-england-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2015-09-03T00:00:00Z', + end_date: 'Sep 3, 2015', + end_date_format: '2015-09-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224731', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Banque De Commerce Et De Placements S A', + originator_bank_country: 'Switzerland', + originator_bank_id: 'banque-de-commerce-et-de-placements-s-a', + originator_iso: 'CHE', + sar_id: '4145', + }, + id: '988', + }, + { + attributes: { + amount: 51117520, + begin: '2015-09-08T00:00:00Z', + begin_date: 'Sep 8, 2015', + begin_date_format: '2015-09-08T00:00:00Z', + beneficiary_bank: 'China Merchants Bank', + beneficiary_bank_country: 'China', + beneficiary_bank_id: 'china-merchants-bank-shenzhen-china-chn', + beneficiary_iso: 'CHN', + beneficiary_lat: '35', + beneficiary_lng: '105', + end: '2015-09-11T00:00:00Z', + end_date: 'Sep 11, 2015', + end_date_format: '2015-09-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224732', + labels: ['Filing'], + number: 3, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'DBS Bank', + originator_bank_country: 'China', + originator_bank_id: 'dbs-bank', + originator_iso: 'CHN', + sar_id: '4145', + }, + id: '989', + }, + { + attributes: { + amount: 68700000, + begin: '2015-09-01T00:00:00Z', + begin_date: 'Sep 1, 2015', + begin_date_format: '2015-09-01T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2015-09-10T00:00:00Z', + end_date: 'Sep 10, 2015', + end_date_format: '2015-09-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224733', + labels: ['Filing'], + number: 7, + origin_lat: '35', + origin_lng: '105', + originator_bank: 'DBS Bank', + originator_bank_country: 'China', + originator_bank_id: 'dbs-bank', + originator_iso: 'CHN', + sar_id: '4145', + }, + id: '990', + }, + { + attributes: { + amount: 1944.97, + begin: '2015-10-16T00:00:00Z', + begin_date: 'Oct 16, 2015', + begin_date_format: '2015-10-16T00:00:00Z', + beneficiary_bank: 'ING Bank NV', + beneficiary_bank_country: 'Spain', + beneficiary_bank_id: 'ing-bank-nv-spain-esp', + beneficiary_iso: 'ESP', + beneficiary_lat: '40', + beneficiary_lng: '-4', + end: '2015-10-16T00:00:00Z', + end_date: 'Oct 16, 2015', + end_date_format: '2015-10-16T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224735', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Lloyds Bank Plc', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'lloyds-bank-plc', + originator_iso: 'GBR', + sar_id: '3894', + }, + id: '991', + }, + { + attributes: { + amount: 76288169, + begin: '2010-11-23T00:00:00Z', + begin_date: 'Nov 23, 2010', + begin_date_format: '2010-11-23T00:00:00Z', + beneficiary_bank: 'Jpm London', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'jpm-london-united-kingdom-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2011-10-21T00:00:00Z', + end_date: 'Oct 21, 2011', + end_date_format: '2011-10-21T00:00:00Z', + filer_org_name: 'JP Morgan Chase & Co.', + filer_org_name_id: 'jp-morgan-chase-co', + id: '224744', + labels: ['Filing'], + number: 5, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Gazprombank', + originator_bank_country: 'Switzerland', + originator_bank_id: 'gazprombank', + originator_iso: 'CHE', + sar_id: '3871', + }, + id: '992', + }, + { + attributes: { + amount: 284.25, + begin: '2012-02-15T00:00:00Z', + begin_date: 'Feb 15, 2012', + begin_date_format: '2012-02-15T00:00:00Z', + beneficiary_bank: 'PNC Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'pnc-bank-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2012-07-11T00:00:00Z', + end_date: 'Jul 11, 2012', + end_date_format: '2012-07-11T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224749', + labels: ['Filing'], + number: 1, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'PNC Bank', + originator_bank_country: 'United States', + originator_bank_id: 'pnc-bank', + originator_iso: 'USA', + sar_id: '2921', + }, + id: '993', + }, + { + attributes: { + amount: 6000, + begin: '2012-06-01T00:00:00Z', + begin_date: 'Jun 1, 2012', + begin_date_format: '2012-06-01T00:00:00Z', + beneficiary_bank: 'PNC Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'pnc-bank-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2012-06-30T00:00:00Z', + end_date: 'Jun 30, 2012', + end_date_format: '2012-06-30T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224750', + labels: ['Filing'], + number: 2, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'PNC Bank', + originator_bank_country: 'United States', + originator_bank_id: 'pnc-bank', + originator_iso: 'USA', + sar_id: '2921', + }, + id: '994', + }, + { + attributes: { + amount: 5000, + begin: '2012-02-15T00:00:00Z', + begin_date: 'Feb 15, 2012', + begin_date_format: '2012-02-15T00:00:00Z', + beneficiary_bank: 'Credit Union Central', + beneficiary_bank_country: 'Canada', + beneficiary_bank_id: 'credit-union-central-british-columbia-can', + beneficiary_iso: 'CAN', + beneficiary_lat: '60', + beneficiary_lng: '-95', + end: '2012-07-11T00:00:00Z', + end_date: 'Jul 11, 2012', + end_date_format: '2012-07-11T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224766', + labels: ['Filing'], + number: 2, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'PNC Bank', + originator_bank_country: 'United States', + originator_bank_id: 'pnc-bank', + originator_iso: 'USA', + sar_id: '2921', + }, + id: '995', + }, + { + attributes: { + amount: 1690, + begin: '2012-05-29T00:00:00Z', + begin_date: 'May 29, 2012', + begin_date_format: '2012-05-29T00:00:00Z', + beneficiary_bank: 'Raifffeisen Banka Ad', + beneficiary_bank_country: 'Serbia', + beneficiary_bank_id: 'raifffeisen-banka-ad-belgrade-serbia-srb', + beneficiary_iso: 'SRB', + beneficiary_lat: '44', + beneficiary_lng: '21', + end: '2012-05-29T00:00:00Z', + end_date: 'May 29, 2012', + end_date_format: '2012-05-29T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224769', + labels: ['Filing'], + number: 1, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'PNC Bank', + originator_bank_country: 'United States', + originator_bank_id: 'pnc-bank', + originator_iso: 'USA', + sar_id: '2921', + }, + id: '996', + }, + { + attributes: { + amount: 2945, + begin: '2012-04-25T00:00:00Z', + begin_date: 'Apr 25, 2012', + begin_date_format: '2012-04-25T00:00:00Z', + beneficiary_bank: 'Ukrsibbank', + beneficiary_bank_country: 'Ukraine', + beneficiary_bank_id: 'ukrsibbank-ukraine-ukr', + beneficiary_iso: 'UKR', + beneficiary_lat: '49', + beneficiary_lng: '32', + end: '2012-04-25T00:00:00Z', + end_date: 'Apr 25, 2012', + end_date_format: '2012-04-25T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224771', + labels: ['Filing'], + number: 1, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'PNC Bank', + originator_bank_country: 'United States', + originator_bank_id: 'pnc-bank', + originator_iso: 'USA', + sar_id: '2921', + }, + id: '997', + }, + { + attributes: { + amount: 6025, + begin: '2012-06-26T00:00:00Z', + begin_date: 'Jun 26, 2012', + begin_date_format: '2012-06-26T00:00:00Z', + beneficiary_bank: 'PNC Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'pnc-bank-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2012-06-26T00:00:00Z', + end_date: 'Jun 26, 2012', + end_date_format: '2012-06-26T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224781', + labels: ['Filing'], + number: 1, + origin_lat: '53', + origin_lng: '-8', + originator_bank: 'Aib Allied Irish Bank', + originator_bank_country: 'Ireland', + originator_bank_id: 'aib-allied-irish-bank', + originator_iso: 'IRL', + sar_id: '2921', + }, + id: '998', + }, + { + attributes: { + amount: 5100, + begin: '2012-06-18T00:00:00Z', + begin_date: 'Jun 18, 2012', + begin_date_format: '2012-06-18T00:00:00Z', + beneficiary_bank: 'PNC Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'pnc-bank-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2012-06-18T00:00:00Z', + end_date: 'Jun 18, 2012', + end_date_format: '2012-06-18T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224785', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Raifffeisen', + originator_bank_country: 'Switzerland', + originator_bank_id: 'raifffeisen', + originator_iso: 'CHE', + sar_id: '2921', + }, + id: '999', + }, + { + attributes: { + amount: 5100, + begin: '2012-06-15T00:00:00Z', + begin_date: 'Jun 15, 2012', + begin_date_format: '2012-06-15T00:00:00Z', + beneficiary_bank: 'PNC Bank', + beneficiary_bank_country: 'United States', + beneficiary_bank_id: 'pnc-bank-usa-usa', + beneficiary_iso: 'USA', + beneficiary_lat: '38', + beneficiary_lng: '-97', + end: '2012-06-15T00:00:00Z', + end_date: 'Jun 15, 2012', + end_date_format: '2012-06-15T00:00:00Z', + filer_org_name: 'The PNC Financial Services Group, Inc', + filer_org_name_id: 'the-pnc-financial-services-group-inc', + id: '224787', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Raifffeisen', + originator_bank_country: 'Switzerland', + originator_bank_id: 'raifffeisen', + originator_iso: 'CHE', + sar_id: '2921', + }, + id: '1000', + }, + { + attributes: { + amount: 4975, + begin: '2014-02-27T00:00:00Z', + begin_date: 'Feb 27, 2014', + begin_date_format: '2014-02-27T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-07-11T00:00:00Z', + end_date: 'Jul 11, 2014', + end_date_format: '2014-07-11T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224810', + labels: ['Filing'], + number: 5, + origin_lat: '-27', + origin_lng: '133', + originator_bank: 'National Australia Bank Limited', + originator_bank_country: 'Australia', + originator_bank_id: 'national-australia-bank-limited', + originator_iso: 'AUS', + sar_id: '4011', + }, + id: '1001', + }, + { + attributes: { + amount: 5122, + begin: '2014-05-02T00:00:00Z', + begin_date: 'May 2, 2014', + begin_date_format: '2014-05-02T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-05-08T00:00:00Z', + end_date: 'May 8, 2014', + end_date_format: '2014-05-08T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224811', + labels: ['Filing'], + number: 3, + origin_lat: '62', + origin_lng: '15', + originator_bank: 'Skandinaviska Enskilda Banken', + originator_bank_country: 'Sweden', + originator_bank_id: 'skandinaviska-enskilda-banken', + originator_iso: 'SWE', + sar_id: '4011', + }, + id: '1002', + }, + { + attributes: { + amount: 5140, + begin: '2014-07-07T00:00:00Z', + begin_date: 'Jul 7, 2014', + begin_date_format: '2014-07-07T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-07-16T00:00:00Z', + end_date: 'Jul 16, 2014', + end_date_format: '2014-07-16T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224812', + labels: ['Filing'], + number: 2, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'HSBC Bank Plc', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'hsbc-bank-plc', + originator_iso: 'GBR', + sar_id: '4011', + }, + id: '1003', + }, + { + attributes: { + amount: 7651.2, + begin: '2014-02-19T00:00:00Z', + begin_date: 'Feb 19, 2014', + begin_date_format: '2014-02-19T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-07-08T00:00:00Z', + end_date: 'Jul 8, 2014', + end_date_format: '2014-07-08T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224813', + labels: ['Filing'], + number: 6, + origin_lat: '52.5', + origin_lng: '5.75', + originator_bank: 'Rabobank Nederland', + originator_bank_country: 'Netherlands', + originator_bank_id: 'rabobank-nederland', + originator_iso: 'NLD', + sar_id: '4011', + }, + id: '1004', + }, + { + attributes: { + amount: 8460, + begin: '2014-03-25T00:00:00Z', + begin_date: 'Mar 25, 2014', + begin_date_format: '2014-03-25T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-05-19T00:00:00Z', + end_date: 'May 19, 2014', + end_date_format: '2014-05-19T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224814', + labels: ['Filing'], + number: 3, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'JPMorgan Chase Bank Na', + originator_bank_country: 'United States', + originator_bank_id: 'jpmorgan-chase-bank-na', + originator_iso: 'USA', + sar_id: '4011', + }, + id: '1005', + }, + { + attributes: { + amount: 14495, + begin: '2014-04-09T00:00:00Z', + begin_date: 'Apr 9, 2014', + begin_date_format: '2014-04-09T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-08-22T00:00:00Z', + end_date: 'Aug 22, 2014', + end_date_format: '2014-08-22T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224815', + labels: ['Filing'], + number: 3, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'Bank of America N A', + originator_bank_country: 'United States', + originator_bank_id: 'bank-of-america-n-a', + originator_iso: 'USA', + sar_id: '4011', + }, + id: '1006', + }, + { + attributes: { + amount: 19810, + begin: '2014-02-27T00:00:00Z', + begin_date: 'Feb 27, 2014', + begin_date_format: '2014-02-27T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-06-23T00:00:00Z', + end_date: 'Jun 23, 2014', + end_date_format: '2014-06-23T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224816', + labels: ['Filing'], + number: 4, + origin_lat: '56', + origin_lng: '10', + originator_bank: 'Danske Bank A S', + originator_bank_country: 'Denmark', + originator_bank_id: 'danske-bank-a-s', + originator_iso: 'DNK', + sar_id: '4011', + }, + id: '1007', + }, + { + attributes: { + amount: 36331.44, + begin: '2014-05-29T00:00:00Z', + begin_date: 'May 29, 2014', + begin_date_format: '2014-05-29T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-07-21T00:00:00Z', + end_date: 'Jul 21, 2014', + end_date_format: '2014-07-21T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224817', + labels: ['Filing'], + number: 4, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'HSBC Bank Plc', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'hsbc-bank-plc', + originator_iso: 'GBR', + sar_id: '4011', + }, + id: '1008', + }, + { + attributes: { + amount: 71375, + begin: '2014-02-19T00:00:00Z', + begin_date: 'Feb 19, 2014', + begin_date_format: '2014-02-19T00:00:00Z', + beneficiary_bank: 'Standard Chartered Bank', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'standard-chartered-bank-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2014-08-22T00:00:00Z', + end_date: 'Aug 22, 2014', + end_date_format: '2014-08-22T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224818', + labels: ['Filing'], + number: 11, + origin_lat: '38', + origin_lng: '-97', + originator_bank: 'Citibank', + originator_bank_country: 'United States', + originator_bank_id: 'citibank', + originator_iso: 'USA', + sar_id: '4011', + }, + id: '1009', + }, + { + attributes: { + amount: 747469.53, + begin: '2014-06-16T00:00:00Z', + begin_date: 'Jun 16, 2014', + begin_date_format: '2014-06-16T00:00:00Z', + beneficiary_bank: 'JPMorgan Chase Bank', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'jpmorgan-chase-bank-london-england-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2014-06-16T00:00:00Z', + end_date: 'Jun 16, 2014', + end_date_format: '2014-06-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224860', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Credit Suisse AG', + originator_bank_country: 'Switzerland', + originator_bank_id: 'credit-suisse-ag', + originator_iso: 'CHE', + sar_id: '3884', + }, + id: '1010', + }, + { + attributes: { + amount: 57138.86, + begin: '2014-09-02T00:00:00Z', + begin_date: 'Sep 2, 2014', + begin_date_format: '2014-09-02T00:00:00Z', + beneficiary_bank: 'VTB Bank', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'vtb-bank-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2014-09-02T00:00:00Z', + end_date: 'Sep 2, 2014', + end_date_format: '2014-09-02T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224861', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '3884', + }, + id: '1011', + }, + { + attributes: { + amount: 5084496.08, + begin: '2014-06-26T00:00:00Z', + begin_date: 'Jun 26, 2014', + begin_date_format: '2014-06-26T00:00:00Z', + beneficiary_bank: 'Savings Bank of The Russian', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'savings-bank-of-the-russian-st-petersburg-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2014-10-10T00:00:00Z', + end_date: 'Oct 10, 2014', + end_date_format: '2014-10-10T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224862', + labels: ['Filing'], + number: 9, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '3884', + }, + id: '1012', + }, + { + attributes: { + amount: 6575259, + begin: '2015-09-16T00:00:00Z', + begin_date: 'Sep 16, 2015', + begin_date_format: '2015-09-16T00:00:00Z', + beneficiary_bank: 'PT Bank Windu Kentjana International', + beneficiary_bank_country: 'Indonesia', + beneficiary_bank_id: 'pt-bank-windu-kentjana-international-indonesia-idn', + beneficiary_iso: 'IDN', + beneficiary_lat: '-5', + beneficiary_lng: '120', + end: '2015-10-09T00:00:00Z', + end_date: 'Oct 9, 2015', + end_date_format: '2015-10-09T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224866', + labels: ['Filing'], + number: 3, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '3873', + }, + id: '1013', + }, + { + attributes: { + amount: 14634005, + begin: '2015-09-03T00:00:00Z', + begin_date: 'Sep 3, 2015', + begin_date_format: '2015-09-03T00:00:00Z', + beneficiary_bank: 'PT Bank Windu Kentjana International', + beneficiary_bank_country: 'Indonesia', + beneficiary_bank_id: 'pt-bank-windu-kentjana-international-indonesia-idn', + beneficiary_iso: 'IDN', + beneficiary_lat: '-5', + beneficiary_lng: '120', + end: '2015-10-08T00:00:00Z', + end_date: 'Oct 8, 2015', + end_date_format: '2015-10-08T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224867', + labels: ['Filing'], + number: 6, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '3873', + }, + id: '1014', + }, + { + attributes: { + amount: 29062740, + begin: '2015-09-04T00:00:00Z', + begin_date: 'Sep 4, 2015', + begin_date_format: '2015-09-04T00:00:00Z', + beneficiary_bank: 'PT Bank Windu Kentjana International', + beneficiary_bank_country: 'Indonesia', + beneficiary_bank_id: 'pt-bank-windu-kentjana-international-indonesia-idn', + beneficiary_iso: 'IDN', + beneficiary_lat: '-5', + beneficiary_lng: '120', + end: '2015-10-22T00:00:00Z', + end_date: 'Oct 22, 2015', + end_date_format: '2015-10-22T00:00:00Z', + filer_org_name: 'Deutsche Bank AG', + filer_org_name_id: 'deutsche-bank-ag', + id: '224868', + labels: ['Filing'], + number: 10, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Deutsche Bank AG', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'deutsche-bank-ag', + originator_iso: 'GBR', + sar_id: '3873', + }, + id: '1015', + }, + { + attributes: { + amount: 16190000, + begin: '2012-03-27T00:00:00Z', + begin_date: 'Mar 27, 2012', + begin_date_format: '2012-03-27T00:00:00Z', + beneficiary_bank: 'Union Bank of Nigeria Ltd', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'union-bank-of-nigeria-ltd-london-uk-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2013-02-06T00:00:00Z', + end_date: 'Feb 6, 2013', + end_date_format: '2013-02-06T00:00:00Z', + filer_org_name: 'Standard Chartered Plc', + filer_org_name_id: 'standard-chartered-plc', + id: '224961', + labels: ['Filing'], + number: 6, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Fbn Bank UK Ltd', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'fbn-bank-uk-ltd', + originator_iso: 'GBR', + sar_id: '3721', + }, + id: '1016', + }, + { + attributes: { + amount: 3179386.3, + begin: '2013-08-20T00:00:00Z', + begin_date: 'Aug 20, 2013', + begin_date_format: '2013-08-20T00:00:00Z', + beneficiary_bank: 'Turkiye Vakiflar Bankasi T.A.O. ', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'turkiye-vakiflar-bankasi-tao-ankara-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2014-04-15T00:00:00Z', + end_date: 'Apr 15, 2014', + end_date_format: '2014-04-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224979', + labels: ['Filing'], + number: 17, + origin_lat: '-6', + origin_lng: '35', + originator_bank: 'Fbme Bank Limited', + originator_bank_country: 'Tanzania', + originator_bank_id: 'fbme-bank-limited', + originator_iso: 'TZA', + sar_id: '2424', + }, + id: '1017', + }, + { + attributes: { + amount: 3200000, + begin: '2013-10-24T00:00:00Z', + begin_date: 'Oct 24, 2013', + begin_date_format: '2013-10-24T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2013-10-24T00:00:00Z', + end_date: 'Oct 24, 2013', + end_date_format: '2013-10-24T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224980', + labels: ['Filing'], + number: 1, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Fbme Bank Ltd', + originator_bank_country: 'Cyprus', + originator_bank_id: 'fbme-bank-ltd', + originator_iso: 'CYP', + sar_id: '2424', + }, + id: '1018', + }, + { + attributes: { + amount: 3450000, + begin: '2013-10-25T00:00:00Z', + begin_date: 'Oct 25, 2013', + begin_date_format: '2013-10-25T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-02-21T00:00:00Z', + end_date: 'Feb 21, 2014', + end_date_format: '2014-02-21T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224981', + labels: ['Filing'], + number: 6, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Fbme Bank Ltd', + originator_bank_country: 'Cyprus', + originator_bank_id: 'fbme-bank-ltd', + originator_iso: 'CYP', + sar_id: '2424', + }, + id: '1019', + }, + { + attributes: { + amount: 4347170.88, + begin: '2013-08-09T00:00:00Z', + begin_date: 'Aug 9, 2013', + begin_date_format: '2013-08-09T00:00:00Z', + beneficiary_bank: 'Fbme Bank Ltd', + beneficiary_bank_country: 'Cyprus', + beneficiary_bank_id: 'fbme-bank-ltd-nicosia-cyprus-cyp', + beneficiary_iso: 'CYP', + beneficiary_lat: '35', + beneficiary_lng: '33', + end: '2014-07-11T00:00:00Z', + end_date: 'Jul 11, 2014', + end_date_format: '2014-07-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224982', + labels: ['Filing'], + number: 57, + origin_lat: '49', + origin_lng: '32', + originator_bank: 'International Invest Bank', + originator_bank_country: 'Ukraine', + originator_bank_id: 'international-invest-bank', + originator_iso: 'UKR', + sar_id: '2424', + }, + id: '1020', + }, + { + attributes: { + amount: 5800000, + begin: '2014-06-25T00:00:00Z', + begin_date: 'Jun 25, 2014', + begin_date_format: '2014-06-25T00:00:00Z', + beneficiary_bank: 'Fbme Bank Ltd', + beneficiary_bank_country: 'Cyprus', + beneficiary_bank_id: 'fbme-bank-ltd-nicosia-cyprus-cyp', + beneficiary_iso: 'CYP', + beneficiary_lat: '35', + beneficiary_lng: '33', + end: '2014-06-25T00:00:00Z', + end_date: 'Jun 25, 2014', + end_date_format: '2014-06-25T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224983', + labels: ['Filing'], + number: 1, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Baltinvestbank', + originator_bank_country: 'Russia', + originator_bank_id: 'baltinvestbank', + originator_iso: 'RUS', + sar_id: '2424', + }, + id: '1021', + }, + { + attributes: { + amount: 7615000, + begin: '2014-03-19T00:00:00Z', + begin_date: 'Mar 19, 2014', + begin_date_format: '2014-03-19T00:00:00Z', + beneficiary_bank: 'Fbme Bank Ltd', + beneficiary_bank_country: 'Cyprus', + beneficiary_bank_id: 'fbme-bank-ltd-nicosia-cyprus-cyp', + beneficiary_iso: 'CYP', + beneficiary_lat: '35', + beneficiary_lng: '33', + end: '2014-07-03T00:00:00Z', + end_date: 'Jul 3, 2014', + end_date_format: '2014-07-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224985', + labels: ['Filing'], + number: 5, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Alfabank', + originator_bank_country: 'Russia', + originator_bank_id: 'alfabank', + originator_iso: 'RUS', + sar_id: '2424', + }, + id: '1022', + }, + { + attributes: { + amount: 8691138.52, + begin: '2013-08-26T00:00:00Z', + begin_date: 'Aug 26, 2013', + begin_date_format: '2013-08-26T00:00:00Z', + beneficiary_bank: 'Banque De Commerce Et De Placements S A', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'banque-de-commerce-et-de-placements-s-a-geneva-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-07-16T00:00:00Z', + end_date: 'Jul 16, 2014', + end_date_format: '2014-07-16T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224986', + labels: ['Filing'], + number: 5, + origin_lat: '35', + origin_lng: '33', + originator_bank: 'Fbme Bank Ltd', + originator_bank_country: 'Cyprus', + originator_bank_id: 'fbme-bank-ltd', + originator_iso: 'CYP', + sar_id: '2424', + }, + id: '1023', + }, + { + attributes: { + amount: 10000000, + begin: '2014-03-27T00:00:00Z', + begin_date: 'Mar 27, 2014', + begin_date_format: '2014-03-27T00:00:00Z', + beneficiary_bank: 'Fbme Bank Ltd', + beneficiary_bank_country: 'Cyprus', + beneficiary_bank_id: 'fbme-bank-ltd-nicosia-cyprus-cyp', + beneficiary_iso: 'CYP', + beneficiary_lat: '35', + beneficiary_lng: '33', + end: '2014-03-27T00:00:00Z', + end_date: 'Mar 27, 2014', + end_date_format: '2014-03-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224987', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Banque De Commerce Et De Placements S A', + originator_bank_country: 'Switzerland', + originator_bank_id: 'banque-de-commerce-et-de-placements-s-a', + originator_iso: 'CHE', + sar_id: '2424', + }, + id: '1024', + }, + { + attributes: { + amount: 10000000, + begin: '2014-03-27T00:00:00Z', + begin_date: 'Mar 27, 2014', + begin_date_format: '2014-03-27T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'credit-suisse-ag-london-england-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2014-03-27T00:00:00Z', + end_date: 'Mar 27, 2014', + end_date_format: '2014-03-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224988', + labels: ['Filing'], + number: 1, + origin_lat: '-6', + origin_lng: '35', + originator_bank: 'Fbme Bank Ltd', + originator_bank_country: 'Tanzania', + originator_bank_id: 'fbme-bank-ltd', + originator_iso: 'TZA', + sar_id: '2424', + }, + id: '1025', + }, + { + attributes: { + amount: 347300, + begin: '2014-04-01T00:00:00Z', + begin_date: 'Apr 1, 2014', + begin_date_format: '2014-04-01T00:00:00Z', + beneficiary_bank: 'Deutsche Bank AG', + beneficiary_bank_country: 'United Kingdom', + beneficiary_bank_id: 'deutsche-bank-ag-londo-england-gbr', + beneficiary_iso: 'GBR', + beneficiary_lat: '54', + beneficiary_lng: '-2', + end: '2014-05-23T00:00:00Z', + end_date: 'May 23, 2014', + end_date_format: '2014-05-23T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224990', + labels: ['Filing'], + number: 10, + origin_lat: '52', + origin_lng: '20', + originator_bank: 'Kredyt Bank SA', + originator_bank_country: 'Poland', + originator_bank_id: 'kredyt-bank-sa', + originator_iso: 'POL', + sar_id: '3246', + }, + id: '1026', + }, + { + attributes: { + amount: 3250000, + begin: '2013-02-07T00:00:00Z', + begin_date: 'Feb 7, 2013', + begin_date_format: '2013-02-07T00:00:00Z', + beneficiary_bank: 'Uralsib Bank OAO', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'uralsib-bank-oao-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2013-02-15T00:00:00Z', + end_date: 'Feb 15, 2013', + end_date_format: '2013-02-15T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224993', + labels: ['Filing'], + number: 4, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2390', + }, + id: '1027', + }, + { + attributes: { + amount: 1190000, + begin: '2013-01-07T00:00:00Z', + begin_date: 'Jan 7, 2013', + begin_date_format: '2013-01-07T00:00:00Z', + beneficiary_bank: 'Piraeus Bank Ad Beograd', + beneficiary_bank_country: 'Serbia', + beneficiary_bank_id: 'piraeus-bank-ad-beograd-beograd-serbia-srb', + beneficiary_iso: 'SRB', + beneficiary_lat: '44', + beneficiary_lng: '21', + end: '2013-01-07T00:00:00Z', + end_date: 'Jan 7, 2013', + end_date_format: '2013-01-07T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224994', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2390', + }, + id: '1028', + }, + { + attributes: { + amount: 1507007.31, + begin: '2013-01-09T00:00:00Z', + begin_date: 'Jan 9, 2013', + begin_date_format: '2013-01-09T00:00:00Z', + beneficiary_bank: 'The National Bank of Ras Al-Khaimah', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'the-national-bank-of-ras-al-khaimah-ras-al-khaimah-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + end: '2013-03-18T00:00:00Z', + end_date: 'Mar 18, 2013', + end_date_format: '2013-03-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224995', + labels: ['Filing'], + number: 7, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2390', + }, + id: '1029', + }, + { + attributes: { + amount: 1541912.9, + beneficiary_bank: 'The National Bank of Ras Al-Khaimah', + beneficiary_bank_country: 'United Arab Emirates', + beneficiary_bank_id: 'the-national-bank-of-ras-al-khaimah-uae-are', + beneficiary_iso: 'ARE', + beneficiary_lat: '24', + beneficiary_lng: '54', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224996', + labels: ['Filing'], + number: 6, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2390', + }, + id: '1030', + }, + { + attributes: { + amount: 1549402.5, + begin: '2013-01-14T00:00:00Z', + begin_date: 'Jan 14, 2013', + begin_date_format: '2013-01-14T00:00:00Z', + beneficiary_bank: 'ABN Amro Bank N.V.', + beneficiary_bank_country: 'Netherlands', + beneficiary_bank_id: 'abn-amro-bank-nv-netherlands-nld', + beneficiary_iso: 'NLD', + beneficiary_lat: '52.5', + beneficiary_lng: '5.75', + end: '2013-03-28T00:00:00Z', + end_date: 'Mar 28, 2013', + end_date_format: '2013-03-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224997', + labels: ['Filing'], + number: 9, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2390', + }, + id: '1031', + }, + { + attributes: { + amount: 1673339.38, + begin: '2013-01-17T00:00:00Z', + begin_date: 'Jan 17, 2013', + begin_date_format: '2013-01-17T00:00:00Z', + beneficiary_bank: 'JSC Norvik Banka', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'jsc-norvik-banka-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2013-01-17T00:00:00Z', + end_date: 'Jan 17, 2013', + end_date_format: '2013-01-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224998', + labels: ['Filing'], + number: 1, + origin_lat: '54', + origin_lng: '-2', + originator_bank: 'Cs', + originator_bank_country: 'United Kingdom', + originator_bank_id: 'cs', + originator_iso: 'GBR', + sar_id: '2390', + }, + id: '1032', + }, + { + attributes: { + amount: 1820895.54, + begin: '2013-01-18T00:00:00Z', + begin_date: 'Jan 18, 2013', + begin_date_format: '2013-01-18T00:00:00Z', + beneficiary_bank: 'DBS Bank(Taiwan) Ltd', + beneficiary_bank_country: 'Taiwan', + beneficiary_bank_id: 'dbs-banktaiwan-ltd-taipei-taiwan-twn', + beneficiary_iso: 'TWN', + beneficiary_lat: '23.5', + beneficiary_lng: '121', + end: '2013-03-18T00:00:00Z', + end_date: 'Mar 18, 2013', + end_date_format: '2013-03-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '224999', + labels: ['Filing'], + number: 7, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2390', + }, + id: '1033', + }, + { + attributes: { + amount: 2345700, + begin: '2013-03-11T00:00:00Z', + begin_date: 'Mar 11, 2013', + begin_date_format: '2013-03-11T00:00:00Z', + beneficiary_bank: 'JSC Norvik Banka', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'jsc-norvik-banka-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2013-03-11T00:00:00Z', + end_date: 'Mar 11, 2013', + end_date_format: '2013-03-11T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225000', + labels: ['Filing'], + number: 1, + origin_lat: '48', + origin_lng: '68', + originator_bank: 'Temir Bank ', + originator_bank_country: 'Kazakhstan', + originator_bank_id: 'temir-bank', + originator_iso: 'KAZ', + sar_id: '2390', + }, + id: '1034', + }, + { + attributes: { + amount: 3551414.54, + begin: '2013-01-08T00:00:00Z', + begin_date: 'Jan 8, 2013', + begin_date_format: '2013-01-08T00:00:00Z', + beneficiary_bank: 'JSC Norvik Banka', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'jsc-norvik-banka-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2013-03-26T00:00:00Z', + end_date: 'Mar 26, 2013', + end_date_format: '2013-03-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225001', + labels: ['Filing'], + number: 7, + origin_lat: '24', + origin_lng: '54', + originator_bank: 'National Bank of Ras Al-Khaimah', + originator_bank_country: 'United Arab Emirates', + originator_bank_id: 'national-bank-of-ras-al-khaimah', + originator_iso: 'ARE', + sar_id: '2390', + }, + id: '1035', + }, + { + attributes: { + amount: 7065572, + begin: '2013-01-09T00:00:00Z', + begin_date: 'Jan 9, 2013', + begin_date_format: '2013-01-09T00:00:00Z', + beneficiary_bank: 'Sberbank of Russia', + beneficiary_bank_country: 'Russia', + beneficiary_bank_id: 'sberbank-of-russia-moscow-russia-rus', + beneficiary_iso: 'RUS', + beneficiary_lat: '60', + beneficiary_lng: '100', + end: '2013-03-29T00:00:00Z', + end_date: 'Mar 29, 2013', + end_date_format: '2013-03-29T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225002', + labels: ['Filing'], + number: 39, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2390', + }, + id: '1036', + }, + { + attributes: { + amount: 55000, + begin: '2015-02-13T00:00:00Z', + begin_date: 'Feb 13, 2015', + begin_date_format: '2015-02-13T00:00:00Z', + beneficiary_bank: 'Turkiye Cummuriyeti Ziraat Bankasi', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'turkiye-cummuriyeti-ziraat-bankasi-ankara-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2015-02-13T00:00:00Z', + end_date: 'Feb 13, 2015', + end_date_format: '2015-02-13T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225012', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Rietumu Banka JSC', + originator_bank_country: 'Latvia', + originator_bank_id: 'rietumu-banka-jsc', + originator_iso: 'LVA', + sar_id: '2746', + }, + id: '1037', + }, + { + attributes: { + amount: 99247, + begin: '2014-10-20T00:00:00Z', + begin_date: 'Oct 20, 2014', + begin_date_format: '2014-10-20T00:00:00Z', + beneficiary_bank: 'Canara Bank', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'canara-bank-new-delhi-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2014-10-20T00:00:00Z', + end_date: 'Oct 20, 2014', + end_date_format: '2014-10-20T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225015', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'ABLV Bank', + originator_bank_country: 'Latvia', + originator_bank_id: 'ablv-bank', + originator_iso: 'LVA', + sar_id: '2746', + }, + id: '1038', + }, + { + attributes: { + amount: 200000, + begin: '2014-11-12T00:00:00Z', + begin_date: 'Nov 12, 2014', + begin_date_format: '2014-11-12T00:00:00Z', + beneficiary_bank: 'Bank of Maharashtra', + beneficiary_bank_country: 'India', + beneficiary_bank_id: 'bank-of-maharashtra-new-delhi-india-ind', + beneficiary_iso: 'IND', + beneficiary_lat: '20', + beneficiary_lng: '77', + end: '2015-02-18T00:00:00Z', + end_date: 'Feb 18, 2015', + end_date_format: '2015-02-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225016', + labels: ['Filing'], + number: 3, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Rietumu Banka JSC', + originator_bank_country: 'Latvia', + originator_bank_id: 'rietumu-banka-jsc', + originator_iso: 'LVA', + sar_id: '2746', + }, + id: '1039', + }, + { + attributes: { + amount: 202517.58, + begin: '2014-12-02T00:00:00Z', + begin_date: 'Dec 2, 2014', + begin_date_format: '2014-12-02T00:00:00Z', + beneficiary_bank: 'Asya Katilim Bankasi A.S.', + beneficiary_bank_country: 'Turkey', + beneficiary_bank_id: 'asya-katilim-bankasi-as-istanbul-turkey-tur', + beneficiary_iso: 'TUR', + beneficiary_lat: '39', + beneficiary_lng: '35', + end: '2014-12-03T00:00:00Z', + end_date: 'Dec 3, 2014', + end_date_format: '2014-12-03T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225017', + labels: ['Filing'], + number: 2, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'Rietumu Banka JSC', + originator_bank_country: 'Latvia', + originator_bank_id: 'rietumu-banka-jsc', + originator_iso: 'LVA', + sar_id: '2746', + }, + id: '1040', + }, + { + attributes: { + amount: 400000, + begin: '2014-11-07T00:00:00Z', + begin_date: 'Nov 7, 2014', + begin_date_format: '2014-11-07T00:00:00Z', + beneficiary_bank: 'AB DNB Bankas', + beneficiary_bank_country: 'Lithuania', + beneficiary_bank_id: 'ab-dnb-bankas-vilnius-lithuania-ltu', + beneficiary_iso: 'LTU', + beneficiary_lat: '56', + beneficiary_lng: '24', + end: '2015-02-18T00:00:00Z', + end_date: 'Feb 18, 2015', + end_date_format: '2015-02-18T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225018', + labels: ['Filing'], + number: 2, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'JSC Norvik Banka', + originator_bank_country: 'Latvia', + originator_bank_id: 'jsc-norvik-banka', + originator_iso: 'LVA', + sar_id: '2746', + }, + id: '1041', + }, + { + attributes: { + amount: 1262566.75, + begin: '2014-11-14T00:00:00Z', + begin_date: 'Nov 14, 2014', + begin_date_format: '2014-11-14T00:00:00Z', + beneficiary_bank: 'JSC Norvik Banka', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'jsc-norvik-banka-riga-lv-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2015-02-17T00:00:00Z', + end_date: 'Feb 17, 2015', + end_date_format: '2015-02-17T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225019', + labels: ['Filing'], + number: 7, + origin_lat: '52', + origin_lng: '20', + originator_bank: 'ING Bank Slaski S.A.', + originator_bank_country: 'Poland', + originator_bank_id: 'ing-bank-slaski-sa', + originator_iso: 'POL', + sar_id: '2746', + }, + id: '1042', + }, + { + attributes: { + amount: 705000, + begin: '2014-06-27T00:00:00Z', + begin_date: 'Jun 27, 2014', + begin_date_format: '2014-06-27T00:00:00Z', + beneficiary_bank: 'EFG Bank', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'efg-bank-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-06-27T00:00:00Z', + end_date: 'Jun 27, 2014', + end_date_format: '2014-06-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225020', + labels: ['Filing'], + number: 1, + origin_lat: '47', + origin_lng: '8', + originator_bank: 'Credit Suisse AG', + originator_bank_country: 'Switzerland', + originator_bank_id: 'credit-suisse-ag', + originator_iso: 'CHE', + sar_id: '2746', + }, + id: '1043', + }, + { + attributes: { + amount: 7896772.43, + begin: '2014-06-16T00:00:00Z', + begin_date: 'Jun 16, 2014', + begin_date_format: '2014-06-16T00:00:00Z', + beneficiary_bank: 'EFG Bank', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'efg-bank-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2014-08-26T00:00:00Z', + end_date: 'Aug 26, 2014', + end_date_format: '2014-08-26T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225021', + labels: ['Filing'], + number: 35, + origin_lat: '60', + origin_lng: '100', + originator_bank: 'Sberbank of Russia', + originator_bank_country: 'Russia', + originator_bank_id: 'sberbank-of-russia', + originator_iso: 'RUS', + sar_id: '2746', + }, + id: '1044', + }, + { + attributes: { + amount: 1706554.16, + begin: '2015-01-25T00:00:00Z', + begin_date: 'Jan 25, 2015', + begin_date_format: '2015-01-25T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2015-02-27T00:00:00Z', + end_date: 'Feb 27, 2015', + end_date_format: '2015-02-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225038', + labels: ['Filing'], + number: 4, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'AS Expobank', + originator_bank_country: 'Latvia', + originator_bank_id: 'as-expobank', + originator_iso: 'LVA', + sar_id: '2457', + }, + id: '1045', + }, + { + attributes: { + amount: 2000000, + begin: '2015-01-27T00:00:00Z', + begin_date: 'Jan 27, 2015', + begin_date_format: '2015-01-27T00:00:00Z', + beneficiary_bank: 'Credit Suisse AG', + beneficiary_bank_country: 'Switzerland', + beneficiary_bank_id: 'credit-suisse-ag-zurich-switzerland-che', + beneficiary_iso: 'CHE', + beneficiary_lat: '47', + beneficiary_lng: '8', + end: '2015-01-27T00:00:00Z', + end_date: 'Jan 27, 2015', + end_date_format: '2015-01-27T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225039', + labels: ['Filing'], + number: 1, + origin_lat: '57', + origin_lng: '25', + originator_bank: 'AS Expobank', + originator_bank_country: 'Latvia', + originator_bank_id: 'as-expobank', + originator_iso: 'LVA', + sar_id: '2457', + }, + id: '1046', + }, + { + attributes: { + amount: 2774000, + begin: '2015-01-12T00:00:00Z', + begin_date: 'Jan 12, 2015', + begin_date_format: '2015-01-12T00:00:00Z', + beneficiary_bank: 'AS Expobank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'as-expobank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2015-02-05T00:00:00Z', + end_date: 'Feb 5, 2015', + end_date_format: '2015-02-05T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225040', + labels: ['Filing'], + number: 4, + origin_lat: '27', + origin_lng: '30', + originator_bank: 'Albaraka Bank Egypt', + originator_bank_country: 'Egypt', + originator_bank_id: 'albaraka-bank-egypt', + originator_iso: 'EGY', + sar_id: '2457', + }, + id: '1047', + }, + { + attributes: { + amount: 3000000, + begin: '2015-01-28T00:00:00Z', + begin_date: 'Jan 28, 2015', + begin_date_format: '2015-01-28T00:00:00Z', + beneficiary_bank: 'AS Expobank', + beneficiary_bank_country: 'Latvia', + beneficiary_bank_id: 'as-expobank-riga-latvia-lva', + beneficiary_iso: 'LVA', + beneficiary_lat: '57', + beneficiary_lng: '25', + end: '2015-01-28T00:00:00Z', + end_date: 'Jan 28, 2015', + end_date_format: '2015-01-28T00:00:00Z', + filer_org_name: 'The Bank of New York Mellon Corp.', + filer_org_name_id: 'the-bank-of-new-york-mellon-corp', + id: '225041', + labels: ['Filing'], + number: 1, + origin_lat: '1.3667', + origin_lng: '103.8', + originator_bank: 'Credit Suisse Ag, Singapore Branch', + originator_bank_country: 'Singapore', + originator_bank_id: 'credit-suisse-ag-singapore-branch', + originator_iso: 'SGP', + sar_id: '2457', + }, + id: '1048', + }, + ], + }, + type: 'nodelink', + }, +}; + +export const fincenFilingBenefitsEntityWithSameOriginatorQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: '2480d0187dd8d121a0fd714289736e7c', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'BENEFITS', + }, + from: '4966', + id: '34779', + to: '6088', + }, + { + attributes: { + Type: 'ORIGINATOR', + }, + from: '4966', + id: '40734', + to: '6088', + }, + ], + nodes: [ + { + attributes: { + amount: 665000, + begin: '2010-11-26T00:00:00Z', + begin_date: 'Nov 26, 2010', + begin_date_format: '2010-11-26T00:00:00Z', + beneficiary_bank: 'HSBC Hong Kong', + beneficiary_bank_country: 'Hong Kong', + beneficiary_bank_id: 'hsbc-hong-kong-hkg', + beneficiary_iso: 'HKG', + beneficiary_lat: '22.25', + beneficiary_lng: '114.1667', + end: '2010-11-26T00:00:00Z', + end_date: 'Nov 26, 2010', + end_date_format: '2010-11-26T00:00:00Z', + filer_org_name: 'HSBC Holdings Plc', + filer_org_name_id: 'hsbc-holdings-plc', + id: '243296', + labels: ['Filing'], + number: 1, + origin_lat: '22.25', + origin_lng: '114.1667', + originator_bank: 'HSBC Hong Kong', + originator_bank_country: 'Hong Kong', + originator_bank_id: 'hsbc-hong-kong-hkg', + originator_iso: 'HKG', + sar_id: '3146', + }, + id: '4966', + }, + { + attributes: { + id: 'hsbc-hong-kong-hkg', + labels: ['Entity'], + location: { + SpatialRefId: 4326, + X: 114.1667, + Y: 22.25, + }, + name: 'HSBC', + }, + id: '6088', + }, + ], + }, + type: 'nodelink', + }, +}; + + +/** + * !!! Three step query !!! + */ +export const fincenFilingBenefitsEntityInCountryQueryResult = fincenFilingBenefitsEntityInCountryQueryResultPayload.result.payload; +export const fincenEntityInCountryQueryResult = fincenEntityInCountryQueryResultPayload.result.payload; +export const fincenFilingFromBangkokBenefitsBangkokQueryResult = fincenFilingFromBangkokBenefitsBangkokQueryResultPayload.result.payload; +export const fincenFilingBenefitsEntityWithSameOriginatorQueryResult = + fincenFilingBenefitsEntityWithSameOriginatorQueryResultPayload.result.payload; diff --git a/libs/shared/lib/mock-data/query-result/index.ts b/libs/shared/lib/mock-data/query-result/index.ts index 925f1f6ce..9aa18d665 100644 --- a/libs/shared/lib/mock-data/query-result/index.ts +++ b/libs/shared/lib/mock-data/query-result/index.ts @@ -5,3 +5,6 @@ export * from './mockQueryResults'; export * from './smallFlightsQueryResults'; export * from './mockMobilityQueryResult'; export * from './typesMockQueryResults'; +export * from './recommendationQueryResult'; +export * from './fincenQueryResults'; +export * from './slackQueryResults'; diff --git a/libs/shared/lib/mock-data/query-result/mockQueryResults.ts b/libs/shared/lib/mock-data/query-result/mockQueryResults.ts index ab4ca988e..33daae17e 100644 --- a/libs/shared/lib/mock-data/query-result/mockQueryResults.ts +++ b/libs/shared/lib/mock-data/query-result/mockQueryResults.ts @@ -4,13 +4,14 @@ * © Copyright Utrecht University (Department of Information and Computing Sciences) */ + /* istanbul ignore file */ /* The comment above was added so the code coverage wouldn't count this file towards code coverage. * We do not test mock data. * See testing plan for more details.*/ /** Mock elements used for testing the query results. */ -export const mockQueryResults = { +export const mockFlightDataQueryResults = { newYorkResponse: `{"type":"query_result","values":{"edges":null,"nodes":[{"id":"airports/LGA","_key":"LGA","_rev":"_cPz8242-AK","attributes":{"city":"New York","country":"USA","lat":40.77724306,"long":-73.87260917,"name":"LaGuardia","state":"NY","vip":false}},{"id":"airports/JRB","_key":"JRB","_rev":"_cPz824y--S","attributes":{"city":"New York","country":"USA","lat":40.70121361,"long":-74.00902833,"name":"Downtown Manhattan/Wall St. Heliport","state":"NY","vip":false}},{"id":"airports/JRA","_key":"JRA","_rev":"_cPz824y--Q","attributes":{"city":"New York","country":"USA","lat":40.75454583,"long":-74.00708389,"name":"Port Authority-W 30th St Midtown Heliport","state":"NY","vip":false}},{"id":"airports/JFK","_key":"JFK","_rev":"_cPz824u-Ai","attributes":{"city":"New York","country":"USA","lat":40.63975111,"long":-73.77892556,"name":"John F Kennedy Intl","state":"NY","vip":true}},{"id":"airports/6N7","_key":"6N7","_rev":"_cPz8232--u","attributes":{"city":"New York","country":"USA","lat":40.73399083,"long":-73.97291639,"name":"New York Skyports Inc. SPB","state":"NY","vip":false}},{"id":"airports/6N5","_key":"6N5","_rev":"_cPz8232--s","attributes":{"city":"New York","country":"USA","lat":40.74260167,"long":-73.97208306,"name":"E 34th St Heliport","state":"NY","vip":false}}]}}`, newYorkParsedResponse: { nodes: [ diff --git a/libs/shared/lib/mock-data/query-result/recommendationQueryResult.ts b/libs/shared/lib/mock-data/query-result/recommendationQueryResult.ts new file mode 100644 index 000000000..5cb36d507 --- /dev/null +++ b/libs/shared/lib/mock-data/query-result/recommendationQueryResult.ts @@ -0,0 +1,3300 @@ +/* istanbul ignore file */ +/* The comment above was added so the code coverage wouldn't count this file towards code coverage. + * We do not test mock data. + * See testing plan for more details.*/ + +import { GraphQueryResultFromBackend, GraphQueryResultFromBackendPayload } from '../../data-access/store/graphQueryResultSlice'; + +export const recommendationPersonWroteMovieQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: '59bba9a165c3f8cd327d24a07741be14', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'WROTE', + }, + from: '28', + id: '39', + to: '15', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '36', + id: '47', + to: '29', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '45', + id: '59', + to: '37', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '72', + id: '109', + to: '81', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '109', + id: '144', + to: '105', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '6', + id: '161', + to: '116', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '5', + id: '160', + to: '116', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '6', + id: '172', + to: '121', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '5', + id: '171', + to: '121', + }, + { + attributes: { + Type: 'WROTE', + }, + from: '156', + id: '224', + to: '154', + }, + ], + nodes: [ + { + attributes: { + labels: ['Movie'], + released: 1992, + tagline: + "In the heart of the nation's capital, in a courthouse of the U.S. government, one man will stop at nothing to keep his honor, and one will stop at nothing to find the truth.", + title: 'A Few Good Men', + votes: 352, + }, + id: '15', + }, + { + attributes: { + born: 1961, + labels: ['Person'], + name: 'Aaron Sorkin', + }, + id: '28', + }, + { + attributes: { + labels: ['Movie'], + released: 1986, + tagline: 'I feel the need, the need for speed.', + title: 'Top Gun', + votes: 419, + }, + id: '29', + }, + { + attributes: { + born: 1941, + labels: ['Person'], + name: 'Jim Cash', + }, + id: '36', + }, + { + attributes: { + labels: ['Movie'], + released: 2000, + tagline: 'The rest of his life begins now.', + title: 'Jerry Maguire', + votes: 105, + }, + id: '37', + }, + { + attributes: { + born: 1957, + labels: ['Person'], + name: 'Cameron Crowe', + }, + id: '45', + }, + { + attributes: { + labels: ['Movie'], + released: 1998, + tagline: 'Can two friends sleep together and still love each other in the morning?', + title: 'When Harry Met Sally', + votes: 29, + }, + id: '81', + }, + { + attributes: { + born: 1941, + labels: ['Person'], + name: 'Nora Ephron', + }, + id: '72', + }, + { + attributes: { + labels: ['Movie'], + released: 2012, + tagline: 'Everything is connected', + title: 'Cloud Atlas', + votes: 108, + }, + id: '105', + }, + { + attributes: { + born: 1969, + labels: ['Person'], + name: 'David Mitchell', + }, + id: '109', + }, + { + attributes: { + labels: ['Movie'], + released: 2006, + tagline: 'Freedom! Forever!', + title: 'V for Vendetta', + votes: 26, + }, + id: '116', + }, + { + attributes: { + born: 1965, + labels: ['Person'], + name: 'Lana Wachowski', + }, + id: '6', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'Lilly Wachowski', + }, + id: '5', + }, + { + attributes: { + labels: ['Movie'], + released: 2008, + tagline: 'Speed has no limits', + title: 'Speed Racer', + votes: 29, + }, + id: '121', + }, + { + attributes: { + labels: ['Movie'], + released: 2003, + title: "Something's Gotta Give", + votes: 54, + }, + id: '154', + }, + { + attributes: { + born: 1949, + labels: ['Person'], + name: 'Nancy Meyers', + }, + id: '156', + }, + ], + }, + type: 'nodelink', + }, +}; + +export const recommendationPersonProducedMovieQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: '0460e95747c82626300e2d99d9e72642', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'PRODUCED', + }, + from: '7', + id: '6', + to: '0', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '7', + id: '14', + to: '9', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '7', + id: '21', + to: '10', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '45', + id: '58', + to: '37', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '72', + id: '108', + to: '81', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '27', + id: '107', + to: '81', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '110', + id: '145', + to: '105', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '6', + id: '158', + to: '116', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '5', + id: '157', + to: '116', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '7', + id: '159', + to: '116', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '7', + id: '173', + to: '121', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '6', + id: '180', + to: '128', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '7', + id: '181', + to: '128', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '5', + id: '179', + to: '128', + }, + { + attributes: { + Type: 'PRODUCED', + }, + from: '156', + id: '223', + to: '154', + }, + ], + nodes: [ + { + attributes: { + born: 1952, + labels: ['Person'], + name: 'Joel Silver', + }, + id: '7', + }, + { + attributes: { + labels: ['Movie'], + released: 1999, + tagline: 'Welcome to the Real World', + title: 'The Matrix', + votes: 4928, + }, + id: '0', + }, + { + attributes: { + labels: ['Movie'], + released: 2003, + tagline: 'Free your mind', + title: 'The Matrix Reloaded', + votes: 1457, + }, + id: '9', + }, + { + attributes: { + labels: ['Movie'], + released: 2003, + tagline: 'Everything that has a beginning has an end', + title: 'The Matrix Revolutions', + votes: 1168, + }, + id: '10', + }, + { + attributes: { + born: 1957, + labels: ['Person'], + name: 'Cameron Crowe', + }, + id: '45', + }, + { + attributes: { + labels: ['Movie'], + released: 2000, + tagline: 'The rest of his life begins now.', + title: 'Jerry Maguire', + votes: 105, + }, + id: '37', + }, + { + attributes: { + born: 1941, + labels: ['Person'], + name: 'Nora Ephron', + }, + id: '72', + }, + { + attributes: { + labels: ['Movie'], + released: 1998, + tagline: 'Can two friends sleep together and still love each other in the morning?', + title: 'When Harry Met Sally', + votes: 29, + }, + id: '81', + }, + { + attributes: { + born: 1947, + labels: ['Person'], + name: 'Rob Reiner', + }, + id: '27', + }, + { + attributes: { + born: 1961, + labels: ['Person'], + name: 'Stefan Arndt', + }, + id: '110', + }, + { + attributes: { + labels: ['Movie'], + released: 2012, + tagline: 'Everything is connected', + title: 'Cloud Atlas', + votes: 108, + }, + id: '105', + }, + { + attributes: { + born: 1965, + labels: ['Person'], + name: 'Lana Wachowski', + }, + id: '6', + }, + { + attributes: { + labels: ['Movie'], + released: 2006, + tagline: 'Freedom! Forever!', + title: 'V for Vendetta', + votes: 26, + }, + id: '116', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'Lilly Wachowski', + }, + id: '5', + }, + { + attributes: { + labels: ['Movie'], + released: 2008, + tagline: 'Speed has no limits', + title: 'Speed Racer', + votes: 29, + }, + id: '121', + }, + { + attributes: { + labels: ['Movie'], + released: 2009, + tagline: 'Prepare to enter a secret world of assassins', + title: 'Ninja Assassin', + votes: 14, + }, + id: '128', + }, + { + attributes: { + born: 1949, + labels: ['Person'], + name: 'Nancy Meyers', + }, + id: '156', + }, + { + attributes: { + labels: ['Movie'], + released: 2003, + title: "Something's Gotta Give", + votes: 54, + }, + id: '154', + }, + ], + }, + type: 'nodelink', + }, +}; + +export const recommendationPersonActedInMovieQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: 'd04101e52731631ae42481c5cc62009c', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'ACTED_IN', + roles: ['Emil'], + }, + from: '8', + id: '7', + to: '0', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Agent Smith'], + }, + from: '4', + id: '3', + to: '0', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Morpheus'], + }, + from: '3', + id: '2', + to: '0', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Trinity'], + }, + from: '2', + id: '1', + to: '0', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Neo'], + }, + from: '1', + id: '0', + to: '0', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Agent Smith'], + }, + from: '4', + id: '11', + to: '9', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Morpheus'], + }, + from: '3', + id: '10', + to: '9', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Trinity'], + }, + from: '2', + id: '9', + to: '9', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Neo'], + }, + from: '1', + id: '8', + to: '9', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Agent Smith'], + }, + from: '4', + id: '18', + to: '10', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Morpheus'], + }, + from: '3', + id: '17', + to: '10', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Trinity'], + }, + from: '2', + id: '16', + to: '10', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Neo'], + }, + from: '1', + id: '15', + to: '10', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['John Milton'], + }, + from: '13', + id: '24', + to: '11', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Mary Ann Lomax'], + }, + from: '12', + id: '23', + to: '11', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Kevin Lomax'], + }, + from: '1', + id: '22', + to: '11', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Pfc. Louden Downey'], + }, + from: '25', + id: '35', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Lt. Sam Weinberg'], + }, + from: '23', + id: '33', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Lt. Col. Matthew Andrew Markinson'], + }, + from: '24', + id: '34', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Man in Bar'], + }, + from: '28', + id: '37', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Cpl. Carl Hammaker'], + }, + from: '22', + id: '32', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dr. Stone'], + }, + from: '26', + id: '36', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Cpl. Jeffrey Barnes'], + }, + from: '21', + id: '31', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Lt. Jonathan Kendrick'], + }, + from: '20', + id: '30', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Capt. Jack Ross'], + }, + from: '19', + id: '29', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Lt. Cdr. JoAnne Galloway'], + }, + from: '18', + id: '28', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Col. Nathan R. Jessup'], + }, + from: '17', + id: '27', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Lt. Daniel Kaffee'], + }, + from: '16', + id: '26', + to: '15', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Iceman'], + }, + from: '31', + id: '42', + to: '29', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Carole'], + }, + from: '34', + id: '45', + to: '29', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Viper'], + }, + from: '33', + id: '44', + to: '29', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Charlie'], + }, + from: '30', + id: '41', + to: '29', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Maverick'], + }, + from: '16', + id: '40', + to: '29', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Goose'], + }, + from: '32', + id: '43', + to: '29', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Frank Cushman'], + }, + from: '40', + id: '52', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Laurel Boyd'], + }, + from: '42', + id: '54', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Bob Sugar'], + }, + from: '41', + id: '53', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Rod Tidwell'], + }, + from: '22', + id: '49', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Ray Boyd'], + }, + from: '44', + id: '56', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dorothy Boyd'], + }, + from: '38', + id: '50', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Avery Bishop'], + }, + from: '39', + id: '51', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Marcee Tidwell'], + }, + from: '43', + id: '55', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jerry Maguire'], + }, + from: '16', + id: '48', + to: '37', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Vern Tessio'], + }, + from: '40', + id: '62', + to: '46', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Chris Chambers'], + }, + from: '47', + id: '61', + to: '46', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Mr. Lachance'], + }, + from: '51', + id: '66', + to: '46', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Gordie Lachance'], + }, + from: '49', + id: '60', + to: '46', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Ace Merrill'], + }, + from: '20', + id: '65', + to: '46', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Denny Lachance'], + }, + from: '50', + id: '64', + to: '46', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Teddy Duchamp'], + }, + from: '48', + id: '63', + to: '46', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Carol Connelly'], + }, + from: '53', + id: '69', + to: '52', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Melvin Udall'], + }, + from: '17', + id: '68', + to: '52', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Frank Sachs'], + }, + from: '22', + id: '71', + to: '52', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Simon Bishop'], + }, + from: '54', + id: '70', + to: '52', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Chris Nielsen'], + }, + from: '60', + id: '73', + to: '56', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Albert Lewis'], + }, + from: '22', + id: '74', + to: '56', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['The Tracker'], + }, + from: '58', + id: '76', + to: '56', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['The Face'], + }, + from: '59', + id: '77', + to: '56', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Annie Collins-Nielsen'], + }, + from: '57', + id: '75', + to: '56', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Ishmael Chambers'], + }, + from: '63', + id: '79', + to: '62', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Kazuo Miyamoto'], + }, + from: '64', + id: '80', + to: '62', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Nels Gudmundsson'], + }, + from: '58', + id: '81', + to: '62', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Judge Fielding'], + }, + from: '65', + id: '82', + to: '62', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Joe Fox'], + }, + from: '71', + id: '84', + to: '67', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Patricia Eden'], + }, + from: '68', + id: '87', + to: '67', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Frank Navasky'], + }, + from: '54', + id: '86', + to: '67', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Kathleen Kelly'], + }, + from: '34', + id: '85', + to: '67', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['George Pappas'], + }, + from: '70', + id: '89', + to: '67', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Kevin Jackson'], + }, + from: '69', + id: '88', + to: '67', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Annie Reed'], + }, + from: '34', + id: '92', + to: '73', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Greg'], + }, + from: '76', + id: '95', + to: '73', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Sam Baldwin'], + }, + from: '71', + id: '91', + to: '73', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Walter'], + }, + from: '75', + id: '94', + to: '73', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Suzy'], + }, + from: '74', + id: '93', + to: '73', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Becky'], + }, + from: '77', + id: '96', + to: '73', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Joe Banks'], + }, + from: '71', + id: '98', + to: '78', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Baw'], + }, + from: '80', + id: '100', + to: '78', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['DeDe', 'Angelica Graynamore', 'Patricia Graynamore'], + }, + from: '34', + id: '99', + to: '78', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Marie'], + }, + from: '83', + id: '104', + to: '81', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Harry Burns'], + }, + from: '82', + id: '102', + to: '81', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jess'], + }, + from: '84', + id: '105', + to: '81', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Sally Albright'], + }, + from: '34', + id: '103', + to: '81', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Mr. White'], + }, + from: '71', + id: '110', + to: '85', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Faye Dolan'], + }, + from: '86', + id: '111', + to: '85', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Tina'], + }, + from: '12', + id: '112', + to: '85', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Annabelle Farrell'], + }, + from: '88', + id: '115', + to: '87', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Shane Falco'], + }, + from: '1', + id: '114', + to: '87', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Clifford Franklin'], + }, + from: '90', + id: '117', + to: '87', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jimmy McGinty'], + }, + from: '89', + id: '116', + to: '87', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Squad Leader'], + }, + from: '94', + id: '121', + to: '92', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Duane'], + }, + from: '70', + id: '122', + to: '92', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dieter Dengler'], + }, + from: '93', + id: '120', + to: '92', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Admiral'], + }, + from: '51', + id: '119', + to: '92', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Armand Goldman'], + }, + from: '60', + id: '124', + to: '95', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Albert Goldman'], + }, + from: '80', + id: '125', + to: '95', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Sen. Kevin Keeley'], + }, + from: '89', + id: '126', + to: '95', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Bill Munny'], + }, + from: '99', + id: '129', + to: '97', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Little Bill Daggett'], + }, + from: '89', + id: '130', + to: '97', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['English Bob'], + }, + from: '98', + id: '128', + to: '97', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['J-Bone'], + }, + from: '103', + id: '135', + to: '100', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jane'], + }, + from: '102', + id: '134', + to: '100', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Johnny Mnemonic'], + }, + from: '1', + id: '132', + to: '100', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Takahashi'], + }, + from: '101', + id: '133', + to: '100', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Zachry', 'Dr. Henry Goose', 'Isaac Sachs', 'Dermot Hoggins'], + }, + from: '71', + id: '137', + to: '105', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Vyvyan Ayrs', 'Captain Molyneux', 'Timothy Cavendish'], + }, + from: '107', + id: '140', + to: '105', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Luisa Rey', 'Jocasta Ayrs', 'Ovid', 'Meronym'], + }, + from: '106', + id: '139', + to: '105', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Bill Smoke', 'Haskell Moore', 'Tadeusz Kesselring', 'Nurse Noakes', 'Boardman Mephi', 'Old Georgie'], + }, + from: '4', + id: '138', + to: '105', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dr. Robert Langdon'], + }, + from: '71', + id: '146', + to: '111', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Sir Leight Teabing'], + }, + from: '112', + id: '147', + to: '111', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Sophie Neveu'], + }, + from: '113', + id: '148', + to: '111', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Silas'], + }, + from: '114', + id: '149', + to: '111', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['High Chancellor Adam Sutler'], + }, + from: '119', + id: '154', + to: '116', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Eric Finch'], + }, + from: '118', + id: '153', + to: '116', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Evey Hammond'], + }, + from: '117', + id: '152', + to: '116', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['V'], + }, + from: '4', + id: '151', + to: '116', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dascomb'], + }, + from: '120', + id: '155', + to: '116', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Speed Racer'], + }, + from: '122', + id: '162', + to: '121', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Taejo Togokahn'], + }, + from: '127', + id: '167', + to: '121', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Trixie'], + }, + from: '126', + id: '166', + to: '121', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Cass Jones'], + }, + from: '120', + id: '168', + to: '121', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Mom'], + }, + from: '124', + id: '164', + to: '121', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Pops'], + }, + from: '123', + id: '163', + to: '121', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Racer X'], + }, + from: '125', + id: '165', + to: '121', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Raizo'], + }, + from: '127', + id: '174', + to: '128', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Ryan Maslow'], + }, + from: '120', + id: '177', + to: '128', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Takeshi'], + }, + from: '64', + id: '176', + to: '128', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Mika Coretti'], + }, + from: '129', + id: '175', + to: '128', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['"Wild Bill" Wharton'], + }, + from: '133', + id: '187', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jan Edgecomb'], + }, + from: '42', + id: '185', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Melinda Moores'], + }, + from: '135', + id: '189', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Warden Hal Moores'], + }, + from: '65', + id: '186', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Paul Edgecomb'], + }, + from: '71', + id: '182', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['John Coffey'], + }, + from: '131', + id: '183', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Brutus "Brutal" Howell'], + }, + from: '132', + id: '184', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Burt Hammersmith'], + }, + from: '134', + id: '188', + to: '130', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['James Reston, Jr.'], + }, + from: '133', + id: '195', + to: '137', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['David Frost'], + }, + from: '139', + id: '192', + to: '137', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Richard Nixon'], + }, + from: '138', + id: '191', + to: '137', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Bob Zelnick'], + }, + from: '140', + id: '194', + to: '137', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jack Brennan'], + }, + from: '19', + id: '193', + to: '137', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Peter "Pete" Connelly'], + }, + from: '143', + id: '200', + to: '141', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Robert "Bobby" Ciaro'], + }, + from: '142', + id: '198', + to: '141', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Frank Fitzsimmons'], + }, + from: '24', + id: '199', + to: '141', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Hoffa'], + }, + from: '17', + id: '197', + to: '141', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jim Lovell'], + }, + from: '71', + id: '202', + to: '144', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Gene Kranz'], + }, + from: '145', + id: '204', + to: '144', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Ken Mattingly'], + }, + from: '134', + id: '206', + to: '144', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jack Swigert'], + }, + from: '19', + id: '203', + to: '144', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Fred Haise'], + }, + from: '146', + id: '205', + to: '144', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dr. Jo Harding'], + }, + from: '53', + id: '209', + to: '147', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Bill Harding'], + }, + from: '146', + id: '208', + to: '147', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dustin "Dusty" Davis'], + }, + from: '148', + id: '211', + to: '147', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Eddie'], + }, + from: '94', + id: '210', + to: '147', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Kelly Frears'], + }, + from: '53', + id: '214', + to: '150', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Chuck Noland'], + }, + from: '71', + id: '213', + to: '150', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Martini'], + }, + from: '142', + id: '217', + to: '152', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Randle McMurphy'], + }, + from: '17', + id: '216', + to: '152', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Julian Mercer'], + }, + from: '1', + id: '221', + to: '154', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Erica Barry'], + }, + from: '155', + id: '220', + to: '154', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Harry Sanborn'], + }, + from: '17', + id: '219', + to: '154', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Andrew Marin'], + }, + from: '60', + id: '225', + to: '157', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Rupert Burns'], + }, + from: '140', + id: '226', + to: '157', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Joanne Herring'], + }, + from: '160', + id: '229', + to: '159', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Rep. Charlie Wilson'], + }, + from: '71', + id: '228', + to: '159', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Gust Avrakotos'], + }, + from: '148', + id: '230', + to: '159', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Hero Boy', 'Father', 'Conductor', 'Hobo', 'Scrooge', 'Santa Claus'], + }, + from: '71', + id: '232', + to: '161', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Jimmy Dugan'], + }, + from: '71', + id: '234', + to: '162', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['"All the Way" Mae Mordabito'], + }, + from: '163', + id: '238', + to: '162', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Doris Murphy'], + }, + from: '77', + id: '237', + to: '162', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Dottie Hinson'], + }, + from: '164', + id: '235', + to: '162', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Bob Hinson'], + }, + from: '146', + id: '239', + to: '162', + }, + { + attributes: { + Type: 'ACTED_IN', + roles: ['Kit Keller'], + }, + from: '165', + id: '236', + to: '162', + }, + ], + nodes: [ + { + attributes: { + labels: ['Movie'], + released: 1999, + tagline: 'Welcome to the Real World', + title: 'The Matrix', + votes: 4928, + }, + id: '0', + }, + { + attributes: { + born: 1978, + labels: ['Person'], + name: 'Emil Eifrem', + }, + id: '8', + }, + { + attributes: { + born: 1960, + labels: ['Person'], + name: 'Hugo Weaving', + }, + id: '4', + }, + { + attributes: { + born: 1961, + labels: ['Person'], + name: 'Laurence Fishburne', + }, + id: '3', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'Carrie-Anne Moss', + }, + id: '2', + }, + { + attributes: { + born: 1964, + labels: ['Person'], + name: 'Keanu Reeves', + }, + id: '1', + }, + { + attributes: { + labels: ['Movie'], + released: 2003, + tagline: 'Free your mind', + title: 'The Matrix Reloaded', + votes: 1457, + }, + id: '9', + }, + { + attributes: { + labels: ['Movie'], + released: 2003, + tagline: 'Everything that has a beginning has an end', + title: 'The Matrix Revolutions', + votes: 1168, + }, + id: '10', + }, + { + attributes: { + labels: ['Movie'], + released: 1997, + tagline: 'Evil has its winning ways', + title: "The Devil's Advocate", + votes: 184, + }, + id: '11', + }, + { + attributes: { + born: 1940, + labels: ['Person'], + name: 'Al Pacino', + }, + id: '13', + }, + { + attributes: { + born: 1975, + labels: ['Person'], + name: 'Charlize Theron', + }, + id: '12', + }, + { + attributes: { + labels: ['Movie'], + released: 1992, + tagline: + "In the heart of the nation's capital, in a courthouse of the U.S. government, one man will stop at nothing to keep his honor, and one will stop at nothing to find the truth.", + title: 'A Few Good Men', + votes: 352, + }, + id: '15', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'James Marshall', + }, + id: '25', + }, + { + attributes: { + born: 1957, + labels: ['Person'], + name: 'Kevin Pollak', + }, + id: '23', + }, + { + attributes: { + born: 1943, + labels: ['Person'], + name: 'J.T. Walsh', + }, + id: '24', + }, + { + attributes: { + born: 1961, + labels: ['Person'], + name: 'Aaron Sorkin', + }, + id: '28', + }, + { + attributes: { + born: 1968, + labels: ['Person'], + name: 'Cuba Gooding Jr.', + }, + id: '22', + }, + { + attributes: { + born: 1948, + labels: ['Person'], + name: 'Christopher Guest', + }, + id: '26', + }, + { + attributes: { + born: 1971, + labels: ['Person'], + name: 'Noah Wyle', + }, + id: '21', + }, + { + attributes: { + born: 1966, + labels: ['Person'], + name: 'Kiefer Sutherland', + }, + id: '20', + }, + { + attributes: { + born: 1958, + labels: ['Person'], + name: 'Kevin Bacon', + }, + id: '19', + }, + { + attributes: { + born: 1962, + labels: ['Person'], + name: 'Demi Moore', + }, + id: '18', + }, + { + attributes: { + born: 1937, + labels: ['Person'], + name: 'Jack Nicholson', + }, + id: '17', + }, + { + attributes: { + born: 1962, + labels: ['Person'], + name: 'Tom Cruise', + }, + id: '16', + }, + { + attributes: { + labels: ['Movie'], + released: 1986, + tagline: 'I feel the need, the need for speed.', + title: 'Top Gun', + votes: 419, + }, + id: '29', + }, + { + attributes: { + born: 1959, + labels: ['Person'], + name: 'Val Kilmer', + }, + id: '31', + }, + { + attributes: { + born: 1961, + labels: ['Person'], + name: 'Meg Ryan', + }, + id: '34', + }, + { + attributes: { + born: 1933, + labels: ['Person'], + name: 'Tom Skerritt', + }, + id: '33', + }, + { + attributes: { + born: 1957, + labels: ['Person'], + name: 'Kelly McGillis', + }, + id: '30', + }, + { + attributes: { + born: 1962, + labels: ['Person'], + name: 'Anthony Edwards', + }, + id: '32', + }, + { + attributes: { + labels: ['Movie'], + released: 2000, + tagline: 'The rest of his life begins now.', + title: 'Jerry Maguire', + votes: 105, + }, + id: '37', + }, + { + attributes: { + born: 1974, + labels: ['Person'], + name: "Jerry O'Connell", + }, + id: '40', + }, + { + attributes: { + born: 1961, + labels: ['Person'], + name: 'Bonnie Hunt', + }, + id: '42', + }, + { + attributes: { + born: 1970, + labels: ['Person'], + name: 'Jay Mohr', + }, + id: '41', + }, + { + attributes: { + born: 1996, + labels: ['Person'], + name: 'Jonathan Lipnicki', + }, + id: '44', + }, + { + attributes: { + born: 1969, + labels: ['Person'], + name: 'Renee Zellweger', + }, + id: '38', + }, + { + attributes: { + born: 1962, + labels: ['Person'], + name: 'Kelly Preston', + }, + id: '39', + }, + { + attributes: { + born: 1971, + labels: ['Person'], + name: 'Regina King', + }, + id: '43', + }, + { + attributes: { + labels: ['Movie'], + released: 1986, + tagline: + "For some, it's the last real taste of innocence, and the first real taste of life. But for everyone, it's the time that memories are made of.", + title: 'Stand By Me', + votes: 51, + }, + id: '46', + }, + { + attributes: { + born: 1970, + labels: ['Person'], + name: 'River Phoenix', + }, + id: '47', + }, + { + attributes: { + born: 1942, + labels: ['Person'], + name: 'Marshall Bell', + }, + id: '51', + }, + { + attributes: { + born: 1972, + labels: ['Person'], + name: 'Wil Wheaton', + }, + id: '49', + }, + { + attributes: { + born: 1966, + labels: ['Person'], + name: 'John Cusack', + }, + id: '50', + }, + { + attributes: { + born: 1971, + labels: ['Person'], + name: 'Corey Feldman', + }, + id: '48', + }, + { + attributes: { + labels: ['Movie'], + released: 1997, + tagline: 'A comedy from the heart that goes for the throat.', + title: 'As Good as It Gets', + votes: 85, + }, + id: '52', + }, + { + attributes: { + born: 1963, + labels: ['Person'], + name: 'Helen Hunt', + }, + id: '53', + }, + { + attributes: { + born: 1963, + labels: ['Person'], + name: 'Greg Kinnear', + }, + id: '54', + }, + { + attributes: { + labels: ['Movie'], + released: 1998, + tagline: 'After life there is more. The end is just the beginning.', + title: 'What Dreams May Come', + votes: 32, + }, + id: '56', + }, + { + attributes: { + born: 1951, + labels: ['Person'], + name: 'Robin Williams', + }, + id: '60', + }, + { + attributes: { + born: 1929, + labels: ['Person'], + name: 'Max von Sydow', + }, + id: '58', + }, + { + attributes: { + born: 1942, + labels: ['Person'], + name: 'Werner Herzog', + }, + id: '59', + }, + { + attributes: { + born: 1960, + labels: ['Person'], + name: 'Annabella Sciorra', + }, + id: '57', + }, + { + attributes: { + labels: ['Movie'], + released: 1999, + tagline: 'First loves last. Forever.', + title: 'Snow Falling on Cedars', + votes: 51, + }, + id: '62', + }, + { + attributes: { + born: 1970, + labels: ['Person'], + name: 'Ethan Hawke', + }, + id: '63', + }, + { + attributes: { + born: 1971, + labels: ['Person'], + name: 'Rick Yune', + }, + id: '64', + }, + { + attributes: { + born: 1940, + labels: ['Person'], + name: 'James Cromwell', + }, + id: '65', + }, + { + attributes: { + labels: ['Movie'], + released: 1998, + tagline: 'At odds in life... in love on-line.', + title: "You've Got Mail", + votes: 41, + }, + id: '67', + }, + { + attributes: { + born: 1956, + labels: ['Person'], + name: 'Tom Hanks', + }, + id: '71', + }, + { + attributes: { + born: 1968, + labels: ['Person'], + name: 'Parker Posey', + }, + id: '68', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'Steve Zahn', + }, + id: '70', + }, + { + attributes: { + born: 1973, + labels: ['Person'], + name: 'Dave Chappelle', + }, + id: '69', + }, + { + attributes: { + labels: ['Movie'], + released: 1993, + tagline: 'What if someone you never met, someone you never saw, someone you never knew was the only someone for you?', + title: 'Sleepless in Seattle', + votes: 37, + }, + id: '73', + }, + { + attributes: { + born: 1949, + labels: ['Person'], + name: 'Victor Garber', + }, + id: '76', + }, + { + attributes: { + born: 1953, + labels: ['Person'], + name: 'Bill Pullman', + }, + id: '75', + }, + { + attributes: { + born: 1956, + labels: ['Person'], + name: 'Rita Wilson', + }, + id: '74', + }, + { + attributes: { + born: 1962, + labels: ['Person'], + name: "Rosie O'Donnell", + }, + id: '77', + }, + { + attributes: { + labels: ['Movie'], + released: 1990, + tagline: 'A story of love, lava and burning desire.', + title: 'Joe Versus the Volcano', + votes: 100, + }, + id: '78', + }, + { + attributes: { + born: 1956, + labels: ['Person'], + name: 'Nathan Lane', + }, + id: '80', + }, + { + attributes: { + labels: ['Movie'], + released: 1998, + tagline: 'Can two friends sleep together and still love each other in the morning?', + title: 'When Harry Met Sally', + votes: 29, + }, + id: '81', + }, + { + attributes: { + born: 1956, + labels: ['Person'], + name: 'Carrie Fisher', + }, + id: '83', + }, + { + attributes: { + born: 1948, + labels: ['Person'], + name: 'Billy Crystal', + }, + id: '82', + }, + { + attributes: { + born: 1949, + labels: ['Person'], + name: 'Bruno Kirby', + }, + id: '84', + }, + { + attributes: { + labels: ['Movie'], + released: 1996, + tagline: 'In every life there comes a time when that thing you dream becomes that thing you do', + title: 'That Thing You Do', + votes: 18, + }, + id: '85', + }, + { + attributes: { + born: 1977, + labels: ['Person'], + name: 'Liv Tyler', + }, + id: '86', + }, + { + attributes: { + labels: ['Movie'], + released: 2000, + tagline: 'Pain heals, Chicks dig scars... Glory lasts forever', + title: 'The Replacements', + votes: 21, + }, + id: '87', + }, + { + attributes: { + born: 1970, + labels: ['Person'], + name: 'Brooke Langton', + }, + id: '88', + }, + { + attributes: { + born: 1968, + labels: ['Person'], + name: 'Orlando Jones', + }, + id: '90', + }, + { + attributes: { + born: 1930, + labels: ['Person'], + name: 'Gene Hackman', + }, + id: '89', + }, + { + attributes: { + labels: ['Movie'], + released: 2006, + tagline: "Based on the extraordinary true story of one man's fight for freedom", + title: 'RescueDawn', + votes: 12, + }, + id: '92', + }, + { + attributes: { + born: 1954, + labels: ['Person'], + name: 'Zach Grenier', + }, + id: '94', + }, + { + attributes: { + born: 1974, + labels: ['Person'], + name: 'Christian Bale', + }, + id: '93', + }, + { + attributes: { + labels: ['Movie'], + released: 1996, + tagline: 'Come as you are', + title: 'The Birdcage', + votes: 53, + }, + id: '95', + }, + { + attributes: { + labels: ['Movie'], + released: 1992, + tagline: "It's a hell of a thing, killing a man", + title: 'Unforgiven', + votes: 49, + }, + id: '97', + }, + { + attributes: { + born: 1930, + labels: ['Person'], + name: 'Clint Eastwood', + }, + id: '99', + }, + { + attributes: { + born: 1930, + labels: ['Person'], + name: 'Richard Harris', + }, + id: '98', + }, + { + attributes: { + labels: ['Movie'], + released: 1995, + tagline: 'The hottest data on earth. In the coolest head in town', + title: 'Johnny Mnemonic', + votes: 28, + }, + id: '100', + }, + { + attributes: { + born: 1958, + labels: ['Person'], + name: 'Ice-T', + }, + id: '103', + }, + { + attributes: { + born: 1968, + labels: ['Person'], + name: 'Dina Meyer', + }, + id: '102', + }, + { + attributes: { + born: 1947, + labels: ['Person'], + name: 'Takeshi Kitano', + }, + id: '101', + }, + { + attributes: { + labels: ['Movie'], + released: 2012, + tagline: 'Everything is connected', + title: 'Cloud Atlas', + votes: 108, + }, + id: '105', + }, + { + attributes: { + born: 1949, + labels: ['Person'], + name: 'Jim Broadbent', + }, + id: '107', + }, + { + attributes: { + born: 1966, + labels: ['Person'], + name: 'Halle Berry', + }, + id: '106', + }, + { + attributes: { + labels: ['Movie'], + released: 2006, + tagline: 'Break The Codes', + title: 'The Da Vinci Code', + votes: 143, + }, + id: '111', + }, + { + attributes: { + born: 1939, + labels: ['Person'], + name: 'Ian McKellen', + }, + id: '112', + }, + { + attributes: { + born: 1976, + labels: ['Person'], + name: 'Audrey Tautou', + }, + id: '113', + }, + { + attributes: { + born: 1971, + labels: ['Person'], + name: 'Paul Bettany', + }, + id: '114', + }, + { + attributes: { + labels: ['Movie'], + released: 2006, + tagline: 'Freedom! Forever!', + title: 'V for Vendetta', + votes: 26, + }, + id: '116', + }, + { + attributes: { + born: 1940, + labels: ['Person'], + name: 'John Hurt', + }, + id: '119', + }, + { + attributes: { + born: 1946, + labels: ['Person'], + name: 'Stephen Rea', + }, + id: '118', + }, + { + attributes: { + born: 1981, + labels: ['Person'], + name: 'Natalie Portman', + }, + id: '117', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'Ben Miles', + }, + id: '120', + }, + { + attributes: { + labels: ['Movie'], + released: 2008, + tagline: 'Speed has no limits', + title: 'Speed Racer', + votes: 29, + }, + id: '121', + }, + { + attributes: { + born: 1985, + labels: ['Person'], + name: 'Emile Hirsch', + }, + id: '122', + }, + { + attributes: { + born: 1982, + labels: ['Person'], + name: 'Rain', + }, + id: '127', + }, + { + attributes: { + born: 1980, + labels: ['Person'], + name: 'Christina Ricci', + }, + id: '126', + }, + { + attributes: { + born: 1946, + labels: ['Person'], + name: 'Susan Sarandon', + }, + id: '124', + }, + { + attributes: { + born: 1960, + labels: ['Person'], + name: 'John Goodman', + }, + id: '123', + }, + { + attributes: { + born: 1966, + labels: ['Person'], + name: 'Matthew Fox', + }, + id: '125', + }, + { + attributes: { + labels: ['Movie'], + released: 2009, + tagline: 'Prepare to enter a secret world of assassins', + title: 'Ninja Assassin', + votes: 14, + }, + id: '128', + }, + { + attributes: { + labels: ['Person'], + name: 'Naomie Harris', + }, + id: '129', + }, + { + attributes: { + labels: ['Movie'], + released: 1999, + tagline: "Walk a mile you'll never forget.", + title: 'The Green Mile', + votes: 31, + }, + id: '130', + }, + { + attributes: { + born: 1968, + labels: ['Person'], + name: 'Sam Rockwell', + }, + id: '133', + }, + { + attributes: { + born: 1959, + labels: ['Person'], + name: 'Patricia Clarkson', + }, + id: '135', + }, + { + attributes: { + born: 1957, + labels: ['Person'], + name: 'Michael Clarke Duncan', + }, + id: '131', + }, + { + attributes: { + born: 1953, + labels: ['Person'], + name: 'David Morse', + }, + id: '132', + }, + { + attributes: { + born: 1955, + labels: ['Person'], + name: 'Gary Sinise', + }, + id: '134', + }, + { + attributes: { + labels: ['Movie'], + released: 2008, + tagline: '400 million people were waiting for the truth.', + title: 'Frost/Nixon', + votes: 1, + }, + id: '137', + }, + { + attributes: { + born: 1969, + labels: ['Person'], + name: 'Michael Sheen', + }, + id: '139', + }, + { + attributes: { + born: 1938, + labels: ['Person'], + name: 'Frank Langella', + }, + id: '138', + }, + { + attributes: { + born: 1960, + labels: ['Person'], + name: 'Oliver Platt', + }, + id: '140', + }, + { + attributes: { + labels: ['Movie'], + released: 1992, + tagline: "He didn't want law. He wanted justice.", + title: 'Hoffa', + votes: 40, + }, + id: '141', + }, + { + attributes: { + born: 1965, + labels: ['Person'], + name: 'John C. Reilly', + }, + id: '143', + }, + { + attributes: { + born: 1944, + labels: ['Person'], + name: 'Danny DeVito', + }, + id: '142', + }, + { + attributes: { + labels: ['Movie'], + released: 1995, + tagline: 'Houston, we have a problem.', + title: 'Apollo 13', + votes: 96, + }, + id: '144', + }, + { + attributes: { + born: 1950, + labels: ['Person'], + name: 'Ed Harris', + }, + id: '145', + }, + { + attributes: { + born: 1955, + labels: ['Person'], + name: 'Bill Paxton', + }, + id: '146', + }, + { + attributes: { + labels: ['Movie'], + released: 1996, + tagline: "Don't Breathe. Don't Look Back.", + title: 'Twister', + votes: 22, + }, + id: '147', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'Philip Seymour Hoffman', + }, + id: '148', + }, + { + attributes: { + labels: ['Movie'], + released: 2000, + tagline: 'At the edge of the world, his journey begins.', + title: 'Cast Away', + votes: 84, + }, + id: '150', + }, + { + attributes: { + labels: ['Movie'], + released: 1975, + tagline: "If he's crazy, what does that make you?", + title: "One Flew Over the Cuckoo's Nest", + votes: 16, + }, + id: '152', + }, + { + attributes: { + labels: ['Movie'], + released: 2003, + title: "Something's Gotta Give", + votes: 54, + }, + id: '154', + }, + { + attributes: { + born: 1946, + labels: ['Person'], + name: 'Diane Keaton', + }, + id: '155', + }, + { + attributes: { + labels: ['Movie'], + released: 1999, + tagline: "One robot's 200 year journey to become an ordinary man.", + title: 'Bicentennial Man', + votes: 68, + }, + id: '157', + }, + { + attributes: { + labels: ['Movie'], + released: 2007, + tagline: "A stiff drink. A little mascara. A lot of nerve. Who said they couldn't bring down the Soviet empire.", + title: "Charlie Wilson's War", + votes: 18, + }, + id: '159', + }, + { + attributes: { + born: 1967, + labels: ['Person'], + name: 'Julia Roberts', + }, + id: '160', + }, + { + attributes: { + labels: ['Movie'], + released: 2004, + tagline: 'This Holiday Season… Believe', + title: 'The Polar Express', + votes: 179, + }, + id: '161', + }, + { + attributes: { + labels: ['Movie'], + released: 1992, + tagline: 'Once in a lifetime you get a chance to do something different.', + title: 'A League of Their Own', + votes: 62, + }, + id: '162', + }, + { + attributes: { + born: 1954, + labels: ['Person'], + name: 'Madonna', + }, + id: '163', + }, + { + attributes: { + born: 1956, + labels: ['Person'], + name: 'Geena Davis', + }, + id: '164', + }, + { + attributes: { + born: 1963, + labels: ['Person'], + name: 'Lori Petty', + }, + id: '165', + }, + ], + }, + type: 'nodelink', + }, +}; + +export const recommendationPersonProducedMovieQueryResult = recommendationPersonProducedMovieQueryResultPayload.result.payload; +export const recommendationPersonWroteMovieQueryResult = recommendationPersonWroteMovieQueryResultPayload.result.payload; +export const recommendationPersonActedInMovieQueryResult = recommendationPersonActedInMovieQueryResultPayload.result.payload; diff --git a/libs/shared/lib/mock-data/query-result/slackQueryResults.ts b/libs/shared/lib/mock-data/query-result/slackQueryResults.ts new file mode 100644 index 000000000..9d8964cb6 --- /dev/null +++ b/libs/shared/lib/mock-data/query-result/slackQueryResults.ts @@ -0,0 +1,21888 @@ +/* istanbul ignore file */ +/* The comment above was added so the code coverage wouldn't count this file towards code coverage. + * We do not test mock data. + * See testing plan for more details.*/ + +import { GraphQueryResultFromBackend, GraphQueryResultFromBackendPayload } from '../../data-access/store/graphQueryResultSlice'; + +export const slackReactionToThreadedMessageQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: '969ab6e1d29e1698717706276eafafd6', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18037', + id: '87658', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18038', + id: '87661', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18039', + id: '87664', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18040', + id: '87667', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18041', + id: '87670', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18042', + id: '87673', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18043', + id: '87676', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18044', + id: '87679', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18045', + id: '87705', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18046', + id: '87708', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18047', + id: '87819', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18048', + id: '87822', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18112', + id: '87825', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18113', + id: '87828', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18114', + id: '87831', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18115', + id: '87834', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '18116', + id: '87837', + to: '15964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26680', + id: '99907', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26703', + id: '99910', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26824', + id: '99913', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26904', + id: '99916', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26905', + id: '99977', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26906', + id: '99980', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26916', + id: '99983', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26946', + id: '99994', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26971', + id: '100019', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26972', + id: '100068', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '26999', + id: '100071', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27035', + id: '100074', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27084', + id: '100077', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27115', + id: '100080', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27122', + id: '100355', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27123', + id: '100358', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27196', + id: '100361', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27242', + id: '100414', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27259', + id: '100417', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27374', + id: '100420', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '27375', + id: '100423', + to: '13608', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28957', + id: '111418', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28958', + id: '111421', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28967', + id: '111461', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28974', + id: '111464', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28981', + id: '111467', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28983', + id: '111475', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28990', + id: '111478', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28996', + id: '111481', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28997', + id: '111487', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28998', + id: '111490', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '28999', + id: '111493', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29000', + id: '111496', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29001', + id: '111499', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29009', + id: '111516', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29010', + id: '111519', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29011', + id: '111522', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29015', + id: '111538', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29031', + id: '111541', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29032', + id: '111544', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29033', + id: '111547', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29035', + id: '111585', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29062', + id: '111588', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29063', + id: '111603', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29064', + id: '111606', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29065', + id: '111614', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29066', + id: '111617', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29075', + id: '111629', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29076', + id: '111632', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29077', + id: '111635', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29090', + id: '111638', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29091', + id: '111657', + to: '13395', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29148', + id: '111754', + to: '146421', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29205', + id: '111798', + to: '147405', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '29862', + id: '112754', + to: '150033', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32273', + id: '114299', + to: '160180', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32880', + id: '114767', + to: '161393', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32885', + id: '114960', + to: '162017', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32887', + id: '115080', + to: '162130', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32888', + id: '115133', + to: '162130', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32891', + id: '115190', + to: '162155', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32892', + id: '115220', + to: '162155', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32898', + id: '115253', + to: '162657', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32899', + id: '115256', + to: '162678', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32931', + id: '115295', + to: '163028', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32932', + id: '115371', + to: '163125', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32936', + id: '115440', + to: '163643', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32937', + id: '115738', + to: '163643', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32955', + id: '115843', + to: '163645', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '32962', + id: '115889', + to: '163645', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '33008', + id: '115921', + to: '163645', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '33612', + id: '116314', + to: '163980', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '34027', + id: '116927', + to: '164186', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '34456', + id: '117995', + to: '164535', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '34697', + id: '118354', + to: '164614', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '34750', + id: '118394', + to: '164619', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '34852', + id: '118623', + to: '164714', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '35044', + id: '118626', + to: '164732', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '35219', + id: '118928', + to: '164869', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '35326', + id: '118978', + to: '164871', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '37870', + id: '120463', + to: '165546', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '51593', + id: '148355', + to: '186092', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '54421', + id: '153115', + to: '187925', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '55288', + id: '157253', + to: '188984', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '56962', + id: '161101', + to: '190440', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '57852', + id: '163363', + to: '193413', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '58061', + id: '163976', + to: '193855', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '58370', + id: '163979', + to: '193883', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '58651', + id: '164855', + to: '194043', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '58685', + id: '165806', + to: '194552', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '58921', + id: '165845', + to: '194553', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '60684', + id: '167433', + to: '195533', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '61369', + id: '167976', + to: '195829', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '62522', + id: '169108', + to: '196129', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '63210', + id: '170053', + to: '196641', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '64193', + id: '171502', + to: '199221', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '64987', + id: '173117', + to: '201140', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '65435', + id: '173138', + to: '201561', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '65977', + id: '174087', + to: '202415', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '66589', + id: '176221', + to: '203204', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '69624', + id: '183934', + to: '207220', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '69625', + id: '184099', + to: '207256', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '70010', + id: '184219', + to: '207862', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '70304', + id: '185083', + to: '208411', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71041', + id: '186135', + to: '209169', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71132', + id: '187489', + to: '209668', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71141', + id: '187886', + to: '209668', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71156', + id: '187896', + to: '209671', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71187', + id: '188014', + to: '209946', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71271', + id: '188246', + to: '210535', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71355', + id: '189263', + to: '211055', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71441', + id: '189545', + to: '211239', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71477', + id: '189551', + to: '211260', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71533', + id: '190061', + to: '211437', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71535', + id: '190249', + to: '211442', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71536', + id: '190252', + to: '211455', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71539', + id: '190261', + to: '211510', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71548', + id: '190659', + to: '211841', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71820', + id: '193351', + to: '212907', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71821', + id: '193410', + to: '212924', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '71967', + id: '194229', + to: '213575', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72031', + id: '194440', + to: '213954', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72350', + id: '195482', + to: '214820', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72365', + id: '195485', + to: '214832', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72459', + id: '196097', + to: '215309', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72466', + id: '196478', + to: '215428', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72535', + id: '197426', + to: '216129', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72640', + id: '198338', + to: '216288', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72727', + id: '198352', + to: '216344', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '72763', + id: '198409', + to: '216363', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '73225', + id: '198554', + to: '216987', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '73255', + id: '198611', + to: '217020', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '73372', + id: '198667', + to: '217176', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '73561', + id: '198696', + to: '217440', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '73562', + id: '198795', + to: '217606', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '74394', + id: '199308', + to: '218182', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '74395', + id: '199311', + to: '218192', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '75853', + id: '200036', + to: '219892', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76176', + id: '200045', + to: '220092', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76584', + id: '200362', + to: '220436', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76592', + id: '200483', + to: '220644', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76606', + id: '200602', + to: '220700', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76626', + id: '201184', + to: '221235', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76627', + id: '201285', + to: '221235', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76643', + id: '201288', + to: '221251', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76644', + id: '201296', + to: '221251', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76645', + id: '201366', + to: '221407', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76646', + id: '201369', + to: '221435', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76648', + id: '201372', + to: '221450', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76649', + id: '201375', + to: '221479', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76849', + id: '201406', + to: '222034', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76851', + id: '201431', + to: '222242', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '76853', + id: '201527', + to: '222251', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '77494', + id: '202015', + to: '222695', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '77519', + id: '202042', + to: '222779', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '78049', + id: '202898', + to: '223101', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '78770', + id: '203011', + to: '223621', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '78789', + id: '203063', + to: '223656', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '78796', + id: '203253', + to: '223832', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '78835', + id: '203626', + to: '224052', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '78937', + id: '203638', + to: '224145', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '78938', + id: '203641', + to: '224186', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79008', + id: '203644', + to: '224187', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79038', + id: '203918', + to: '224289', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79044', + id: '204050', + to: '224294', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79149', + id: '204476', + to: '224625', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79276', + id: '204528', + to: '224625', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79756', + id: '205491', + to: '225292', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79951', + id: '205518', + to: '225292', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '79952', + id: '206040', + to: '225312', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80315', + id: '206123', + to: '225544', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80383', + id: '206277', + to: '225654', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80384', + id: '206324', + to: '225654', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80457', + id: '206586', + to: '225723', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80477', + id: '206652', + to: '225764', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80486', + id: '207017', + to: '225765', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80914', + id: '207657', + to: '225913', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80915', + id: '207672', + to: '225953', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '80978', + id: '207926', + to: '226144', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81436', + id: '207995', + to: '226159', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81469', + id: '208312', + to: '226216', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81484', + id: '208315', + to: '226218', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81485', + id: '208330', + to: '226221', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81494', + id: '208813', + to: '226223', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81495', + id: '208965', + to: '226224', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81507', + id: '209066', + to: '226225', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81845', + id: '209861', + to: '227002', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81927', + id: '209955', + to: '227437', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81928', + id: '210027', + to: '227466', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81929', + id: '210032', + to: '227466', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81930', + id: '210255', + to: '227480', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '81982', + id: '210352', + to: '227501', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '82446', + id: '211157', + to: '227930', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '82704', + id: '212797', + to: '228142', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '83510', + id: '214603', + to: '228472', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '83685', + id: '215294', + to: '228821', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '83716', + id: '215669', + to: '228964', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '84502', + id: '216269', + to: '229419', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '84640', + id: '216657', + to: '229509', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '84641', + id: '216799', + to: '229515', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '84671', + id: '216966', + to: '229559', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '84672', + id: '217386', + to: '229575', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '84912', + id: '217486', + to: '229606', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '85067', + id: '217667', + to: '229710', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '85439', + id: '218604', + to: '229814', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '85525', + id: '218613', + to: '229868', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '86013', + id: '219040', + to: '230097', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '86186', + id: '219732', + to: '230430', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '86680', + id: '219819', + to: '230790', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '86769', + id: '220142', + to: '230946', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '86770', + id: '220145', + to: '230963', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '86803', + id: '220168', + to: '231099', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '86804', + id: '220365', + to: '231099', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '87071', + id: '220392', + to: '231279', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '87210', + id: '220520', + to: '231477', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '87330', + id: '220557', + to: '231894', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '87331', + id: '220560', + to: '231894', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '87946', + id: '220682', + to: '232149', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '88004', + id: '220685', + to: '232173', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '88062', + id: '220688', + to: '232173', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '88137', + id: '220691', + to: '232224', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '88729', + id: '220818', + to: '233247', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '88767', + id: '220824', + to: '233303', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '88776', + id: '220952', + to: '233318', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '88910', + id: '221230', + to: '233319', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89028', + id: '221899', + to: '233481', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89029', + id: '221902', + to: '233493', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89052', + id: '221928', + to: '233500', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89591', + id: '223547', + to: '233568', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89651', + id: '223589', + to: '233568', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89652', + id: '223919', + to: '233568', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89653', + id: '223945', + to: '233573', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89654', + id: '223948', + to: '233573', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89683', + id: '223997', + to: '233597', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89684', + id: '224000', + to: '233601', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89685', + id: '224079', + to: '233601', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89686', + id: '224082', + to: '233618', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89799', + id: '224214', + to: '233640', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89813', + id: '224217', + to: '233640', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89900', + id: '224282', + to: '233640', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '89945', + id: '225516', + to: '233658', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '90011', + id: '225562', + to: '233658', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91370', + id: '228039', + to: '233778', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91400', + id: '228787', + to: '233780', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91443', + id: '228790', + to: '233782', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91530', + id: '228793', + to: '233785', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91531', + id: '229037', + to: '233789', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91532', + id: '229040', + to: '233790', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91533', + id: '229048', + to: '233792', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91534', + id: '229085', + to: '233793', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91576', + id: '229088', + to: '233794', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '91674', + id: '229223', + to: '233795', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '92248', + id: '230577', + to: '233823', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '92874', + id: '231515', + to: '233974', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '94079', + id: '233577', + to: '235051', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '94128', + id: '233705', + to: '235135', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '95698', + id: '235367', + to: '235475', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '96641', + id: '235766', + to: '235713', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '96652', + id: '236073', + to: '235769', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '96681', + id: '236076', + to: '235769', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '96747', + id: '236525', + to: '236056', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '96780', + id: '236969', + to: '236112', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '96871', + id: '237004', + to: '236221', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '97695', + id: '238404', + to: '236457', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '97730', + id: '239533', + to: '236496', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '97794', + id: '240341', + to: '236523', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '97934', + id: '240646', + to: '236679', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98075', + id: '240649', + to: '236719', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98195', + id: '241172', + to: '236929', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98214', + id: '241601', + to: '237006', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98264', + id: '242004', + to: '237119', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98396', + id: '242678', + to: '237169', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98397', + id: '242734', + to: '237199', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98433', + id: '242779', + to: '237272', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98480', + id: '242782', + to: '237272', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98481', + id: '242933', + to: '237288', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98533', + id: '244322', + to: '237476', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98642', + id: '245553', + to: '237622', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98645', + id: '245562', + to: '237715', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98725', + id: '247113', + to: '238088', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98994', + id: '248473', + to: '238443', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '98996', + id: '248694', + to: '238537', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99012', + id: '250454', + to: '238782', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99017', + id: '250764', + to: '238993', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99019', + id: '250845', + to: '239021', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99025', + id: '250951', + to: '239195', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99029', + id: '250960', + to: '239274', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99030', + id: '250963', + to: '239274', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99031', + id: '250982', + to: '239285', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99049', + id: '250988', + to: '239286', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99050', + id: '250991', + to: '239287', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99051', + id: '250994', + to: '239291', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99067', + id: '251066', + to: '239407', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99072', + id: '251408', + to: '239434', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99099', + id: '252167', + to: '239535', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99134', + id: '252282', + to: '239602', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99169', + id: '253014', + to: '239863', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99172', + id: '253053', + to: '239904', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99174', + id: '253119', + to: '239957', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99175', + id: '253122', + to: '239968', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99176', + id: '253125', + to: '239968', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99177', + id: '253128', + to: '239991', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99178', + id: '253131', + to: '239995', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99220', + id: '253680', + to: '240028', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99223', + id: '253757', + to: '240080', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99224', + id: '253919', + to: '240090', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99240', + id: '253958', + to: '240257', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99242', + id: '253964', + to: '240293', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99245', + id: '254060', + to: '240423', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99246', + id: '254065', + to: '240535', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99247', + id: '254071', + to: '240537', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99248', + id: '254213', + to: '240537', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99249', + id: '254294', + to: '240541', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99250', + id: '254317', + to: '240546', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99251', + id: '254320', + to: '240549', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99252', + id: '254388', + to: '240554', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '99253', + id: '254391', + to: '240572', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '102254', + id: '258536', + to: '253832', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '102465', + id: '258783', + to: '254631', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '102583', + id: '258873', + to: '254948', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '102584', + id: '258910', + to: '254984', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '102585', + id: '258913', + to: '254996', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '102587', + id: '258961', + to: '255038', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '103862', + id: '260048', + to: '145158', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '103863', + id: '260190', + to: '145160', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '104203', + id: '260234', + to: '145160', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '105132', + id: '260521', + to: '144622', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '105518', + id: '260639', + to: '143936', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '105812', + id: '260970', + to: '143628', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '106897', + id: '261229', + to: '142926', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '107709', + id: '261247', + to: '142673', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '107712', + id: '261286', + to: '142336', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '107922', + id: '261320', + to: '142219', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '108041', + id: '261425', + to: '142013', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '110144', + id: '262469', + to: '141122', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '110394', + id: '262683', + to: '140956', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '111130', + id: '262896', + to: '140626', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '111621', + id: '263076', + to: '140505', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '111697', + id: '263079', + to: '140505', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '111728', + id: '263082', + to: '140517', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '113038', + id: '263622', + to: '139941', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '113047', + id: '263681', + to: '139941', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '113363', + id: '265718', + to: '139479', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '113892', + id: '265733', + to: '139331', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '114070', + id: '266422', + to: '139246', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '114158', + id: '266425', + to: '139259', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115821', + id: '269676', + to: '138562', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115823', + id: '270019', + to: '138547', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115824', + id: '270267', + to: '138548', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115865', + id: '270712', + to: '138496', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115866', + id: '271154', + to: '138497', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115876', + id: '271157', + to: '138498', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115910', + id: '271160', + to: '138499', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115911', + id: '271257', + to: '138505', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '115974', + id: '271416', + to: '138487', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116090', + id: '271523', + to: '138442', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116241', + id: '271672', + to: '138446', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116242', + id: '271861', + to: '138451', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116303', + id: '271864', + to: '138453', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116478', + id: '272653', + to: '138453', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116487', + id: '273310', + to: '138456', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116663', + id: '273490', + to: '138458', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116684', + id: '273493', + to: '138458', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '116685', + id: '273496', + to: '138459', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '117625', + id: '275135', + to: '138217', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '117774', + id: '275825', + to: '138179', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '117778', + id: '275897', + to: '138179', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118021', + id: '276860', + to: '137976', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118022', + id: '277375', + to: '137916', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118024', + id: '277687', + to: '137806', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118592', + id: '280046', + to: '137567', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118593', + id: '280276', + to: '137479', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118841', + id: '280337', + to: '137479', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118844', + id: '280760', + to: '137347', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118845', + id: '280763', + to: '137347', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118846', + id: '281201', + to: '137353', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '118847', + id: '281204', + to: '137325', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '120022', + id: '284350', + to: '136711', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '122158', + id: '287439', + to: '134303', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '122159', + id: '287442', + to: '134303', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123178', + id: '289951', + to: '133239', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123200', + id: '289957', + to: '133106', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123202', + id: '290044', + to: '132900', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123204', + id: '290174', + to: '132751', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123213', + id: '291188', + to: '132644', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123215', + id: '291207', + to: '132505', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123807', + id: '293676', + to: '129658', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '123828', + id: '293808', + to: '129639', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '124511', + id: '295379', + to: '128644', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '127935', + id: '303518', + to: '125049', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '129578', + id: '304979', + to: '124029', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '136499', + id: '311009', + to: '120636', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '136716', + id: '311705', + to: '120225', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '136840', + id: '312189', + to: '120097', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '137074', + id: '313272', + to: '119381', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '137075', + id: '313275', + to: '119381', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '140750', + id: '334130', + to: '111478', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '142116', + id: '336036', + to: '108491', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '142618', + id: '336096', + to: '108298', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '145162', + id: '337772', + to: '105111', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '145422', + id: '338383', + to: '103850', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '147401', + id: '339613', + to: '102796', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '147561', + id: '340105', + to: '102748', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148019', + id: '340780', + to: '102540', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148020', + id: '340783', + to: '102544', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148048', + id: '340859', + to: '102544', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148049', + id: '340915', + to: '102546', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148050', + id: '340918', + to: '102546', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148149', + id: '340921', + to: '102514', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148150', + id: '340924', + to: '102472', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148200', + id: '342062', + to: '102435', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '148214', + id: '342243', + to: '102355', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '149201', + id: '346058', + to: '101679', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '149202', + id: '346098', + to: '101679', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '149221', + id: '346504', + to: '101671', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '149262', + id: '346507', + to: '101663', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '153428', + id: '350959', + to: '101153', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '154409', + id: '396695', + to: '100585', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '154576', + id: '396698', + to: '100585', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '154594', + id: '396836', + to: '100570', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '158950', + id: '398006', + to: '100419', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '158952', + id: '398012', + to: '100411', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '160652', + id: '399130', + to: '100258', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '161397', + id: '400008', + to: '100157', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '162368', + id: '401287', + to: '100092', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '162369', + id: '401290', + to: '100074', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '162370', + id: '401415', + to: '100046', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '162564', + id: '401499', + to: '100039', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '163651', + id: '403050', + to: '99830', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '163652', + id: '403865', + to: '99826', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '163981', + id: '405923', + to: '99711', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '163982', + id: '405926', + to: '99711', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '164259', + id: '408611', + to: '99668', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '164407', + id: '409102', + to: '99628', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '164588', + id: '409132', + to: '99530', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '164618', + id: '409928', + to: '99457', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '165002', + id: '411435', + to: '99411', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '171855', + id: '429271', + to: '99154', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '173891', + id: '431273', + to: '99005', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '174102', + id: '431286', + to: '99005', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '174193', + id: '431496', + to: '99007', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '174194', + id: '431530', + to: '99007', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '178770', + id: '436711', + to: '98429', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '180920', + id: '442285', + to: '97759', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '184781', + id: '450673', + to: '95610', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '186905', + id: '458451', + to: '92594', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '186906', + id: '458774', + to: '92599', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '187754', + id: '460053', + to: '91573', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '187758', + id: '460495', + to: '91495', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '187760', + id: '460554', + to: '91432', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '188038', + id: '463689', + to: '90506', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '188249', + id: '464287', + to: '90127', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '189218', + id: '468886', + to: '89545', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '189251', + id: '468895', + to: '89352', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '189252', + id: '469003', + to: '89328', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '189740', + id: '470176', + to: '89036', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '190348', + id: '471932', + to: '88956', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '190426', + id: '472099', + to: '88907', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '191741', + id: '476196', + to: '86929', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '194094', + id: '477471', + to: '85438', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '195639', + id: '479334', + to: '83349', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '202035', + id: '487688', + to: '80825', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '206563', + id: '494436', + to: '77493', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '208306', + id: '497847', + to: '76619', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '211279', + id: '506565', + to: '74771', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '212876', + id: '510726', + to: '73237', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '214266', + id: '513789', + to: '72622', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '214267', + id: '513792', + to: '72597', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '214505', + id: '514357', + to: '72597', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '214922', + id: '514815', + to: '72510', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '214923', + id: '514818', + to: '72514', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215060', + id: '514910', + to: '72528', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215061', + id: '515278', + to: '72528', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215180', + id: '515580', + to: '72528', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215458', + id: '516700', + to: '72463', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215459', + id: '516703', + to: '72463', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215546', + id: '516706', + to: '72463', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215547', + id: '516709', + to: '72463', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215768', + id: '517232', + to: '72419', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '215924', + id: '517235', + to: '72407', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '216033', + id: '517238', + to: '72413', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '216724', + id: '518890', + to: '71962', + }, + { + attributes: { + Type: 'TO_MESSAGE', + }, + from: '216955', + id: '519521', + to: '71835', + }, + ], + nodes: [ + { + attributes: { + createdAt: '2017-11-28T23:32:47Z', + id: '1511911967.000039', + labels: ['Message', 'ThreadedMessage'], + text: "<!here> If you haven't seen it yet, there is a root password bug on high-sierra OSX, \n*enable root user and set a password*.", + type: 'message', + }, + id: '15964', + }, + { + attributes: { + id: '1511911967.000039--scream--U08J5DPMG', + labels: ['Reaction'], + }, + id: '18037', + }, + { + attributes: { + id: '1511911967.000039--scream--U1QM2S99U', + labels: ['Reaction'], + }, + id: '18038', + }, + { + attributes: { + id: '1511911967.000039--scream--U7VPM4P7A', + labels: ['Reaction'], + }, + id: '18039', + }, + { + attributes: { + id: '1511911967.000039--scream--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '18040', + }, + { + attributes: { + id: '1511911967.000039--scream--U7X490V7X', + labels: ['Reaction'], + }, + id: '18041', + }, + { + attributes: { + id: '1511911967.000039--scream--U601XEV42', + labels: ['Reaction'], + }, + id: '18042', + }, + { + attributes: { + id: '1511911967.000039--scream--U88CM5GRM', + labels: ['Reaction'], + }, + id: '18043', + }, + { + attributes: { + id: '1511911967.000039--scream--U7CKD4D5J', + labels: ['Reaction'], + }, + id: '18044', + }, + { + attributes: { + id: '1511911967.000039--bug--U7VPM4P7A', + labels: ['Reaction'], + }, + id: '18045', + }, + { + attributes: { + id: '1511911967.000039--bug--U7X490V7X', + labels: ['Reaction'], + }, + id: '18046', + }, + { + attributes: { + id: '1511911967.000039--grimacing--U59RA26CS', + labels: ['Reaction'], + }, + id: '18047', + }, + { + attributes: { + id: '1511911967.000039--andnowthis--U1QM2S99U', + labels: ['Reaction'], + }, + id: '18048', + }, + { + attributes: { + id: '1511911967.000039--andnowthis--U08JGGUBT', + labels: ['Reaction'], + }, + id: '18112', + }, + { + attributes: { + id: '1511911967.000039--andnowthis--U0A9PFKJ6', + labels: ['Reaction'], + }, + id: '18113', + }, + { + attributes: { + id: '1511911967.000039--boom--U7X490V7X', + labels: ['Reaction'], + }, + id: '18114', + }, + { + attributes: { + id: '1511911967.000039--wfh--U08J8R69J', + labels: ['Reaction'], + }, + id: '18115', + }, + { + attributes: { + id: '1511911967.000039--cackling-monster--U2R5Q5W9Z', + labels: ['Reaction'], + }, + id: '18116', + }, + { + attributes: { + createdAt: '2019-10-25T12:32:48Z', + id: '1572006768.027100', + labels: ['Message', 'ThreadedMessage'], + text: 'Early release of a new book published by Manning “Fullstack GraphQL†is now available!\n\nThe book shows how the GraphQL integration for Neo4j can make it easier to build fullstack data intensive applications with GRANDstack!\n\nThe early release includes roughly the first third of the book, and includes new chapters as they are released. If you get it by October 26th it’s only $20. If not, use the code `friendofwill40` for a 40% discount\n\n<https://www.manning.com/books/fullstack-graphql-applications-with-grandstack>', + type: 'message', + }, + id: '13608', + }, + { + attributes: { + id: '1572006768.027100--clap--UG5KSKXQF', + labels: ['Reaction'], + }, + id: '26680', + }, + { + attributes: { + id: '1572006768.027100--clap--UPL8KN2MN', + labels: ['Reaction'], + }, + id: '26703', + }, + { + attributes: { + id: '1572006768.027100--clap--ULAHVNXC6', + labels: ['Reaction'], + }, + id: '26824', + }, + { + attributes: { + id: '1572006768.027100--clap--U08J3F3L3', + labels: ['Reaction'], + }, + id: '26904', + }, + { + attributes: { + id: '1572006768.027100--clap--U08J6L06Q', + labels: ['Reaction'], + }, + id: '26905', + }, + { + attributes: { + id: '1572006768.027100--clap--U3QL2C41E', + labels: ['Reaction'], + }, + id: '26906', + }, + { + attributes: { + id: '1572006768.027100--clap--UP101S0JE', + labels: ['Reaction'], + }, + id: '26916', + }, + { + attributes: { + id: '1572006768.027100--clap--U2QFWRD51', + labels: ['Reaction'], + }, + id: '26946', + }, + { + attributes: { + id: '1572006768.027100--clap--UAT7EM78R', + labels: ['Reaction'], + }, + id: '26971', + }, + { + attributes: { + id: '1572006768.027100--graphql--U0975P59N', + labels: ['Reaction'], + }, + id: '26972', + }, + { + attributes: { + id: '1572006768.027100--graphql--UPL8KN2MN', + labels: ['Reaction'], + }, + id: '26999', + }, + { + attributes: { + id: '1572006768.027100--graphql--ULAHVNXC6', + labels: ['Reaction'], + }, + id: '27035', + }, + { + attributes: { + id: '1572006768.027100--graphql--U08J6L06Q', + labels: ['Reaction'], + }, + id: '27084', + }, + { + attributes: { + id: '1572006768.027100--graphql--U08J18KHB', + labels: ['Reaction'], + }, + id: '27115', + }, + { + attributes: { + id: '1572006768.027100--graphql--UP101S0JE', + labels: ['Reaction'], + }, + id: '27122', + }, + { + attributes: { + id: '1572006768.027100--graphql--UPREE4BQR', + labels: ['Reaction'], + }, + id: '27123', + }, + { + attributes: { + id: '1572006768.027100--graphql--UAT7EM78R', + labels: ['Reaction'], + }, + id: '27196', + }, + { + attributes: { + id: '1572006768.027100--graphql--U93L3LWE8', + labels: ['Reaction'], + }, + id: '27242', + }, + { + attributes: { + id: '1572006768.027100--grandstack--U08J18KHB', + labels: ['Reaction'], + }, + id: '27259', + }, + { + attributes: { + id: '1572006768.027100--grandstack--UP101S0JE', + labels: ['Reaction'], + }, + id: '27374', + }, + { + attributes: { + id: '1572006768.027100--grandstack--U93L3LWE8', + labels: ['Reaction'], + }, + id: '27375', + }, + { + attributes: { + createdAt: '2020-02-09T19:01:15Z', + id: '1581274875.020900', + labels: ['Message', 'ThreadedMessage'], + text: 'We’re super excited to share the *preview* release of the graph data science (GDS) library! It’s currently available on the Neo4j download center: <https://neo4j.com/download-center/>. The docs are currently up at <https://neo4j.com/docs/graph-data-science/1.0-preview/>, and the code has been open sourced on our github repo: <https://github.com/neo4j/graph-data-science>\n\nThe GDS includes all your favorite graph algorithms from the graph algorithms library(and some new ones!), but with a standardized surface, better error handling, improved graph loader functionality and expressiveness to support large scale production workloads, and much more.\n\nIf you’re interested in a quick start guide to the new library, we’ve created a browser guide to walk you through the basics -- just enter `:play graph-data-science` in neo4j browser.\n\nIf you have any feedback, please open an issue on github: <https://github.com/neo4j/graph-data-science/issues>', + type: 'message', + }, + id: '13395', + }, + { + attributes: { + id: '1581274875.020900--tada--USCTTNARM', + labels: ['Reaction'], + }, + id: '28957', + }, + { + attributes: { + id: '1581274875.020900--tada--UF057V96X', + labels: ['Reaction'], + }, + id: '28958', + }, + { + attributes: { + id: '1581274875.020900--tada--UQE2F37PS', + labels: ['Reaction'], + }, + id: '28967', + }, + { + attributes: { + id: '1581274875.020900--tada--US53722H1', + labels: ['Reaction'], + }, + id: '28974', + }, + { + attributes: { + id: '1581274875.020900--tada--U0PKJ7X7C', + labels: ['Reaction'], + }, + id: '28981', + }, + { + attributes: { + id: '1581274875.020900--tada--UG5KSKXQF', + labels: ['Reaction'], + }, + id: '28983', + }, + { + attributes: { + id: '1581274875.020900--tada--U092PQPML', + labels: ['Reaction'], + }, + id: '28990', + }, + { + attributes: { + id: '1581274875.020900--tada--UHA4BS9SR', + labels: ['Reaction'], + }, + id: '28996', + }, + { + attributes: { + id: '1581274875.020900--tada--US35T8ML2', + labels: ['Reaction'], + }, + id: '28997', + }, + { + attributes: { + id: '1581274875.020900--tada--UTUJ2KMJ4', + labels: ['Reaction'], + }, + id: '28998', + }, + { + attributes: { + id: '1581274875.020900--tada--USTA1JG81', + labels: ['Reaction'], + }, + id: '28999', + }, + { + attributes: { + id: '1581274875.020900--tada--UQZR2LP28', + labels: ['Reaction'], + }, + id: '29000', + }, + { + attributes: { + id: '1581274875.020900--tada--UTKNXRHA7', + labels: ['Reaction'], + }, + id: '29001', + }, + { + attributes: { + id: '1581274875.020900--tada--U08J18KHB', + labels: ['Reaction'], + }, + id: '29009', + }, + { + attributes: { + id: '1581274875.020900--tada--UF92GJ5L2', + labels: ['Reaction'], + }, + id: '29010', + }, + { + attributes: { + id: '1581274875.020900--tada--U5QEK6Z5G', + labels: ['Reaction'], + }, + id: '29011', + }, + { + attributes: { + id: '1581274875.020900--tada--U0DDNCDR7', + labels: ['Reaction'], + }, + id: '29015', + }, + { + attributes: { + id: '1581274875.020900--tada--UU4BPMDUH', + labels: ['Reaction'], + }, + id: '29031', + }, + { + attributes: { + id: '1581274875.020900--tada--USUEG92R0', + labels: ['Reaction'], + }, + id: '29032', + }, + { + attributes: { + id: '1581274875.020900--clap--US53722H1', + labels: ['Reaction'], + }, + id: '29033', + }, + { + attributes: { + id: '1581274875.020900--clap--U092PQPML', + labels: ['Reaction'], + }, + id: '29035', + }, + { + attributes: { + id: '1581274875.020900--clap--UTUJ2KMJ4', + labels: ['Reaction'], + }, + id: '29062', + }, + { + attributes: { + id: '1581274875.020900--clap--U5TUQJJBB', + labels: ['Reaction'], + }, + id: '29063', + }, + { + attributes: { + id: '1581274875.020900--clap--ULU4HSAKV', + labels: ['Reaction'], + }, + id: '29064', + }, + { + attributes: { + id: '1581274875.020900--clap--UF92GJ5L2', + labels: ['Reaction'], + }, + id: '29065', + }, + { + attributes: { + id: '1581274875.020900--+1--UTUJ2KMJ4', + labels: ['Reaction'], + }, + id: '29066', + }, + { + attributes: { + id: '1581274875.020900--+1--UF92GJ5L2', + labels: ['Reaction'], + }, + id: '29075', + }, + { + attributes: { + id: '1581274875.020900--+1--UU288LV4Z', + labels: ['Reaction'], + }, + id: '29076', + }, + { + attributes: { + id: '1581274875.020900--star-struck--UTUJ2KMJ4', + labels: ['Reaction'], + }, + id: '29077', + }, + { + attributes: { + id: '1581274875.020900--star-struck--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '29090', + }, + { + attributes: { + id: '1581274875.020900--star-struck--UF92GJ5L2', + labels: ['Reaction'], + }, + id: '29091', + }, + { + attributes: { + createdAt: '2017-07-12T21:31:17Z', + id: '1499895077.196822', + labels: ['Message', 'ThreadedMessage'], + text: 'I knew about the two hard problems (cache invalidation, naming things, and off-by-one errors) but I didn’t know about the three great virtues. Thanks for making me do my homework! :slightly_smiling_face:', + type: 'message', + }, + id: '146421', + }, + { + attributes: { + id: '1499895077.196822--grinning--U5WKGNSDN', + labels: ['Reaction'], + }, + id: '29148', + }, + { + attributes: { + createdAt: '2018-10-11T00:33:12Z', + id: '1539217992.000100', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: '<https://twitter.com/mesirii/status/1050161136585322496>', + type: 'message', + }, + id: '147405', + }, + { + attributes: { + id: '1539217992.000100--heart--UBSQXPGS3', + labels: ['Reaction'], + }, + id: '29205', + }, + { + attributes: { + createdAt: '2018-07-11T18:17:53Z', + id: '1531333073.000101', + labels: ['Message', 'ThreadedMessage'], + text: '(On a side note, it might be real nice if the team at Neo4j helped improve the C driver that’s already published and working, rather than trying to duplicate it all in seabolt.)', + type: 'message', + }, + id: '150033', + }, + { + attributes: { + id: '1531333073.000101--+1--U08JCGMQC', + labels: ['Reaction'], + }, + id: '29862', + }, + { + attributes: { + createdAt: '2017-11-07T12:05:53Z', + id: '1510056353.000253', + labels: ['Message', 'ThreadedMessage'], + text: 'thanks for helping!', + type: 'message', + }, + id: '160180', + }, + { + attributes: { + id: '1510056353.000253--heart--U7CJ3DLP7', + labels: ['Reaction'], + }, + id: '32273', + }, + { + attributes: { + createdAt: '2018-02-06T23:47:16Z', + id: '1517960836.000181', + labels: ['Message', 'ThreadedMessage'], + text: 'you can export it to csv', + type: 'message', + }, + id: '161393', + }, + { + attributes: { + id: '1517960836.000181--+1--U93N1V5ND', + labels: ['Reaction'], + }, + id: '32880', + }, + { + attributes: { + createdAt: '2018-03-12T16:27:21Z', + id: '1520872041.000611', + labels: ['Message', 'ThreadedMessage'], + text: 'do the nodes each have a timestamp?', + type: 'message', + }, + id: '162017', + }, + { + attributes: { + id: '1520872041.000611--aquarius--U9ND393E0', + labels: ['Reaction'], + }, + id: '32885', + }, + { + attributes: { + createdAt: '2018-03-16T12:18:08Z', + id: '1521202688.000014', + labels: ['Message', 'ThreadedMessage'], + text: 'finally issue sorted out.. \n\nI have accidentally clicked on logout button from my account and it open popup of ETL App.. I restarted Neo4j desktop and then ETL App got added there..\n\nbtw: Thanks for your time <@U92PVKTEW>', + type: 'message', + }, + id: '162130', + }, + { + attributes: { + id: '1521202688.000014--+1--U92PVKTEW', + labels: ['Reaction'], + }, + id: '32887', + }, + { + attributes: { + id: '1521202688.000014--+1--U9NR6A0UC', + labels: ['Reaction'], + }, + id: '32888', + }, + { + attributes: { + createdAt: '2018-03-17T19:27:43Z', + id: '1521314863.000007', + labels: ['Message', 'ThreadedMessage'], + text: '<@U9NR6A0UC> and <@U92PVKTEW> exact same thing happened to me. When you first install the ETL package and click “Add Application†on the desktop, a quick flash happens and that button never works again until you go to your account and sign out. That kicks that window back to the front. I closed and opened the app a bunch of times before I went into Slack and looked around for answer and found this thread. So, thanks. :slightly_smiling_face:', + type: 'message', + }, + id: '162155', + }, + { + attributes: { + id: '1521314863.000007--+1--U92PVKTEW', + labels: ['Reaction'], + }, + id: '32891', + }, + { + attributes: { + id: '1521314863.000007--+1--U9NR6A0UC', + labels: ['Reaction'], + }, + id: '32892', + }, + { + attributes: { + createdAt: '2018-04-20T07:14:53Z', + id: '1524208493.000166', + labels: ['Message', 'ThreadedMessage'], + text: "I'll definitely have a look at that", + type: 'message', + }, + id: '162657', + }, + { + attributes: { + id: '1524208493.000166--+1--UA93U05PD', + labels: ['Reaction'], + }, + id: '32898', + }, + { + attributes: { + createdAt: '2018-04-21T16:45:56Z', + id: '1524329156.000035', + labels: ['Message', 'ThreadedMessage'], + text: '<@UA5M3DDV1> You can use batching and unwind, and concurrent access: <https://medium.com/@mesirii/5-tips-tricks-for-fast-batched-updates-of-graph-structures-with-neo4j-and-cypher-73c7f693c8cc>', + type: 'message', + }, + id: '162678', + }, + { + attributes: { + id: '1524329156.000035--+1--UA5M3DDV1', + labels: ['Reaction'], + }, + id: '32899', + }, + { + attributes: { + createdAt: '2018-05-15T15:30:45Z', + id: '1526398245.000875', + labels: ['Message', 'ThreadedMessage'], + text: 'all in a single tx. and you should use a parameter for that list', + type: 'message', + }, + id: '163028', + }, + { + attributes: { + id: '1526398245.000875--+1--U79NQ8BCZ', + labels: ['Reaction'], + }, + id: '32931', + }, + { + attributes: { + createdAt: '2018-05-22T12:46:31Z', + id: '1526993191.000264', + labels: ['Message', 'ThreadedMessage'], + text: 'you can write your own procedures in Java -> <https://neo4j.com/docs/developer-manual/current/extending-neo4j/procedures/>', + type: 'message', + }, + id: '163125', + }, + { + attributes: { + id: '1526993191.000264--heart--U9Y5GAHUY', + labels: ['Reaction'], + }, + id: '32932', + }, + { + attributes: { + createdAt: '2018-06-27T21:12:40Z', + id: '1530133960.000306', + labels: ['Message', 'ThreadedMessage'], + text: "This is a two year old article. What the author was getting at is that graphs are not always the optimal choice. It depends on the data model and queries used. I think the author used a bad example. That's an easy query and faster now that time is a native data type with cypher functions to assist working with them.", + type: 'message', + }, + id: '163643', + }, + { + attributes: { + id: '1530133960.000306--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '32936', + }, + { + attributes: { + id: '1530133960.000306--+1--UBEEWMMUL', + labels: ['Reaction'], + }, + id: '32937', + }, + { + attributes: { + createdAt: '2018-06-27T22:00:53Z', + id: '1530136853.000200', + labels: ['Message', 'ThreadedMessage'], + text: "I think the implication was if your query is all filtering on properties and no graph traversal then it's not the perfect fit.", + type: 'message', + }, + id: '163645', + }, + { + attributes: { + id: '1530136853.000200--+1--UBEEWMMUL', + labels: ['Reaction'], + }, + id: '32955', + }, + { + attributes: { + id: '1530136853.000200--+1--UBAL24C01', + labels: ['Reaction'], + }, + id: '32962', + }, + { + attributes: { + id: '1530136853.000200--+1--U9373KH61', + labels: ['Reaction'], + }, + id: '33008', + }, + { + attributes: { + createdAt: '2019-09-24T15:36:39Z', + id: '1569339399.001800', + labels: ['Message', 'ThreadedMessage'], + text: 'Working on it with DevPost! Thank you!', + type: 'message', + }, + id: '163980', + }, + { + attributes: { + id: '1569339399.001800--+1--UMYAJAFMK', + labels: ['Reaction'], + }, + id: '33612', + }, + { + attributes: { + createdAt: '2018-06-24T21:11:58Z', + id: '1529874718.000080', + labels: ['Message', 'ThreadedMessage'], + text: '<https://github.com/grand-stack/grand-stack-starter/blob/master/api/package.json#L20-L28>', + type: 'message', + }, + id: '164186', + }, + { + attributes: { + id: '1529874718.000080--tada--UAW8MEQJC', + labels: ['Reaction'], + }, + id: '34027', + }, + { + attributes: { + createdAt: '2019-11-08T17:30:26Z', + id: '1573234226.027800', + labels: ['Message', 'ThreadedMessage'], + text: 'In terms of generating a GraphQL API from an existing neo4j database, see this example: <https://blog.grandstack.io/inferring-graphql-type-definitions-from-an-existing-neo4j-database-dadca2138b25>', + type: 'message', + }, + id: '164535', + }, + { + attributes: { + id: '1573234226.027800--+1--UL65F4NTB', + labels: ['Reaction'], + }, + id: '34456', + }, + { + attributes: { + createdAt: '2019-11-20T22:14:52Z', + id: '1574288092.058300', + labels: ['Message', 'ThreadedMessage'], + text: 'For anyone else reading, this is the issue we’re referring to: <https://github.com/neo4j-graphql/neo4j-graphql-js/issues/347>', + type: 'message', + }, + id: '164614', + }, + { + attributes: { + id: '1574288092.058300--heavy_check_mark--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '34697', + }, + { + attributes: { + createdAt: '2019-11-25T22:11:05Z', + id: '1574719865.062000', + labels: ['Message', 'ThreadedMessage'], + text: ':thumbsup: sorry, we should make the `@neo4j_ignore` directive more visible in the docs', + type: 'message', + }, + id: '164619', + }, + { + attributes: { + id: '1574719865.062000--+1--UMYAJAFMK', + labels: ['Reaction'], + }, + id: '34750', + }, + { + attributes: { + createdAt: '2020-02-18T16:42:54Z', + id: '1582044174.048200', + labels: ['Message', 'ThreadedMessage'], + text: 'Cool - glad you figured it out. Note that in neo4j 4.0 the behavior here is different as all users and roles are managed in a “system†database', + type: 'message', + }, + id: '164714', + }, + { + attributes: { + id: '1582044174.048200--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '34852', + }, + { + attributes: { + createdAt: '2020-02-20T17:54:57Z', + id: '1582221297.058100', + labels: ['Message', 'ThreadedMessage'], + text: 'Excellent, news though I have to agree that the plugin really sped up prototyping. cheers.', + type: 'message', + }, + id: '164732', + }, + { + attributes: { + id: '1582221297.058100--+1--U0975P59N', + labels: ['Reaction'], + }, + id: '35044', + }, + { + attributes: { + createdAt: '2019-10-18T08:28:41Z', + id: '1571387321.006500', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: "Hi, sorry for the lack of response here. I can't keep up with this channel for support at the moment. I'll do the best I can from now :slightly_smiling_face:\n\nAnyway, the API is not removed and won't be for some time.\nWe still haven't ported everything to the GraphQL API yet. We deprecated it early so you developers could prepare for the coming change.\n\nFYI, neo4j-browser will switch to using the GraphQL API in the next or second next release.\nThere's a PR for it: <https://github.com/neo4j/neo4j-browser/pull/969>", + type: 'message', + }, + id: '164869', + }, + { + attributes: { + id: '1571387321.006500--handshake--U44ETTDLP', + labels: ['Reaction'], + }, + id: '35219', + }, + { + attributes: { + createdAt: '2019-10-18T08:36:33Z', + id: '1571387793.007000', + labels: ['Message', 'ThreadedMessage'], + text: "And you're right, 5 months ago there was a breaking change there.\nThe scheme was added and the docs wasn't updated.", + type: 'message', + }, + id: '164871', + }, + { + attributes: { + id: '1571387793.007000--+1--U44ETTDLP', + labels: ['Reaction'], + }, + id: '35326', + }, + { + attributes: { + createdAt: '2018-09-20T13:17:59Z', + id: '1537449479.000100', + labels: ['Message', 'ThreadedMessage'], + text: "Just in case you're still looking for this -- <https://www.youtube.com/watch?v=dW6JsFccdkM> :slightly_smiling_face:", + type: 'message', + }, + id: '165546', + }, + { + attributes: { + id: '1537449479.000100--+1--U09QAFDD3', + labels: ['Reaction'], + }, + id: '37870', + }, + { + attributes: { + createdAt: '2017-02-06T12:50:35Z', + id: '1486385435.004898', + labels: ['Message', 'ThreadedMessage'], + text: 'May be like this? \n\n`match (n) unwind(keys(n))as items return collect(distinct(items))`', + type: 'message', + }, + id: '186092', + }, + { + attributes: { + id: '1486385435.004898--+1--U2PBPERKK', + labels: ['Reaction'], + }, + id: '51593', + }, + { + attributes: { + createdAt: '2017-03-06T09:39:51Z', + id: '1488793191.007231', + labels: ['Message', 'ThreadedMessage'], + text: 'Sure thing, good luck!', + type: 'message', + }, + id: '187925', + }, + { + attributes: { + id: '1488793191.007231--+1--U3B4WRWJZ', + labels: ['Reaction'], + }, + id: '54421', + }, + { + attributes: { + createdAt: '2017-03-16T09:02:49Z', + id: '1489654969.051861', + labels: ['Message', 'ThreadedMessage'], + text: ":slightly_smiling_face: It is gaining traction. There's more players in the graph db market than ever, and Neo is still leading", + type: 'message', + }, + id: '188984', + }, + { + attributes: { + id: '1489654969.051861--+1--U0MTRQNPP', + labels: ['Reaction'], + }, + id: '55288', + }, + { + attributes: { + createdAt: '2017-04-03T10:35:52Z', + id: '1491215752.605098', + labels: ['Message', 'ThreadedMessage'], + text: '`(m:Migration {file:’001-create-person-index.cypher’})`', + type: 'message', + }, + id: '190440', + }, + { + attributes: { + id: '1491215752.605098--+1--U3B4WRWJZ', + labels: ['Reaction'], + }, + id: '56962', + }, + { + attributes: { + createdAt: '2017-05-08T02:14:00Z', + id: '1494209640.800668', + labels: ['Message', 'ThreadedMessage'], + text: '<http://neo4j.com/docs/developer-manual/current/cypher/clauses/merge/#query-merge-on-create-on-match>', + type: 'message', + }, + id: '193413', + }, + { + attributes: { + id: '1494209640.800668--+1--U3B4WRWJZ', + labels: ['Reaction'], + }, + id: '57852', + }, + { + attributes: { + createdAt: '2017-05-12T17:00:16Z', + id: '1494608416.929656', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: "<@U0E7MMYAW> Thanks for getting back. Didn't know <#C192NVBNE|neo4j-browser> exists :thinking_face: Should have checked that first. The issue we have is a confirmed bug: <https://github.com/neo4j/neo4j-browser/issues/511> - and that's taken care of. Thanks for your help!", + type: 'message', + }, + id: '193855', + }, + { + attributes: { + id: '1494608416.929656--+1--U0E7MMYAW', + labels: ['Reaction'], + }, + id: '58061', + }, + { + attributes: { + createdAt: '2017-05-12T19:10:52Z', + id: '1494616252.566021', + labels: ['Message', 'ThreadedMessage'], + text: 'true. I was against making the change originally because it’s one more thing for a user to learn. but I’m slowly coming around to it.', + type: 'message', + }, + id: '193883', + }, + { + attributes: { + id: '1494616252.566021--+1--U5A60979Q', + labels: ['Reaction'], + }, + id: '58370', + }, + { + attributes: { + createdAt: '2017-05-15T09:20:03Z', + id: '1494840003.243012', + labels: ['Message', 'ThreadedMessage'], + text: "I work now. It's fail because I only pass folder in --from. It's need path to dump file.", + type: 'message', + }, + id: '194043', + }, + { + attributes: { + id: '1494840003.243012--+1--U3LFDC78W', + labels: ['Reaction'], + }, + id: '58651', + }, + { + attributes: { + createdAt: '2017-05-23T09:49:13Z', + id: '1495532953.610235', + labels: ['Message', 'ThreadedMessage'], + text: 'Execute the query, then select the rows, text or code tab.', + type: 'message', + }, + id: '194552', + }, + { + attributes: { + id: '1495532953.610235--+1--U59PZLVKL', + labels: ['Reaction'], + }, + id: '58685', + }, + { + attributes: { + createdAt: '2017-05-23T09:50:07Z', + id: '1495533007.623909', + labels: ['Message', 'ThreadedMessage'], + text: 'I see it. Thank you', + type: 'message', + }, + id: '194553', + }, + { + attributes: { + id: '1495533007.623909--+1--U58A5L1AR', + labels: ['Reaction'], + }, + id: '58921', + }, + { + attributes: { + createdAt: '2017-06-05T19:28:37Z', + id: '1496690917.274412', + labels: ['Message', 'ThreadedMessage'], + text: 'It sounds like you already have a model satisfying one or more initial use cases and now you’re adding one, so that sounds like evolving the model. Embrace the agility of the graph :slightly_smiling_face: For performance, similar: evolve and benchmark with real or realistic load. Don’t optimize for performance too early unless performance is your use case (i.e. better performance is the reason you went graph). Write out the new queries you want to be able to run, evolve the model to satisfy those queries, see if performance is acceptable. If it isn’t, start looking at optimizations. If you go for speed first it will be much more difficult to create an expressive model that answers to your queries.', + type: 'message', + }, + id: '195533', + }, + { + attributes: { + id: '1496690917.274412--+1--U5N4SCYQH', + labels: ['Reaction'], + }, + id: '60684', + }, + { + attributes: { + createdAt: '2017-06-09T19:53:16Z', + id: '1497037996.923810', + labels: ['Message', 'ThreadedMessage'], + text: 'I’m still at the client, as soon I return to the hotel I’ll check this', + type: 'message', + }, + id: '195829', + }, + { + attributes: { + id: '1497037996.923810--+1--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '61369', + }, + { + attributes: { + createdAt: '2017-06-14T20:17:56Z', + id: '1497471476.837500', + labels: ['Message', 'ThreadedMessage'], + text: 'Okay, let me give this another try', + type: 'message', + }, + id: '196129', + }, + { + attributes: { + id: '1497471476.837500--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '62522', + }, + { + attributes: { + createdAt: '2017-06-20T17:14:39Z', + id: '1497978879.552777', + labels: ['Message', 'ThreadedMessage'], + text: "sarmbruster_neo4j: Thanks... I got it done... For future reference, I couldn't yum install enterprise without first removing community edition. However my database was still there and the only thing I needed to restore was my config file.", + type: 'message', + }, + id: '196641', + }, + { + attributes: { + id: '1497978879.552777--+1--U08K01M7V', + labels: ['Reaction'], + }, + id: '63210', + }, + { + attributes: { + createdAt: '2017-07-21T18:21:28Z', + id: '1500661288.763902', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks a lot ... it helps', + type: 'message', + }, + id: '199221', + }, + { + attributes: { + id: '1500661288.763902--+1--U08JH64PM', + labels: ['Reaction'], + }, + id: '64193', + }, + { + attributes: { + createdAt: '2017-08-14T13:31:14Z', + id: '1502717474.000390', + labels: ['Message', 'ThreadedMessage'], + text: "Yes, there's a kb article on this:\n<https://neo4j.com/developer/kb/updating-a-node-but-returning-its-state-from-before-the-update/>", + type: 'message', + }, + id: '201140', + }, + { + attributes: { + id: '1502717474.000390--+1--U5D6MFAHK', + labels: ['Reaction'], + }, + id: '64987', + }, + { + attributes: { + createdAt: '2017-08-18T10:31:20Z', + id: '1503052280.000116', + labels: ['Message', 'ThreadedMessage'], + text: 'I suspect you need to use apoc library for this, see <https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_conditional_cypher_execution>', + type: 'message', + }, + id: '201561', + }, + { + attributes: { + id: '1503052280.000116--+1--U5QS51B3R', + labels: ['Reaction'], + }, + id: '65435', + }, + { + attributes: { + createdAt: '2017-09-01T13:11:26Z', + id: '1504271486.000181', + labels: ['Message', 'ThreadedMessage'], + text: 'you can check the JDBC driver doc here : <http://neo4j-contrib.github.io/neo4j-jdbc/#_reporting_tools>', + type: 'message', + }, + id: '202415', + }, + { + attributes: { + id: '1504271486.000181--+1--U6M0L7AAY', + labels: ['Reaction'], + }, + id: '65977', + }, + { + attributes: { + createdAt: '2017-09-08T11:51:46Z', + id: '1504871506.000053', + labels: ['Message', 'ThreadedMessage'], + text: 'neo4j enterprise 3.2.x supports node-keys which are composite constraints', + type: 'message', + }, + id: '203204', + }, + { + attributes: { + id: '1504871506.000053--+1--U3B4WRWJZ', + labels: ['Reaction'], + }, + id: '66589', + }, + { + attributes: { + createdAt: '2017-11-02T19:02:11Z', + id: '1509649331.000395', + labels: ['Message', 'ThreadedMessage'], + text: "Yes, I believe that's about right.", + type: 'message', + }, + id: '207220', + }, + { + attributes: { + id: '1509649331.000395--+1--U7TL200QL', + labels: ['Reaction'], + }, + id: '69624', + }, + { + attributes: { + createdAt: '2017-11-03T06:25:58Z', + id: '1509690358.000078', + labels: ['Message', 'ThreadedMessage'], + text: 'Looks like you already calculated it. Rather than doing a return here, use a WITH clause, which will allow you to follow it with a WHERE clause, then do your return', + type: 'message', + }, + id: '207256', + }, + { + attributes: { + id: '1509690358.000078--+1--U7TL200QL', + labels: ['Reaction'], + }, + id: '69625', + }, + { + attributes: { + createdAt: '2017-11-07T16:45:11Z', + id: '1510073111.000585', + labels: ['Message', 'ThreadedMessage'], + text: "we'll rework that guide soonish", + type: 'message', + }, + id: '207862', + }, + { + attributes: { + id: '1510073111.000585--slightly_smiling_face--U7CJ3DLP7', + labels: ['Reaction'], + }, + id: '70010', + }, + { + attributes: { + createdAt: '2017-11-15T08:39:49Z', + id: '1510735189.000103', + labels: ['Message', 'ThreadedMessage'], + text: "yes they will affect performance, if you don't need them remove all except one", + type: 'message', + }, + id: '208411', + }, + { + attributes: { + id: '1510735189.000103--+1::skin-tone-4--U5F148JMS', + labels: ['Reaction'], + }, + id: '70304', + }, + { + attributes: { + createdAt: '2017-11-27T17:38:27Z', + id: '1511804307.000191', + labels: ['Message', 'ThreadedMessage'], + text: 'did you expose your ports? `-p 7474:7474`', + type: 'message', + }, + id: '209169', + }, + { + attributes: { + id: '1511804307.000191--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '71041', + }, + { + attributes: { + createdAt: '2017-12-04T23:29:36Z', + id: '1512430176.000058', + labels: ['Message', 'ThreadedMessage'], + text: 'You can just use the rpm or apt linux installer for community.', + type: 'message', + }, + id: '209668', + }, + { + attributes: { + id: '1512430176.000058--slightly_smiling_face--U7CJ3DLP7', + labels: ['Reaction'], + }, + id: '71132', + }, + { + attributes: { + id: '1512430176.000058--heart--U7CJ3DLP7', + labels: ['Reaction'], + }, + id: '71141', + }, + { + attributes: { + createdAt: '2017-12-04T23:31:35Z', + id: '1512430295.000299', + labels: ['Message', 'ThreadedMessage'], + text: 'you can do all the create index in parallel and then do the create constraint last', + type: 'message', + }, + id: '209671', + }, + { + attributes: { + id: '1512430295.000299--+1--U415DTY69', + labels: ['Reaction'], + }, + id: '71156', + }, + { + attributes: { + createdAt: '2017-12-07T23:55:18Z', + id: '1512690918.000067', + labels: ['Message', 'ThreadedMessage'], + text: 'there is no limit, usually 1-5 work well', + type: 'message', + }, + id: '209946', + }, + { + attributes: { + id: '1512690918.000067--thanks--U3E3G6QQM', + labels: ['Reaction'], + }, + id: '71187', + }, + { + attributes: { + createdAt: '2017-12-16T20:40:08Z', + id: '1513456808.000038', + labels: ['Message', 'ThreadedMessage'], + text: 'Use the open folder button', + type: 'message', + }, + id: '210535', + }, + { + attributes: { + id: '1513456808.000038--slightly_smiling_face--U7CJ3DLP7', + labels: ['Reaction'], + }, + id: '71271', + }, + { + attributes: { + createdAt: '2018-01-01T09:48:47Z', + id: '1514800127.000029', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'A lot of stuff on the net describes how to identify the inconsistencies and other Neo4j DB errors but no one describes how to recover them. I miss something??\nThanks for each answer!', + type: 'message', + }, + id: '211055', + }, + { + attributes: { + id: '1514800127.000029--+1--U55K14XSR', + labels: ['Reaction'], + }, + id: '71355', + }, + { + attributes: { + createdAt: '2018-01-06T00:23:07Z', + id: '1515198187.000059', + labels: ['Message', 'ThreadedMessage'], + text: 'best ask in <#C08J2BNPP|neo4j-javascript>', + type: 'message', + }, + id: '211239', + }, + { + attributes: { + id: '1515198187.000059--+1--U78H5SA3H', + labels: ['Reaction'], + }, + id: '71441', + }, + { + attributes: { + createdAt: '2018-01-06T14:22:01Z', + id: '1515248521.000066', + labels: ['Message', 'ThreadedMessage'], + text: 'today in 3.3 you can use `MATCH (n) WHERE n:Foo OR n:Bar`', + type: 'message', + }, + id: '211260', + }, + { + attributes: { + id: '1515248521.000066--+1--U6C7BHL9G', + labels: ['Reaction'], + }, + id: '71477', + }, + { + attributes: { + createdAt: '2018-01-08T14:51:58Z', + id: '1515423118.000242', + labels: ['Message', 'ThreadedMessage'], + text: "The takeaway here is that because we don't have explicit GROUP BY, everything that's not an aggregation is implicitely grouped by on ...", + type: 'message', + }, + id: '211437', + }, + { + attributes: { + id: '1515423118.000242--+1--U4HUUHU7L', + labels: ['Reaction'], + }, + id: '71533', + }, + { + attributes: { + createdAt: '2018-01-08T14:53:36Z', + id: '1515423216.000268', + labels: ['Message', 'ThreadedMessage'], + text: "You're not pulling out r in the WITH, just r.weight.", + type: 'message', + }, + id: '211442', + }, + { + attributes: { + id: '1515423216.000268--+1--U4HUUHU7L', + labels: ['Reaction'], + }, + id: '71535', + }, + { + attributes: { + createdAt: '2018-01-08T15:07:41Z', + id: '1515424061.000711', + labels: ['Message', 'ThreadedMessage'], + text: 'The existing property (aka weight) should be an integer from previous apoc.periodic.iterate, so I might need to make that float instead of integer in WITH, then as you say convert each part of the division to float. I will try that, thanks :slightly_smiling_face:', + type: 'message', + }, + id: '211455', + }, + { + attributes: { + id: '1515424061.000711--+1--U58A5L1AR', + labels: ['Reaction'], + }, + id: '71536', + }, + { + attributes: { + createdAt: '2018-01-09T18:34:02Z', + id: '1515522842.000221', + labels: ['Message', 'ThreadedMessage'], + text: 'The queries look good, you may want to ask on another channel like <#C5C4JRFK7|neo4j-graph-algorithm>', + type: 'message', + }, + id: '211510', + }, + { + attributes: { + id: '1515522842.000221--grinning--U4HUUHU7L', + labels: ['Reaction'], + }, + id: '71539', + }, + { + attributes: { + createdAt: '2018-01-12T07:30:08Z', + id: '1515742208.000174', + labels: ['Message', 'ThreadedMessage'], + text: 'use the import tool for the initial import', + type: 'message', + }, + id: '211841', + }, + { + attributes: { + id: '1515742208.000174--+1--U7DQZLPBQ', + labels: ['Reaction'], + }, + id: '71548', + }, + { + attributes: { + createdAt: '2018-01-28T13:00:02Z', + id: '1517144402.000126', + labels: ['Message', 'ThreadedMessage'], + text: 'woot !! Congratulations !!', + type: 'message', + }, + id: '212907', + }, + { + attributes: { + id: '1517144402.000126--heart--U7CJ3DLP7', + labels: ['Reaction'], + }, + id: '71820', + }, + { + attributes: { + createdAt: '2018-01-29T08:45:47Z', + id: '1517215547.000115', + labels: ['Message', 'ThreadedMessage'], + text: 'Gefeliciteerd Jochem!', + type: 'message', + }, + id: '212924', + }, + { + attributes: { + id: '1517215547.000115--heart--U7CJ3DLP7', + labels: ['Reaction'], + }, + id: '71821', + }, + { + attributes: { + createdAt: '2018-02-06T23:31:03Z', + id: '1517959863.000128', + labels: ['Message', 'ThreadedMessage'], + text: 'the ratio gives you the deleted ratio', + type: 'message', + }, + id: '213575', + }, + { + attributes: { + id: '1517959863.000128--+1--U91SV2A78', + labels: ['Reaction'], + }, + id: '71967', + }, + { + attributes: { + createdAt: '2018-02-11T13:37:53Z', + id: '1518356273.000063', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes, drop me an email and I connect you to someone who has worked in this area. <mailto:michael@neo4j.com|michael@neo4j.com>', + type: 'message', + }, + id: '213954', + }, + { + attributes: { + id: '1518356273.000063--+1--U93L3LWE8', + labels: ['Reaction'], + }, + id: '72031', + }, + { + attributes: { + createdAt: '2018-02-20T09:09:40Z', + id: '1519117780.000442', + labels: ['Message', 'ThreadedMessage'], + text: 'hopefully no one', + type: 'message', + }, + id: '214820', + }, + { + attributes: { + id: '1519117780.000442--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '72350', + }, + { + attributes: { + createdAt: '2018-02-20T09:21:11Z', + id: '1519118471.000024', + labels: ['Message', 'ThreadedMessage'], + text: "I'd be more strict and would only allow `[A-Za-z0-9_]` for reltypes and labels.", + type: 'message', + }, + id: '214832', + }, + { + attributes: { + id: '1519118471.000024--+1--U08J3F3L3', + labels: ['Reaction'], + }, + id: '72365', + }, + { + attributes: { + createdAt: '2018-02-26T07:11:47Z', + id: '1519629107.000126', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks <@U08JH64PM> ', + type: 'message', + }, + id: '215309', + }, + { + attributes: { + id: '1519629107.000126--+1--U08JH64PM', + labels: ['Reaction'], + }, + id: '72459', + }, + { + attributes: { + createdAt: '2018-02-27T16:46:43Z', + id: '1519750003.000130', + labels: ['Message', 'ThreadedMessage'], + text: ':+1:', + type: 'message', + }, + id: '215428', + }, + { + attributes: { + id: '1519750003.000130--+1--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '72466', + }, + { + attributes: { + createdAt: '2018-03-10T04:25:01Z', + id: '1520655901.000109', + labels: ['Message', 'ThreadedMessage'], + text: '<@U4HUUHU7L> , this version of RNeo4j is mainly valuable if you are using Neo4j Enterprise with clustering. Bolt is more secure, and the performance is better with cypher queries so their other advantages. To run the new version of RNeo4j requires that you have the Rust language available on your computer . There are instructions how to do this on Github. My recommendation is that you use the existing RNeo4j until you require Bolt for an enterprise solution, or if you would like better security on your local computer. We should be able to get our version as the default in the near future.', + type: 'message', + }, + id: '216129', + }, + { + attributes: { + id: '1520655901.000109--+1--U4HUUHU7L', + labels: ['Reaction'], + }, + id: '72535', + }, + { + attributes: { + createdAt: '2018-03-13T08:21:47Z', + id: '1520929307.000260', + labels: ['Message', 'ThreadedMessage'], + text: 'Good stuff in there. Good luck!', + type: 'message', + }, + id: '216288', + }, + { + attributes: { + id: '1520929307.000260--+1--U9LTXC264', + labels: ['Reaction'], + }, + id: '72640', + }, + { + attributes: { + createdAt: '2018-03-13T16:54:21Z', + id: '1520960061.000811', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'ref card: <https://neo4j.com/docs/cypher-refcard/current/>', + type: 'message', + }, + id: '216344', + }, + { + attributes: { + id: '1520960061.000811--+1--U9LAZ7ZH6', + labels: ['Reaction'], + }, + id: '72727', + }, + { + attributes: { + createdAt: '2018-03-13T18:50:06Z', + id: '1520967006.000089', + labels: ['Message', 'ThreadedMessage'], + text: 'If you\'re using the browser, you\'ll want to do this before you execute your query:\n`:param batch: [{name:"Alice",age:32},{name:"Bob",age:42}]`\n\nIf you\'re using a driver, then you\'ll want to create and pass a param map with those values', + type: 'message', + }, + id: '216363', + }, + { + attributes: { + id: '1520967006.000089--+1--U9LTXC264', + labels: ['Reaction'], + }, + id: '72763', + }, + { + attributes: { + createdAt: '2018-03-19T15:41:20Z', + id: '1521474080.000390', + labels: ['Message', 'ThreadedMessage'], + text: 'Found `apoc.atomic.add` and `apoc.atomic.subtract`', + type: 'message', + }, + id: '216987', + }, + { + attributes: { + id: '1521474080.000390--heart--U9GQ33YH2', + labels: ['Reaction'], + }, + id: '73225', + }, + { + attributes: { + createdAt: '2018-03-19T23:51:57Z', + id: '1521503517.000243', + labels: ['Message', 'ThreadedMessage'], + text: 'youc an also create a map and use `SET r += {props} `', + type: 'message', + }, + id: '217020', + }, + { + attributes: { + id: '1521503517.000243--+1::skin-tone-3--U9GQ33YH2', + labels: ['Reaction'], + }, + id: '73255', + }, + { + attributes: { + createdAt: '2018-03-21T23:15:38Z', + id: '1521674138.000127', + labels: ['Message', 'ThreadedMessage'], + text: "yes, it's called node-key", + type: 'message', + }, + id: '217176', + }, + { + attributes: { + id: '1521674138.000127--+1--U8S7BGJ3W', + labels: ['Reaction'], + }, + id: '73372', + }, + { + attributes: { + createdAt: '2018-03-24T00:22:46Z', + id: '1521850966.000039', + labels: ['Message', 'ThreadedMessage'], + text: 'not as much as possible, keep it between 1k and 10k writes.', + type: 'message', + }, + id: '217440', + }, + { + attributes: { + id: '1521850966.000039--+1--U7DQZLPBQ', + labels: ['Reaction'], + }, + id: '73561', + }, + { + attributes: { + createdAt: '2018-03-26T21:02:12Z', + id: '1522098132.000554', + labels: ['Message', 'ThreadedMessage'], + text: "Update: I've implemented a batched write solution so that post updates happen in around 10K transactions total instead of around 90K transactions and the performance is _much much_ better!", + type: 'message', + }, + id: '217606', + }, + { + attributes: { + id: '1522098132.000554--+1--U08JH64PM', + labels: ['Reaction'], + }, + id: '73562', + }, + { + attributes: { + createdAt: '2018-04-03T08:33:58Z', + id: '1522744438.000496', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'If you want to run a query spreading over multiple different neo4j instances you can use `apoc.bolt.execute` to run a query on another instance in another graph.\nSee <https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_bolt>', + type: 'message', + }, + id: '218182', + }, + { + attributes: { + id: '1522744438.000496--heart--U9Y5GAHUY', + labels: ['Reaction'], + }, + id: '74394', + }, + { + attributes: { + createdAt: '2018-04-03T11:18:12Z', + id: '1522754292.000240', + labels: ['Message', 'ThreadedMessage'], + text: 'if short: set initial size to same value as max size. Pagecache is off heap and should be same as graph size in an ideal setup. your config eats 32 G.', + type: 'message', + }, + id: '218192', + }, + { + attributes: { + id: '1522754292.000240--+1--U6BJWR96Z', + labels: ['Reaction'], + }, + id: '74395', + }, + { + attributes: { + createdAt: '2018-04-19T12:46:31Z', + id: '1524141991.000092', + labels: ['Message', 'ThreadedMessage'], + text: 'you should configure the heap size, not only the page cache size. To do it add this line on your docker command : ```\n--env=NEO4J_dbms_memory_heap_initialSize=4G\n--env=NEO4J_dbms_memory_heap_maxSize=4G\n```', + type: 'message', + }, + id: '219892', + }, + { + attributes: { + id: '1524141991.000092--+1--UA5S7JEG3', + labels: ['Reaction'], + }, + id: '75853', + }, + { + attributes: { + createdAt: '2018-04-20T13:16:37Z', + id: '1524230197.000307', + labels: ['Message', 'ThreadedMessage'], + text: 'stop your database, run the script `copy-store.sh enterprise graph.db target.db`, then backup the graph.db somewhere, copy the target.db as graph.db inside Neo4j, and restart it', + type: 'message', + }, + id: '220092', + }, + { + attributes: { + id: '1524230197.000307--+1--U0DNS24SZ', + labels: ['Reaction'], + }, + id: '76176', + }, + { + attributes: { + createdAt: '2018-04-23T21:29:31Z', + id: '1524518971.000421', + labels: ['Message', 'ThreadedMessage'], + text: "It may help to keep in mind that UNWIND is not a looping construct. It changes list elements into rows, and since Cypher operators execute per row, it *seems* like a looping construct, but that's not what's going on. \n\nSo if you have your lists `a` and `b` in scope, doing `UNWIND a as aElement UNWIND b as bElement` you have a cartesian product between the two", + type: 'message', + }, + id: '220436', + }, + { + attributes: { + id: '1524518971.000421--+1::skin-tone-3--U9GQ33YH2', + labels: ['Reaction'], + }, + id: '76584', + }, + { + attributes: { + createdAt: '2018-04-25T15:18:37Z', + id: '1524669517.000448', + labels: ['Message', 'ThreadedMessage'], + text: 'Beautiful! Thank you so much.', + type: 'message', + }, + id: '220644', + }, + { + attributes: { + id: '1524669517.000448--+1--U08JH64PM', + labels: ['Reaction'], + }, + id: '76592', + }, + { + attributes: { + createdAt: '2018-04-26T06:19:57Z', + id: '1524723597.000079', + labels: ['Message', 'ThreadedMessage'], + text: 'use apoc.load.json together with apoc.periodic.iterate, the json loading is streaming and can then drive your main statement', + type: 'message', + }, + id: '220700', + }, + { + attributes: { + id: '1524723597.000079--sunglasses--U9GQ33YH2', + labels: ['Reaction'], + }, + id: '76606', + }, + { + attributes: { + createdAt: '2018-05-04T16:36:25Z', + id: '1525451785.000583', + labels: ['Message', 'ThreadedMessage'], + text: 'So for example, if you needed to make sure there was a true `active` property on all relationships of the var-length path, you might do:\n\n```\nMATCH p = (node1)<-[*..2]->(node2) \nWHERE ID(node1) = 122 \nAND all(rel in relationships(p) WHERE rel.active)\nRETURN p\n```', + type: 'message', + }, + id: '221235', + }, + { + attributes: { + id: '1525451785.000583--+1::skin-tone-3--U9GQ33YH2', + labels: ['Reaction'], + }, + id: '76626', + }, + { + attributes: { + id: '1525451785.000583--+1--UA601ADC7', + labels: ['Reaction'], + }, + id: '76627', + }, + { + attributes: { + createdAt: '2018-05-04T20:44:32Z', + id: '1525466672.000350', + labels: ['Message', 'ThreadedMessage'], + text: 'We are running an embedded engine using bolt, but it only works on JRE 8. You might check out „in-memory-db“ in <https://github.com/gorillalabs/neo4j-clj/blob/master/src/neo4j_clj/core.clj> for reference. It‘s Clojure, but really simple. Connect to <https://github.com/maxlorenz> for further info, I‘m off for a week.', + type: 'message', + }, + id: '221251', + }, + { + attributes: { + id: '1525466672.000350--+1--UAJD18EFM', + labels: ['Reaction'], + }, + id: '76643', + }, + { + attributes: { + id: '1525466672.000350--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '76644', + }, + { + attributes: { + createdAt: '2018-05-07T01:29:24Z', + id: '1525656564.000065', + labels: ['Message', 'ThreadedMessage'], + text: "I'd stick with the unwind approach. ", + type: 'message', + }, + id: '221407', + }, + { + attributes: { + id: '1525656564.000065--+1--U9NPZT6DU', + labels: ['Reaction'], + }, + id: '76645', + }, + { + attributes: { + createdAt: '2018-05-07T09:51:31Z', + id: '1525686691.000101', + labels: ['Message', 'ThreadedMessage'], + text: '<@U9GQ33YH2> <@U08J1KK9T> has been working on some recipe graph recently, please ping him', + type: 'message', + }, + id: '221435', + }, + { + attributes: { + id: '1525686691.000101--tada--U9GQ33YH2', + labels: ['Reaction'], + }, + id: '76646', + }, + { + attributes: { + createdAt: '2018-05-07T13:04:42Z', + id: '1525698282.000381', + labels: ['Message', 'ThreadedMessage'], + text: 'yep it was this lecture: <https://github.com/TaddyLab/MBAmaterials/blob/master/lectures/07Clustering.pdf>', + type: 'message', + }, + id: '221450', + }, + { + attributes: { + id: '1525698282.000381--heart_eyes--U9GQ33YH2', + labels: ['Reaction'], + }, + id: '76648', + }, + { + attributes: { + createdAt: '2018-05-08T04:34:16Z', + id: '1525754056.000055', + labels: ['Message', 'ThreadedMessage'], + text: 'Nah, go ahead', + type: 'message', + }, + id: '221479', + }, + { + attributes: { + id: '1525754056.000055--+1--U9NPZT6DU', + labels: ['Reaction'], + }, + id: '76649', + }, + { + attributes: { + createdAt: '2018-05-15T22:43:48Z', + id: '1526424228.000021', + labels: ['Message', 'ThreadedMessage'], + text: 'MERGE (n:TESTNODE) WHERE id(n) = 123 SET n.temp += 1234', + type: 'message', + }, + id: '222034', + }, + { + attributes: { + id: '1526424228.000021--+1--U0E7MMYAW', + labels: ['Reaction'], + }, + id: '76849', + }, + { + attributes: { + createdAt: '2018-05-18T13:02:41Z', + id: '1526648561.000196', + labels: ['Message', 'ThreadedMessage'], + text: "It depends if your csv file has a header line. If so `WITH HEADERS`. In case of `WITH HEADERS` you can reference the column my name, e.g. `row.my_column_name` otherwise it's numeric offsets: `row[1]`.", + type: 'message', + }, + id: '222242', + }, + { + attributes: { + id: '1526648561.000196--+1--UARD5THM0', + labels: ['Reaction'], + }, + id: '76851', + }, + { + attributes: { + createdAt: '2018-05-18T20:44:23Z', + id: '1526676263.000409', + labels: ['Message', 'ThreadedMessage'], + text: 'just use UNWIND in Cypher and pass in a list of maps.', + type: 'message', + }, + id: '222251', + }, + { + attributes: { + id: '1526676263.000409--+1--UASF11YNP', + labels: ['Reaction'], + }, + id: '76853', + }, + { + attributes: { + createdAt: '2018-05-29T16:02:28Z', + id: '1527609748.000361', + labels: ['Message', 'ThreadedMessage'], + text: "thanks, Joseph! I'll look into this", + type: 'message', + }, + id: '222695', + }, + { + attributes: { + id: '1527609748.000361--heart--U9Y5GAHUY', + labels: ['Reaction'], + }, + id: '77494', + }, + { + attributes: { + createdAt: '2018-05-30T14:27:52Z', + id: '1527690472.000008', + labels: ['Message', 'ThreadedMessage'], + text: 'thanks !', + type: 'message', + }, + id: '222779', + }, + { + attributes: { + id: '1527690472.000008--+1--U5A60979Q', + labels: ['Reaction'], + }, + id: '77519', + }, + { + attributes: { + createdAt: '2018-06-06T07:06:00Z', + id: '1528268760.000027', + labels: ['Message', 'ThreadedMessage'], + text: "Oohhhh, I just realised that I'd accidentally overridden the files that the old docker container was looking at with a v3.4 import (so it was still trying to use v3.3 to run it). Thanks both!", + type: 'message', + }, + id: '223101', + }, + { + attributes: { + id: '1528268760.000027--+1--UAYNPAK7S', + labels: ['Reaction'], + }, + id: '78049', + }, + { + attributes: { + createdAt: '2018-06-18T14:59:41Z', + id: '1529333981.000449', + labels: ['Message', 'ThreadedMessage'], + text: "Are you sure that's the unix timestamp in ms?\n\nIf you assume that's seconds instead of ms, then convert:\n\n```\nreturn apoc.date.format(1521651600, 's', 'yyyy-MM-dd')\n```\nyou get \"2018-03-21\"", + type: 'message', + }, + id: '223621', + }, + { + attributes: { + id: '1529333981.000449--+1--U5PUTS1C3', + labels: ['Reaction'], + }, + id: '78770', + }, + { + attributes: { + createdAt: '2018-06-19T10:24:03Z', + id: '1529403843.000144', + labels: ['Message', 'ThreadedMessage'], + text: 'You can get it easiest with the social media sign-in.', + type: 'message', + }, + id: '223656', + }, + { + attributes: { + id: '1529403843.000144--+1--UAXJF67J4', + labels: ['Reaction'], + }, + id: '78789', + }, + { + attributes: { + createdAt: '2018-06-22T23:01:29Z', + id: '1529708489.000208', + labels: ['Message', 'ThreadedMessage'], + text: "No sharding capabilities at this time. For our clustering solutions, the entire graph must be present. For scaling out reads, you can add read replica instances to the cluster, as the bolt+routing protocol will route explicit read transactions among followers and read replicas. Write scaling is vertical, you would be adding more RAM or upgrading hardware on the core instances. Here's our causal cluster architecture for reference.\n<https://neo4j.com/docs/operations-manual/3.3/clustering/causal-clustering/>", + type: 'message', + }, + id: '223832', + }, + { + attributes: { + id: '1529708489.000208--thinking_face--U5N91AP8A', + labels: ['Reaction'], + }, + id: '78796', + }, + { + attributes: { + createdAt: '2018-06-27T17:53:42Z', + id: '1530122022.000029', + labels: ['Message', 'ThreadedMessage'], + text: 'Not yet. Since this is happening when I restore a backup from my online vendor to a local instance (Online version 3.3.4 vs. local 3.4.1) there may be an issue between restoring of versions. Things I was going to test is restoring to the same version and also test exporting from local restore to a new instance via exporting cypher statements and rerunning instead of using the restore process', + type: 'message', + }, + id: '224052', + }, + { + attributes: { + id: '1530122022.000029--+1--UBECDSPNC', + labels: ['Reaction'], + }, + id: '78835', + }, + { + attributes: { + createdAt: '2018-06-28T17:39:09Z', + id: '1530207549.000249', + labels: ['Message', 'ThreadedMessage'], + text: '<@UBECDSPNC> Got it! Thank you very much', + type: 'message', + }, + id: '224145', + }, + { + attributes: { + id: '1530207549.000249--+1--UBECDSPNC', + labels: ['Reaction'], + }, + id: '78937', + }, + { + attributes: { + createdAt: '2018-06-29T13:42:36Z', + id: '1530279756.000417', + labels: ['Message', 'ThreadedMessage'], + text: 'Make the whole string a parameter', + type: 'message', + }, + id: '224186', + }, + { + attributes: { + id: '1530279756.000417--+1--U5N91AP8A', + labels: ['Reaction'], + }, + id: '78938', + }, + { + attributes: { + createdAt: '2018-06-29T13:52:18Z', + id: '1530280338.000447', + labels: ['Message', 'ThreadedMessage'], + text: 'Take a look at this blog post series <https://maxdemarzi.com/2017/03/30/building-a-twitter-clone-with-neo4j-part-one/>', + type: 'message', + }, + id: '224187', + }, + { + attributes: { + id: '1530280338.000447--+1--UBE7F2Y4F', + labels: ['Reaction'], + }, + id: '79008', + }, + { + attributes: { + createdAt: '2018-07-02T13:30:33Z', + id: '1530538233.000331', + labels: ['Message', 'ThreadedMessage'], + text: 'really appreciate', + type: 'message', + }, + id: '224289', + }, + { + attributes: { + id: '1530538233.000331--+1--U79NQ8BCZ', + labels: ['Reaction'], + }, + id: '79038', + }, + { + attributes: { + createdAt: '2018-07-02T15:43:07Z', + id: '1530546187.000148', + labels: ['Message', 'ThreadedMessage'], + text: 'also best ask in <#C2M5H4RC0|neo4j-clustering>', + type: 'message', + }, + id: '224294', + }, + { + attributes: { + id: '1530546187.000148--+1--U9373KH61', + labels: ['Reaction'], + }, + id: '79044', + }, + { + attributes: { + createdAt: '2018-07-10T18:17:13Z', + id: '1531246633.000502', + labels: ['Message', 'ThreadedMessage'], + text: "I'm looking at putting together some up to date material, but that site isn't ours. I'll post on here when we have something.", + type: 'message', + }, + id: '224625', + }, + { + attributes: { + id: '1531246633.000502--+1--U5AM942SC', + labels: ['Reaction'], + }, + id: '79149', + }, + { + attributes: { + id: '1531246633.000502--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '79276', + }, + { + attributes: { + createdAt: '2018-07-23T21:17:03Z', + id: '1532380623.000204', + labels: ['Message', 'ThreadedMessage'], + text: "Use `CALL <http://apoc.help|apoc.help>('apoc.util')` to see which are available for your APOC version", + type: 'message', + }, + id: '225292', + }, + { + attributes: { + id: '1532380623.000204--+1--U9GCR2RPZ', + labels: ['Reaction'], + }, + id: '79756', + }, + { + attributes: { + id: '1532380623.000204--thank-you-bow--U9GCR2RPZ', + labels: ['Reaction'], + }, + id: '79951', + }, + { + attributes: { + createdAt: '2018-07-24T16:30:49Z', + id: '1532449849.000167', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks again, <@U9373KH61>, It turned out to be a networking issue as you had suggested. I was able to resolve it by adding an inbound rule.', + type: 'message', + }, + id: '225312', + }, + { + attributes: { + id: '1532449849.000167--+1--U9373KH61', + labels: ['Reaction'], + }, + id: '79952', + }, + { + attributes: { + createdAt: '2018-07-30T18:34:06Z', + id: '1532975646.000239', + labels: ['Message', 'ThreadedMessage'], + text: 'There are some bugs with this. Try out apoc.meta.graph() using APOC Procedures instead', + type: 'message', + }, + id: '225544', + }, + { + attributes: { + id: '1532975646.000239--+1--U9373KH61', + labels: ['Reaction'], + }, + id: '80315', + }, + { + attributes: { + createdAt: '2018-08-01T21:52:08Z', + id: '1533160328.000163', + labels: ['Message', 'ThreadedMessage'], + text: "That feature has been heavily requested, but hasn't been a priority for some time due to greater prioritizations on other features (such as replacing lucene for indexing to improve write speed). This feature is currently scheduled for the 3.5 release later this year", + type: 'message', + }, + id: '225654', + }, + { + attributes: { + id: '1533160328.000163--tada--U9373KH61', + labels: ['Reaction'], + }, + id: '80383', + }, + { + attributes: { + id: '1533160328.000163--tada--U9RLSA7C2', + labels: ['Reaction'], + }, + id: '80384', + }, + { + attributes: { + createdAt: '2018-08-03T13:46:34Z', + id: '1533303994.000275', + labels: ['Message', 'ThreadedMessage'], + text: 'Wrong Greg :stuck_out_tongue:', + type: 'message', + }, + id: '225723', + }, + { + attributes: { + id: '1533303994.000275--open_mouth--UBZKBMPFC', + labels: ['Reaction'], + }, + id: '80457', + }, + { + attributes: { + createdAt: '2018-08-06T05:59:20Z', + id: '1533535160.000019', + labels: ['Message', 'ThreadedMessage'], + text: 'you can e.g. do a `wget <http://yum.neo4j.org/stable/neo4j-enterprise-3.4.5-1.noarch.rpm>`. Note that neo4j has a dependency on `cypher-shell`, so do a `wget <http://yum.neo4j.org/stable/cypher-shell-1.1.5-1.noarch.rpm>` as well', + type: 'message', + }, + id: '225764', + }, + { + attributes: { + id: '1533535160.000019--heavy_check_mark--UC39PB4B0', + labels: ['Reaction'], + }, + id: '80477', + }, + { + attributes: { + createdAt: '2018-08-06T06:05:46Z', + id: '1533535546.000077', + labels: ['Message', 'ThreadedMessage'], + text: "you can analyze a yum repo by fetching it's `repomd.xml`, so `wget <http://yum.neo4j.org/stable/repodata/repomd.xml>`. It contains a reference to a primary.xml, in our case <http://yum.neo4j.org/stable/repodata/1c53f48b58adba5ce7e1a0c18961e562b097a3f7fd0c32bef8429c70ccb3378b-primary.xml.gz> which contains a toc for the repo.", + type: 'message', + }, + id: '225765', + }, + { + attributes: { + id: '1533535546.000077--heavy_check_mark--UC39PB4B0', + labels: ['Reaction'], + }, + id: '80486', + }, + { + attributes: { + createdAt: '2018-08-08T20:59:29Z', + id: '1533761969.000328', + labels: ['Message', 'ThreadedMessage'], + text: 'Boom!! thanks again', + type: 'message', + }, + id: '225913', + }, + { + attributes: { + id: '1533761969.000328--clap--U7J2Q03JA', + labels: ['Reaction'], + }, + id: '80914', + }, + { + attributes: { + createdAt: '2018-08-09T09:43:55Z', + id: '1533807835.000212', + labels: ['Message', 'ThreadedMessage'], + text: 'but you can also use any other type or virtual environment like vagrant or so... anything that abstracts the underlying OS away', + type: 'message', + }, + id: '225953', + }, + { + attributes: { + id: '1533807835.000212--+1--UB0FFTDQ9', + labels: ['Reaction'], + }, + id: '80915', + }, + { + attributes: { + createdAt: '2018-08-14T14:21:26Z', + id: '1534256486.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'linkurious or yfiles.', + type: 'message', + }, + id: '226144', + }, + { + attributes: { + id: '1534256486.000100--grinning--U4T09CQ9H', + labels: ['Reaction'], + }, + id: '80978', + }, + { + attributes: { + createdAt: '2018-08-14T16:20:01Z', + id: '1534263601.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'So the initial connection to the cluster MUST be to a core instance. They have the routing table info, and once that connection is made the driver now has the routing table too, and is able to get an updated routing table when necessary. \n\nAt that point, routing decisions happen at the driver level on the client driven by what the client knows from the routing table.', + type: 'message', + }, + id: '226159', + }, + { + attributes: { + id: '1534263601.000100--+1--U9373KH61', + labels: ['Reaction'], + }, + id: '81436', + }, + { + attributes: { + createdAt: '2018-08-15T08:04:47Z', + id: '1534320287.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'asshole', + type: 'message', + }, + id: '226216', + }, + { + attributes: { + id: '1534320287.000100--face_vomiting--U81EFPVC0', + labels: ['Reaction'], + }, + id: '81469', + }, + { + attributes: { + createdAt: '2018-08-15T08:07:04Z', + id: '1534320424.000100', + labels: ['Message', 'ThreadedMessage'], + text: "Dude, you've asked a question without providing any reasonable context. Therefore I assume you not even have googled for it.\nAnd calling active supporters here publically an \"asshole\" is for sure not a good way to get support here.\nPlease go back to your parents and ask them for some education. Once you've learned how to stay polite you're invited to come back.", + type: 'message', + }, + id: '226218', + }, + { + attributes: { + id: '1534320424.000100--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '81484', + }, + { + attributes: { + createdAt: '2018-08-15T10:38:03Z', + id: '1534329483.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'it should. To reduce invocations you using collect/unwind might be a good idea:\n```MATCH (node) // do some fancy traversal\nWITH collect(node) AS nodes\nCALL apoc.run.cypher("UNWIND $nodes as n SET n.count = n.count+1", {nodes:nodes}) YIELD ... RETURN ...\n```', + type: 'message', + }, + id: '226221', + }, + { + attributes: { + id: '1534329483.000100--+1--U81EFPVC0', + labels: ['Reaction'], + }, + id: '81485', + }, + { + attributes: { + createdAt: '2018-08-15T11:23:13Z', + id: '1534332193.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'thanks <@U3RJEUY2Z>! that explained alot. really got it wrong there. i modified my setup and now its running. not as i planned but i think i can live with that for the moment :slightly_smiling_face:', + type: 'message', + }, + id: '226223', + }, + { + attributes: { + id: '1534332193.000100--+1--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '81494', + }, + { + attributes: { + createdAt: '2018-08-15T11:28:31Z', + id: '1534332511.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'graphql runs over http, not sure if graphenedb still supports custom extensions. You can either deploy the neo4j-graphql extension or use neo4j-graphql-js in front of your database. See <#C5ET7S24R|neo4j-graphql>', + type: 'message', + }, + id: '226224', + }, + { + attributes: { + id: '1534332511.000100--100--UC7J0M0DT', + labels: ['Reaction'], + }, + id: '81495', + }, + { + attributes: { + createdAt: '2018-08-15T11:29:03Z', + id: '1534332543.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'it sounds as if apoc.periodic.iterate might be a better match for your needs.', + type: 'message', + }, + id: '226225', + }, + { + attributes: { + id: '1534332543.000100--+1--U81EFPVC0', + labels: ['Reaction'], + }, + id: '81507', + }, + { + attributes: { + createdAt: '2018-09-17T08:17:18Z', + id: '1537172238.000100', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'We managed to fixed it.\n\nWe had an unnecessary projection `WITH p1, r1, p2, r2, p3, s`\nin our query, which was causing huge lag (more than 4-5 min).\n\nFigured it out using PROFILE. Strongly recommend using PROFILE for improving performance, it is very useful.\n\nThank you for your help <@U08JH64PM>', + type: 'message', + }, + id: '227002', + }, + { + attributes: { + id: '1537172238.000100--heart--U08J18KHB', + labels: ['Reaction'], + }, + id: '81845', + }, + { + attributes: { + createdAt: '2018-10-11T18:52:08Z', + id: '1539283928.000100', + labels: ['Message', 'ThreadedMessage'], + text: "Great! I'm working on a blog post now that explains how it works.", + type: 'message', + }, + id: '227437', + }, + { + attributes: { + id: '1539283928.000100--pray--U4QHQ5W31', + labels: ['Reaction'], + }, + id: '81927', + }, + { + attributes: { + createdAt: '2018-10-12T02:20:01Z', + id: '1539310801.000100', + labels: ['Message', 'ThreadedMessage'], + text: "It's probably a function, not a procedure. Use it as an expression, no need for CALL or YIELD", + type: 'message', + }, + id: '227466', + }, + { + attributes: { + id: '1539310801.000100--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '81928', + }, + { + attributes: { + id: '1539310801.000100--+1--UDDKBC43Z', + labels: ['Reaction'], + }, + id: '81929', + }, + { + attributes: { + createdAt: '2018-10-12T04:40:27Z', + id: '1539319227.000100', + labels: ['Message', 'ThreadedMessage'], + text: "usually it won't take that long", + type: 'message', + }, + id: '227480', + }, + { + attributes: { + id: '1539319227.000100--+1--UCZPQ4TSS', + labels: ['Reaction'], + }, + id: '81930', + }, + { + attributes: { + createdAt: '2018-10-13T05:50:01Z', + id: '1539409801.000200', + labels: ['Message', 'ThreadedMessage'], + text: 'TX logs do factor in as well, so you may want to configure your TX log config properties for size and rollover behavior', + type: 'message', + }, + id: '227501', + }, + { + attributes: { + id: '1539409801.000200--+1--UCZPQ4TSS', + labels: ['Reaction'], + }, + id: '81982', + }, + { + attributes: { + createdAt: '2018-11-07T11:42:40Z', + id: '1541590960.153300', + labels: ['Message', 'ThreadedMessage'], + text: 'Depending on what your query returns you could get a Node or Relationship object', + type: 'message', + }, + id: '227930', + }, + { + attributes: { + id: '1541590960.153300--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '82446', + }, + { + attributes: { + createdAt: '2018-11-20T13:22:20Z', + id: '1542720140.287600', + labels: ['Message', 'ThreadedMessage'], + text: 'thank u guys', + type: 'message', + }, + id: '228142', + }, + { + attributes: { + id: '1542720140.287600--+1--UDTC9HH3J', + labels: ['Reaction'], + }, + id: '82704', + }, + { + attributes: { + createdAt: '2018-11-30T15:48:31Z', + id: '1543592911.007200', + labels: ['Message', 'ThreadedMessage'], + text: 'Just got off the phone with someone from sales that indicated I should use the bulk import utility.', + type: 'message', + }, + id: '228472', + }, + { + attributes: { + id: '1543592911.007200--+1--UCJ4MQD09', + labels: ['Reaction'], + }, + id: '83510', + }, + { + attributes: { + createdAt: '2018-12-17T16:02:11Z', + id: '1545062531.256700', + labels: ['Message', 'ThreadedMessage'], + text: '`Neo.TransientError.General.OutOfMemoryError: There is not enough memory to perform the current task.` :sweat_smile:', + type: 'message', + }, + id: '228821', + }, + { + attributes: { + id: '1545062531.256700--joy--UEJ0509M2', + labels: ['Reaction'], + }, + id: '83685', + }, + { + attributes: { + createdAt: '2018-12-18T11:04:09Z', + id: '1545131049.322500', + labels: ['Message', 'ThreadedMessage'], + text: '<https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1025>', + type: 'message', + }, + id: '228964', + }, + { + attributes: { + id: '1545131049.322500--muscle--UD03BJXK9', + labels: ['Reaction'], + }, + id: '83716', + }, + { + attributes: { + createdAt: '2019-01-18T19:04:50Z', + id: '1547838290.290600', + labels: ['Message', 'ThreadedMessage'], + text: 'did you try db.indexes() ?', + type: 'message', + }, + id: '229419', + }, + { + attributes: { + id: '1547838290.290600--+1--UEJ0509M2', + labels: ['Reaction'], + }, + id: '84502', + }, + { + attributes: { + createdAt: '2019-01-23T19:35:35Z', + id: '1548272135.359600', + labels: ['Message', 'ThreadedMessage'], + text: "You'll likely want to ask on the community site here\n<https://community.neo4j.com/c/drivers-stacks/spring-data-neo4j-ogm>", + type: 'message', + }, + id: '229509', + }, + { + attributes: { + id: '1548272135.359600--+1--UFGUA5UHG', + labels: ['Reaction'], + }, + id: '84640', + }, + { + attributes: { + createdAt: '2019-01-24T06:00:21Z', + id: '1548309621.362900', + labels: ['Message', 'ThreadedMessage'], + text: 'LIMIT 1', + type: 'message', + }, + id: '229515', + }, + { + attributes: { + id: '1548309621.362900--+1--UFN8RL13R', + labels: ['Reaction'], + }, + id: '84641', + }, + { + attributes: { + createdAt: '2019-01-24T20:40:52Z', + id: '1548362452.398800', + labels: ['Message', 'ThreadedMessage'], + text: 'yes, that should be enough.', + type: 'message', + }, + id: '229559', + }, + { + attributes: { + id: '1548362452.398800--+1--UFN8RL13R', + labels: ['Reaction'], + }, + id: '84671', + }, + { + attributes: { + createdAt: '2019-01-25T13:45:55Z', + id: '1548423955.411200', + labels: ['Message', 'ThreadedMessage'], + text: 'yes it is', + type: 'message', + }, + id: '229575', + }, + { + attributes: { + id: '1548423955.411200--+1--UC2989XTJ', + labels: ['Reaction'], + }, + id: '84672', + }, + { + attributes: { + createdAt: '2019-01-25T15:07:05Z', + id: '1548428825.420700', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks Michael, very grateful for the reply and I hugely appreciate any input.\n\nI have SQL and wide-ranging general dev experience and I've actually found it pretty simple to start working with the tools & concepts generally and I'm fully in love with it all :slightly_smiling_face:\n\nIt would amazing to attend the workshop,.\n\nWhat I was going to write as a reply I will post in introduce - some back ground into my motivations.\n\nLook forward to hearing form you.", + type: 'message', + }, + id: '229606', + }, + { + attributes: { + id: '1548428825.420700--tada--U08J18KHB', + labels: ['Reaction'], + }, + id: '84912', + }, + { + attributes: { + createdAt: '2019-01-28T18:06:32Z', + id: '1548698792.505800', + labels: ['Message', 'ThreadedMessage'], + text: "I figured out the problem, docker wasn't mounting the config file. I thought the config file in the docker container had the right parameter set, but maybe I was wrong. In any case, it's working now. Thank you for the offer of help!", + type: 'message', + }, + id: '229710', + }, + { + attributes: { + id: '1548698792.505800--partyparrot--U08JH64PM', + labels: ['Reaction'], + }, + id: '85067', + }, + { + attributes: { + createdAt: '2019-01-31T13:56:54Z', + id: '1548943014.578800', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'This! (solved)\n<https://stackoverflow.com/a/53758860/10797095>', + type: 'message', + }, + id: '229814', + }, + { + attributes: { + id: '1548943014.578800--tada--UFP15RJSE', + labels: ['Reaction'], + }, + id: '85439', + }, + { + attributes: { + createdAt: '2019-01-31T23:10:01Z', + id: '1548976201.616600', + labels: ['Message', 'ThreadedMessage'], + text: '<@UFN8RL13R> sorry my bad I thought I had used a different signature.\nactually reordering is good enough:\n\n```\nexplain USING PERIODIC COMMIT 100\nLOAD CSV WITH HEADERS FROM "file:///clique_merged_nodes.csv" AS row\nMERGE (n:`named thing` {id: row.id}) \nON CREATE SET n+=row \nWITH DISTINCT n, row, SPLIT(row.category, \';\') AS categories\nCALL apoc.create.addLabels(n, COALESCE(categories, [])) YIELD node\nRETURN COUNT(*);\n```', + type: 'message', + }, + id: '229868', + }, + { + attributes: { + id: '1548976201.616600--+1--UFN8RL13R', + labels: ['Reaction'], + }, + id: '85525', + }, + { + attributes: { + createdAt: '2019-02-08T16:01:59Z', + id: '1549641719.065500', + labels: ['Message', 'ThreadedMessage'], + text: "afaik there is no gold standard as most people's use-cases are quite different. <@U7X490V7X> has done some work in this area recently and might be able to give you a pointer", + type: 'message', + }, + id: '230097', + }, + { + attributes: { + id: '1549641719.065500--+1--UFUF8KVCG', + labels: ['Reaction'], + }, + id: '86013', + }, + { + attributes: { + createdAt: '2019-02-26T02:14:02Z', + id: '1551147242.024400', + labels: ['Message', 'ThreadedMessage'], + text: 'Pretty sure `neo4j-admin import` is best.', + type: 'message', + }, + id: '230430', + }, + { + attributes: { + id: '1551147242.024400--+1--UFVJQJ0JD', + labels: ['Reaction'], + }, + id: '86186', + }, + { + attributes: { + createdAt: '2019-03-06T12:14:29Z', + id: '1551874469.171200', + labels: ['Message', 'ThreadedMessage'], + text: 'works like a charm! Thank you <@UG5KSKXQF>!! :pray:', + type: 'message', + }, + id: '230790', + }, + { + attributes: { + id: '1551874469.171200--+1--UG5KSKXQF', + labels: ['Reaction'], + }, + id: '86680', + }, + { + attributes: { + createdAt: '2019-03-13T20:22:43Z', + id: '1552508563.311400', + labels: ['Message', 'ThreadedMessage'], + text: 'I have a Flask project that uses Neo4j for the database. It can at least give you something to take a look at for how to connect to your neo4j instance with Python', + type: 'message', + }, + id: '230946', + }, + { + attributes: { + id: '1552508563.311400--+1--UGX61T152', + labels: ['Reaction'], + }, + id: '86769', + }, + { + attributes: { + createdAt: '2019-03-15T01:45:54Z', + id: '1552614354.320200', + labels: ['Message', 'ThreadedMessage'], + text: 'have you seen neomodel and neomodel-django? linked on <http://neo4j.com/develper/python|neo4j.com/develper/python> ?', + type: 'message', + }, + id: '230963', + }, + { + attributes: { + id: '1552614354.320200--+1--UGX61T152', + labels: ['Reaction'], + }, + id: '86770', + }, + { + attributes: { + createdAt: '2019-03-18T13:10:13Z', + id: '1552914613.402700', + labels: ['Message', 'ThreadedMessage'], + text: 'You should move your scripts to Python3 anyway, as Python 2 will reach the end of its life on January 1st, 2020.', + type: 'message', + }, + id: '231099', + }, + { + attributes: { + id: '1552914613.402700--heavy_check_mark--UA7EKGW3Z', + labels: ['Reaction'], + }, + id: '86803', + }, + { + attributes: { + id: '1552914613.402700--heavy_check_mark--U08J18KHB', + labels: ['Reaction'], + }, + id: '86804', + }, + { + attributes: { + createdAt: '2019-03-20T22:36:42Z', + id: '1553121402.518700', + labels: ['Message', 'ThreadedMessage'], + text: 'You may want to pre-match and collect the things the user has seen so you can do exclusion via a list membership check instead of having to expand and check the relationship to ensure the user has not viewed the something else.\n\nWe can also simplify the relationship pattern, and ensure we only project out the end properties after we\'ve done the ordering and limit:\n\n```\nMATCH (u:User)-[:VIEWED]->(something)\nWHERE u.id = "someUserId"\nWITH u, collect(something) as alreadySeen\nMATCH (u)-[:VIEWED*3]-(somethingElse)\n WHERE NOT somethingElse in alreadySeen\nWITH DISTINCT somethingElse\nORDER BY somethingElse.count DESC\nLIMIT 5\nRETURN somethingElse.id as id, somethingElse.count as numberOfViews\n```', + type: 'message', + }, + id: '231279', + }, + { + attributes: { + id: '1553121402.518700--tada--U08J18KHB', + labels: ['Reaction'], + }, + id: '87071', + }, + { + attributes: { + createdAt: '2019-03-28T15:11:15Z', + id: '1553785875.015400', + labels: ['Message', 'ThreadedMessage'], + text: 'I found this example: <https://neo4j.com/developer/kb/post-union-processing/>\n\nThis solved my problem but i’m still curious if there are other ways to solve this', + type: 'message', + }, + id: '231477', + }, + { + attributes: { + id: '1553785875.015400--slightly_smiling_face--UGRPDJ542', + labels: ['Reaction'], + }, + id: '87210', + }, + { + attributes: { + createdAt: '2019-04-16T04:15:24Z', + id: '1555388124.057600', + labels: ['Message', 'ThreadedMessage'], + text: "Thank you, I'll nudge engineering to take a look", + type: 'message', + }, + id: '231894', + }, + { + attributes: { + id: '1555388124.057600--thanks--UHQ7M5U4D', + labels: ['Reaction'], + }, + id: '87330', + }, + { + attributes: { + id: '1555388124.057600--thanks--UHQS0JRTR', + labels: ['Reaction'], + }, + id: '87331', + }, + { + attributes: { + createdAt: '2019-04-29T20:21:27Z', + id: '1556569287.040800', + labels: ['Message', 'ThreadedMessage'], + text: 'Just be aware that the default restrictions are a security safeguard. Loading from anywhere in the filesystem means anywhere, and that could be used to scan the contents of any file. We would advise you to switch that back to the default restricted setting after you do your load.', + type: 'message', + }, + id: '232149', + }, + { + attributes: { + id: '1556569287.040800--+1--UGW9TFQFM', + labels: ['Reaction'], + }, + id: '87946', + }, + { + attributes: { + createdAt: '2019-04-30T13:59:08Z', + id: '1556632748.051800', + labels: ['Message', 'ThreadedMessage'], + text: 'pretty much instant now :slightly_smiling_face: not sure why I wanted to return variables in the first place, beginner mistake I assume', + type: 'message', + }, + id: '232173', + }, + { + attributes: { + id: '1556632748.051800--+1--U08JH64PM', + labels: ['Reaction'], + }, + id: '88004', + }, + { + attributes: { + id: '1556632748.051800--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '88062', + }, + { + attributes: { + createdAt: '2019-05-01T18:10:21Z', + id: '1556734221.116500', + labels: ['Message', 'ThreadedMessage'], + text: "In any case could you try creating an issue on the community site? That's going to be a better approach for these more involved problems.", + type: 'message', + }, + id: '232224', + }, + { + attributes: { + id: '1556734221.116500--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '88137', + }, + { + attributes: { + createdAt: '2019-06-25T10:46:38Z', + id: '1561459598.263700', + labels: ['Message', 'ThreadedMessage'], + text: 'Ubuntu 18.04. I did edit the `limits.conf` file. The `ulimit -n` command correctly shows that the neo4j user is allowed to open 40000 files', + type: 'message', + }, + id: '233247', + }, + { + attributes: { + id: '1561459598.263700--+1--UJQRRPZHA', + labels: ['Reaction'], + }, + id: '88729', + }, + { + attributes: { + createdAt: '2019-07-01T18:26:47Z', + id: '1562005607.321300', + labels: ['Message', 'ThreadedMessage'], + text: 'In fact I forgot, Neo4j gives this one away for free: <https://neo4j.com/graph-databases-book/>', + type: 'message', + }, + id: '233303', + }, + { + attributes: { + id: '1562005607.321300--+1--UKU3CU8F3', + labels: ['Reaction'], + }, + id: '88767', + }, + { + attributes: { + createdAt: '2019-07-01T22:20:17Z', + id: '1562019617.329700', + labels: ['Message', 'ThreadedMessage'], + text: 'If you NEED dynamic relationship type creation, then APOC Procedures can be used to do that\n<https://neo4j-contrib.github.io/neo4j-apoc-procedures/#data-creation>\nin particular `apoc.create.relationship()`', + type: 'message', + }, + id: '233318', + }, + { + attributes: { + id: '1562019617.329700--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '88776', + }, + { + attributes: { + createdAt: '2019-07-01T22:25:18Z', + id: '1562019918.329900', + labels: ['Message', 'ThreadedMessage'], + text: "For just a simple csv for creating CHILD_OF relationships, here's an example (assuming we already loaded all :Person nodes):\n\n```\nUSING PERIODIC COMMIT\nLOAD CSV WITH HEADERS FROM 'childof.csv' AS line\nMATCH (child:Person {id: toInteger(line.childId)})\nMATCH (parent:Person {id: toInteger(line.parentId)})\nMERGE (child)-[:CHILD_OF]->(parent)\n```\n\nYou would want indexes and/or unique constraints created first, so maybe a unique constraint on :Person(id), and an index on :Person(name)", + type: 'message', + }, + id: '233319', + }, + { + attributes: { + id: '1562019918.329900--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '88910', + }, + { + attributes: { + createdAt: '2019-07-09T16:41:19Z', + id: '1562690479.462200', + labels: ['Message', 'ThreadedMessage'], + text: 'What is the purpose of the string? Would a boolean make more sense there?\n\nyou have a few options. One would be to use the generated `filter` argument. See <https://grandstack.io/docs/graphql-filtering.html#nested-filter>\n\n\nAnother option would be to use add a `@cypher` schema directive on a field on the type. Something like:\n\n```\ntype Person {\n name: String\n hasFriends: Boolean @cypher(statement: """\n RETURN EXISTS( (this)-[:FRIEND]->(:Person) )\n """\n\n}\n```', + type: 'message', + }, + id: '233481', + }, + { + attributes: { + id: '1562690479.462200--metal--U0E37HVE1', + labels: ['Reaction'], + }, + id: '89028', + }, + { + attributes: { + createdAt: '2019-07-09T20:36:16Z', + id: '1562704576.470000', + labels: ['Message', 'ThreadedMessage'], + text: 'ah gotcha. yeah that use case makes sense. We’re planning to add a default value directive that would address this.\n\nIn the meantime that coalesce should work, or you could use a case…when', + type: 'message', + }, + id: '233493', + }, + { + attributes: { + id: '1562704576.470000--metal--U0E37HVE1', + labels: ['Reaction'], + }, + id: '89029', + }, + { + attributes: { + createdAt: '2019-07-09T21:12:25Z', + id: '1562706745.474200', + labels: ['Message', 'ThreadedMessage'], + text: 'ah ok. You’d have to use the `@cypher` directive then I guess', + type: 'message', + }, + id: '233500', + }, + { + attributes: { + id: '1562706745.474200--neo4j--U0E37HVE1', + labels: ['Reaction'], + }, + id: '89052', + }, + { + attributes: { + createdAt: '2019-07-11T20:14:56Z', + id: '1562876096.011300', + labels: ['Message', 'ThreadedMessage'], + text: 'Sounds like this would be a good use of the “Cypher parameters from context feature†of neo4j-graphql.js: <https://grandstack.io/docs/neo4j-graphql-js-middleware-authorization.html#cypher-parameters-from-context>\n\nSo if you grab the session token from the request and inject that into the context, in an object called `cypherParams`, something like this:\n\n```\nconst server = new ApolloServer({\n context: ({req}) => ({\n driver,\n cypherParams: {\n token: req.headers.authorization\n }\n })\n})\n```\n\nthen that `cypherParams` object will be available inside Cypher queries defined in your `@cypher` schema directives. So to create a Query field that exposes products that the authenticated user has access to:\n\n```\ntype Query {\n myProducts: [Product] @cypher(statement: """\n MATCH (w:WebSession)<-[r:AUTHORIZES_WEBSESSION]-(i:Identity)-[:GIVES_PERMISSION_TO]-(p:Product)\nWHERE w.uuid = $cypheParams.token\nRETURN p\n""")\n}\n```', + type: 'message', + }, + id: '233568', + }, + { + attributes: { + id: '1562876096.011300--metal--U0E37HVE1', + labels: ['Reaction'], + }, + id: '89591', + }, + { + attributes: { + id: '1562876096.011300--metal--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '89651', + }, + { + attributes: { + id: '1562876096.011300--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '89652', + }, + { + attributes: { + createdAt: '2019-07-11T21:22:28Z', + id: '1562880148.014400', + labels: ['Message', 'ThreadedMessage'], + text: 'it doesn’t replace `type Product` but the fields on the `Query` type are the entry points for the API. so would use that alongside your Product type definition above', + type: 'message', + }, + id: '233573', + }, + { + attributes: { + id: '1562880148.014400--heavy_check_mark--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '89653', + }, + { + attributes: { + id: '1562880148.014400--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '89654', + }, + { + attributes: { + createdAt: '2019-07-12T14:03:02Z', + id: '1562940182.022600', + labels: ['Message', 'ThreadedMessage'], + text: 'I think you have to use java style regex ', + type: 'message', + }, + id: '233597', + }, + { + attributes: { + id: '1562940182.022600--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '89683', + }, + { + attributes: { + createdAt: '2019-07-12T14:12:19Z', + id: '1562940739.026000', + labels: ['Message', 'ThreadedMessage'], + text: "`with 'Some text etc Diabetic Neuropathy some test' AS text where text =~ '.*(?i)diab[a-z].*\\\\sneur[a-z].*' return text` works fine", + type: 'message', + }, + id: '233601', + }, + { + attributes: { + id: '1562940739.026000--+1--U08JH64PM', + labels: ['Reaction'], + }, + id: '89684', + }, + { + attributes: { + id: '1562940739.026000--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '89685', + }, + { + attributes: { + createdAt: '2019-07-13T14:35:21Z', + id: '1563028521.029600', + labels: ['Message', 'ThreadedMessage'], + text: 'Sorry, an important point here that I neglected to mention: `myProducts { assigned_sku { products { uuid } } }` *should* return the objects, but just hard-limited to nodes where `[:GIVES_PERMISSION_TO]` is true.\nEssentially, I want to define a rel that ‘inserts’ cypher, like `customer_purchased_by: [Customer] @relation(name: "PURCHASED", direction: "IN", only_if: "(this)-[:GIVES_PERMISSION_TO]-($identity)")`\nOr some other way', + type: 'message', + }, + id: '233618', + }, + { + attributes: { + id: '1563028521.029600--ok_hand--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '89686', + }, + { + attributes: { + createdAt: '2019-07-14T14:33:33Z', + id: '1563114813.038300', + labels: ['Message', 'ThreadedMessage'], + text: 'My pleasure! Glad it was somewhat useful.', + type: 'message', + }, + id: '233640', + }, + { + attributes: { + id: '1563114813.038300--metal--U0E37HVE1', + labels: ['Reaction'], + }, + id: '89799', + }, + { + attributes: { + id: '1563114813.038300--neo4j--U0E37HVE1', + labels: ['Reaction'], + }, + id: '89813', + }, + { + attributes: { + id: '1563114813.038300--tropical_drink--U0E37HVE1', + labels: ['Reaction'], + }, + id: '89900', + }, + { + attributes: { + createdAt: '2019-07-15T09:05:22Z', + id: '1563181522.044700', + labels: ['Message', 'ThreadedMessage'], + text: "If you have unique constraints that are causing issues here, you can use the third parameter to the call for the config map with a \"skipProperties\" entry which will be the list of properties to skip when cloning the nodes.\n\n```\n...\nCALL apoc.refactor.cloneSubgraph(nodes, rels, {skipProperties:['uuid', 'created', 'updated']}) YIELD input, output, error\n...\n```", + type: 'message', + }, + id: '233658', + }, + { + attributes: { + id: '1563181522.044700--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '89945', + }, + { + attributes: { + id: '1563181522.044700--+1--UH7NN19NX', + labels: ['Reaction'], + }, + id: '90011', + }, + { + attributes: { + createdAt: '2019-07-17T15:21:19Z', + id: '1563376879.104400', + labels: ['Message', 'ThreadedMessage'], + text: "What do you need this for? I don't believe that insertion order is something that is controllable during a single transaction. Have you tested with using ORDER BY in your query? For most things, ordering isn't guaranteed without ORDER BY usage, but I don't think this includes insertion order.", + type: 'message', + }, + id: '233778', + }, + { + attributes: { + id: '1563376879.104400--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91370', + }, + { + attributes: { + createdAt: '2019-07-17T15:22:06Z', + id: '1563376926.104800', + labels: ['Message', 'ThreadedMessage'], + text: "> so node references can be transferred\nCan you describe this in a bit more detail? Are you trying to association some other nodes with the new nodes being added? If so I think relying on insertion order alone isn't a good idea", + type: 'message', + }, + id: '233780', + }, + { + attributes: { + id: '1563376926.104800--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91400', + }, + { + attributes: { + createdAt: '2019-07-17T15:22:33Z', + id: '1563376953.105200', + labels: ['Message', 'ThreadedMessage'], + text: 'Is that a problem?', + type: 'message', + }, + id: '233782', + }, + { + attributes: { + id: '1563376953.105200--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91443', + }, + { + attributes: { + createdAt: '2019-07-17T15:23:54Z', + id: '1563377034.105800', + labels: ['Message', 'ThreadedMessage'], + text: "Then you'll need to use ORDER BY before collecting, or use an APOC sort function on the list", + type: 'message', + }, + id: '233785', + }, + { + attributes: { + id: '1563377034.105800--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91530', + }, + { + attributes: { + createdAt: '2019-07-17T15:26:12Z', + id: '1563377172.106600', + labels: ['Message', 'ThreadedMessage'], + text: 'If you need ordering, and you have some property to order by, then if you need an ordered list of things, you can use `WITH ... ORDER BY ...` and then `WITH collect()` to get the collection in that order.', + type: 'message', + }, + id: '233789', + }, + { + attributes: { + id: '1563377172.106600--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91531', + }, + { + attributes: { + createdAt: '2019-07-17T15:26:55Z', + id: '1563377215.106800', + labels: ['Message', 'ThreadedMessage'], + text: "Otherwise, if you collect first without sorting, you can use `apoc.coll.sortNodes()` from APOC procedures (or one of the other sort functions if you're not working with nodes)", + type: 'message', + }, + id: '233790', + }, + { + attributes: { + id: '1563377215.106800--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91532', + }, + { + attributes: { + createdAt: '2019-07-17T15:28:01Z', + id: '1563377281.107200', + labels: ['Message', 'ThreadedMessage'], + text: "Not a good idea. Not only is ordering not guaranteed without ORDER BY, graph ids can be reused, so there's no guarantee that your created nodes will be in temporal order", + type: 'message', + }, + id: '233792', + }, + { + attributes: { + id: '1563377281.107200--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91533', + }, + { + attributes: { + createdAt: '2019-07-17T15:29:20Z', + id: '1563377360.108200', + labels: ['Message', 'ThreadedMessage'], + text: "So for example, you've created nodes with ids 1-1000. You've created some children off of a parent node (let's say the children have ids 889 and 957). At some point you delete some nodes, and those ids become eligible for reuse. You create a new child node from that parent, it reuses id 1. Your child nodes (by id) are not in temporal order.", + type: 'message', + }, + id: '233793', + }, + { + attributes: { + id: '1563377360.108200--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91534', + }, + { + attributes: { + createdAt: '2019-07-17T15:29:53Z', + id: '1563377393.108600', + labels: ['Message', 'ThreadedMessage'], + text: "So don't depend on graph ids for ordering purposes", + type: 'message', + }, + id: '233794', + }, + { + attributes: { + id: '1563377393.108600--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91576', + }, + { + attributes: { + createdAt: '2019-07-17T15:31:32Z', + id: '1563377492.109300', + labels: ['Message', 'ThreadedMessage'], + text: 'Laurens, you can’t use a different unique indexing property for this? You could have a persistent generator', + type: 'message', + }, + id: '233795', + }, + { + attributes: { + id: '1563377492.109300--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '91674', + }, + { + attributes: { + createdAt: '2019-07-18T19:03:46Z', + id: '1563476626.127700', + labels: ['Message', 'ThreadedMessage'], + text: 'What a nice, genuine expression of joy. :slightly_smiling_face:', + type: 'message', + }, + id: '233823', + }, + { + attributes: { + id: '1563476626.127700--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '92248', + }, + { + attributes: { + createdAt: '2019-07-25T08:40:02Z', + id: '1564044002.084200', + labels: ['Message', 'ThreadedMessage'], + text: 'thanks <@UKEQY3MBL> for the advise though. need to relook at how WITH works and using MERGE..ON CREATE / MATCH', + type: 'message', + }, + id: '233974', + }, + { + attributes: { + id: '1564044002.084200--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '92874', + }, + { + attributes: { + createdAt: '2019-08-20T08:27:38Z', + id: '1566289658.251500', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks a lot Andrew. Yes, it is a one-off operation in a migration script (the migration is tested many times, but once its migrated, its done). after that, all property types are fixed. :slightly_smiling_face: Thanks for help!', + type: 'message', + }, + id: '235051', + }, + { + attributes: { + id: '1566289658.251500--+1--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '94079', + }, + { + attributes: { + createdAt: '2019-08-23T11:30:46Z', + id: '1566559846.308400', + labels: ['Message', 'ThreadedMessage'], + text: 'good read :slightly_smiling_face: thank you very much! :+1:', + type: 'message', + }, + id: '235135', + }, + { + attributes: { + id: '1566559846.308400--grin--UC7KXLGJU', + labels: ['Reaction'], + }, + id: '94128', + }, + { + attributes: { + createdAt: '2019-09-03T07:21:54Z', + id: '1567495314.129700', + labels: ['Message', 'ThreadedMessage'], + text: 'oh boy how great you are guys! cheers up <@U08J18KHB> :beer:', + type: 'message', + }, + id: '235475', + }, + { + attributes: { + id: '1567495314.129700--heart--U08J18KHB', + labels: ['Reaction'], + }, + id: '95698', + }, + { + attributes: { + createdAt: '2019-09-11T23:42:43Z', + id: '1568245363.289200', + labels: ['Message', 'ThreadedMessage'], + text: '<@UL65F4NTB> ^^^', + type: 'message', + }, + id: '235713', + }, + { + attributes: { + id: '1568245363.289200--+1--UL65F4NTB', + labels: ['Reaction'], + }, + id: '96641', + }, + { + attributes: { + createdAt: '2019-09-12T14:48:03Z', + id: '1568299683.323300', + labels: ['Message', 'ThreadedMessage'], + text: '```MERGE (s:server {name:"host2"})\nMERGE (c:cluster {name:"cluster1"})\nMERGE (l:location {name:"dc"})\nMERGE (s)-[i:isPartOf]->(c)\nMERGE (c)-[n:isIn]->(l)```', + type: 'message', + }, + id: '235769', + }, + { + attributes: { + id: '1568299683.323300--+1--ULU4HSAKV', + labels: ['Reaction'], + }, + id: '96652', + }, + { + attributes: { + id: '1568299683.323300--+1--U4APUA37S', + labels: ['Reaction'], + }, + id: '96681', + }, + { + attributes: { + createdAt: '2019-09-18T15:10:50Z', + id: '1568819450.112700', + labels: ['Message', 'ThreadedMessage'], + text: 'this is perfect, thank you <@UG5KSKXQF>', + type: 'message', + }, + id: '236056', + }, + { + attributes: { + id: '1568819450.112700--star--UG5KSKXQF', + labels: ['Reaction'], + }, + id: '96747', + }, + { + attributes: { + createdAt: '2019-09-19T17:08:18Z', + id: '1568912898.162400', + labels: ['Message', 'ThreadedMessage'], + text: "Keep in mind that you can't use `SET` within a CASE. While there are APOC conditional procedures, it would probably be easier to use two separate queries here, as you only need to do this kind of processing once", + type: 'message', + }, + id: '236112', + }, + { + attributes: { + id: '1568912898.162400--+1--ULU4HSAKV', + labels: ['Reaction'], + }, + id: '96780', + }, + { + attributes: { + createdAt: '2019-09-20T04:10:05Z', + id: '1568952605.226900', + labels: ['Message', 'ThreadedMessage'], + text: ">>> That looks like the right move. Nodes without labels are weights that will drag down db performance (if you ever need to look them up as opposed to traversing to them). A label scan at least is going to outperform an all nodes scan, and once indexes are in the mix there's no contest.", + type: 'message', + }, + id: '236221', + }, + { + attributes: { + id: '1568952605.226900--+1--ULU4HSAKV', + labels: ['Reaction'], + }, + id: '96871', + }, + { + attributes: { + createdAt: '2019-09-26T22:31:53Z', + id: '1569537113.369300', + labels: ['Message', 'ThreadedMessage'], + text: 'either the official javascript driver\nor <http://grandstack.io|grandstack.io> for graphql\nor the neode object mapper on top of the official driver', + type: 'message', + }, + id: '236457', + }, + { + attributes: { + id: '1569537113.369300--+1--UM4ECFGQ1', + labels: ['Reaction'], + }, + id: '97695', + }, + { + attributes: { + createdAt: '2019-09-28T13:46:17Z', + id: '1569678377.386900', + labels: ['Message', 'ThreadedMessage'], + text: 'glad you sorted it out. really odd, perhaps a remnant?', + type: 'message', + }, + id: '236496', + }, + { + attributes: { + id: '1569678377.386900--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '97730', + }, + { + attributes: { + createdAt: '2019-09-30T01:53:59Z', + id: '1569808439.403100', + labels: ['Message', 'ThreadedMessage'], + text: 'yep', + type: 'message', + }, + id: '236523', + }, + { + attributes: { + id: '1569808439.403100--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '97794', + }, + { + attributes: { + createdAt: '2019-10-02T23:32:38Z', + id: '1570059158.010300', + labels: ['Message', 'ThreadedMessage'], + text: 'Just a matter of where in the backlog it sits', + type: 'message', + }, + id: '236679', + }, + { + attributes: { + id: '1570059158.010300--heart--UKTCT84M8', + labels: ['Reaction'], + }, + id: '97934', + }, + { + attributes: { + createdAt: '2019-10-03T15:00:55Z', + id: '1570114855.033000', + labels: ['Message', 'ThreadedMessage'], + text: 'It’s not really an issue. I think your nmap call and its probing of supported SSL/TLS versions caused the prints. You can safely ignore them if you don’t have any other issues.', + type: 'message', + }, + id: '236719', + }, + { + attributes: { + id: '1570114855.033000--+1--UJMBZ139S', + labels: ['Reaction'], + }, + id: '98075', + }, + { + attributes: { + createdAt: '2019-10-10T21:25:02Z', + id: '1570742702.092700', + labels: ['Message', 'ThreadedMessage'], + text: 'yean, not worth it on large files, for small files it makes the import a tiny bit faster', + type: 'message', + }, + id: '236929', + }, + { + attributes: { + id: '1570742702.092700--tophat--UD03BJXK9', + labels: ['Reaction'], + }, + id: '98195', + }, + { + attributes: { + createdAt: '2019-10-13T20:27:10Z', + id: '1570998430.161200', + labels: ['Message', 'ThreadedMessage'], + text: '9500+ from the community :wink:', + type: 'message', + }, + id: '237006', + }, + { + attributes: { + id: '1570998430.161200--tada--U08J18KHB', + labels: ['Reaction'], + }, + id: '98214', + }, + { + attributes: { + createdAt: '2019-10-16T18:49:56Z', + id: '1571251796.219400', + labels: ['Message', 'ThreadedMessage'], + text: '<https://neo4j.com/developer/kb/understanding-cypher-cardinality/>', + type: 'message', + }, + id: '237119', + }, + { + attributes: { + id: '1571251796.219400--partyparrot--ULAHVNXC6', + labels: ['Reaction'], + }, + id: '98264', + }, + { + attributes: { + createdAt: '2019-10-17T12:53:26Z', + id: '1571316806.233000', + labels: ['Message', 'ThreadedMessage'], + text: 'Thank you very much, <@U3RJEUY2Z>. This is very helpful. By the way, I was just reading two of your articles this morning "Creating and working with linked lists in Cypher" and "Limiting MATCH results per row". Your articles and insights are incredibly helpful, and I really appreciate the way you dissect topics, explain the nuances of Cypher, and present multiple alternative solutions. Thank you so much for that!', + type: 'message', + }, + id: '237169', + }, + { + attributes: { + id: '1571316806.233000--heart--U08J18KHB', + labels: ['Reaction'], + }, + id: '98396', + }, + { + attributes: { + createdAt: '2019-10-18T18:04:30Z', + id: '1571421870.258100', + labels: ['Message', 'ThreadedMessage'], + text: "No. The ids are essentially pointers in the relevant store files, so we don't allow any alternate means of allocation, as changing this would break how Neo4j works.", + type: 'message', + }, + id: '237199', + }, + { + attributes: { + id: '1571421870.258100--+1--UPAHXND97', + labels: ['Reaction'], + }, + id: '98397', + }, + { + attributes: { + createdAt: '2019-10-22T07:43:30Z', + id: '1571730210.295100', + labels: ['Message', 'ThreadedMessage'], + text: 'convert the file to UTF-8 before loading. load csv only works with UTF-8: <https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/#csv-file-format>', + type: 'message', + }, + id: '237272', + }, + { + attributes: { + id: '1571730210.295100--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '98433', + }, + { + attributes: { + id: '1571730210.295100--+1--UNR9H81C2', + labels: ['Reaction'], + }, + id: '98480', + }, + { + attributes: { + createdAt: '2019-10-22T18:16:47Z', + id: '1571768207.308300', + labels: ['Message', 'ThreadedMessage'], + text: '<@ULU4HSAKV> That is a pending FR in neo4j side. Checkout the below link. I was looking the same sometime before. Hope to get this soon :+1: Hope i answered your quest.\n<https://github.com/neo4j/neo4j/issues/10941>', + type: 'message', + }, + id: '237288', + }, + { + attributes: { + id: '1571768207.308300--marionluigi--ULU4HSAKV', + labels: ['Reaction'], + }, + id: '98481', + }, + { + attributes: { + createdAt: '2019-11-01T00:17:24Z', + id: '1572567444.436200', + labels: ['Message', 'ThreadedMessage'], + text: '<@UPPNW57UK> you can look at one of apoc.export.json.* to start with\nbut if you want to have a programmatic approach you can use one of the neo4j drivers to call the apoc to export your json then use that to import into your firebase db using firebase APIs.', + type: 'message', + }, + id: '237476', + }, + { + attributes: { + id: '1572567444.436200--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '98533', + }, + { + attributes: { + createdAt: '2019-11-08T14:11:21Z', + id: '1573222281.004200', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi, <@UPRLUAPV4>. Neo4j Aura does support APOC. It’s installed by default. It may be somewhat more limited that your local installation of APOC if you use things like the JDBC load procedures because we don’t automatically install things like 3rd-party JDBC drivers, but the APOC library is available.\n\nNeo4j Aura does not support the spatial plugin today.', + type: 'message', + }, + id: '237622', + }, + { + attributes: { + id: '1573222281.004200--+1--UP712GU0L', + labels: ['Reaction'], + }, + id: '98642', + }, + { + attributes: { + createdAt: '2019-11-13T02:43:38Z', + id: '1573613018.084800', + labels: ['Message', 'ThreadedMessage'], + text: "Awesome. I just tried batching up the records (100 at a time seemed to be optimal based on local testing) and was able to increase it to about 800 per second. I should note that this is 800 master nodes, for which I have 1-2 subnodes being created with relationships associated with the nodes with a slightly complex unwind. It's still not 200k/sec, but heck this is a pet project, I'm going to be done in half a day instead of a few months, so I'm going to declare victory!", + type: 'message', + }, + id: '237715', + }, + { + attributes: { + id: '1573613018.084800--heart--U08J18KHB', + labels: ['Reaction'], + }, + id: '98645', + }, + { + attributes: { + createdAt: '2019-11-26T03:27:00Z', + id: '1574738820.306500', + labels: ['Message', 'ThreadedMessage'], + text: "By way of answering with an example - I've got about 750k additional nodes per day that we process. I handle it through a couple of different paths - 1) Look for ways you can create edges between those nodes and then walk those nodes to reduce the number of nodes you are processing. Like for us most of our data revolves around string lookups so I've hashed them, created a label for those terms and then created edges between each of those terms and the labels that contain the values people are searching for. Makes it easy to walk/filter for them. 2) Good indexing on parameters and effective filters with Where statements. For us I use both spatial filters and hashes of some of the values as a sort of \"partition\" to limit the space I'm querying. I need responses in a couple of milliseconds over millions of nodes so I also add some caching in front of this Db to help with those hits.", + type: 'message', + }, + id: '238088', + }, + { + attributes: { + id: '1574738820.306500--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '98725', + }, + { + attributes: { + createdAt: '2019-12-09T14:47:17Z', + id: '1575902837.031400', + labels: ['Message', 'ThreadedMessage'], + text: "Also, un-relatedly, lovin' the beard and stache", + type: 'message', + }, + id: '238443', + }, + { + attributes: { + id: '1575902837.031400--bearded_person--UR9J0014M', + labels: ['Reaction'], + }, + id: '98994', + }, + { + attributes: { + createdAt: '2019-12-12T12:56:21Z', + id: '1576155381.092000', + labels: ['Message', 'ThreadedMessage'], + text: "If you just need the list of nodes, just `RETURN nodes(p)` since you don't need to filter or extract from the list.", + type: 'message', + }, + id: '238537', + }, + { + attributes: { + id: '1576155381.092000--+1--UN90WS7HU', + labels: ['Reaction'], + }, + id: '98996', + }, + { + attributes: { + createdAt: '2019-12-21T09:07:12Z', + id: '1576919232.059100', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'Here are a number of links <https://community.neo4j.com/t/how-can-i-optimize-my-cypher-queries/114/3>', + type: 'message', + }, + id: '238782', + }, + { + attributes: { + id: '1576919232.059100--+1--U93L3LWE8', + labels: ['Reaction'], + }, + id: '99012', + }, + { + attributes: { + createdAt: '2020-01-08T15:13:08Z', + id: '1578496388.010300', + labels: ['Message', 'ThreadedMessage'], + text: 'Perhaps this is helpful? <https://medium.com/neo4j/querying-neo4j-clusters-7d6fde75b5b4>', + type: 'message', + }, + id: '238993', + }, + { + attributes: { + id: '1578496388.010300--+1--UPWSJ5UUW', + labels: ['Reaction'], + }, + id: '99017', + }, + { + attributes: { + createdAt: '2020-01-09T17:37:12Z', + id: '1578591432.027600', + labels: ['Message', 'ThreadedMessage'], + text: '<@UQALLC70V> I guess tht wld differ from Driver, but in these cases you should always have a retry try{}catch() kind of......Also, this would happen in Insert case only...We also encounter this regularly...', + type: 'message', + }, + id: '239021', + }, + { + attributes: { + id: '1578591432.027600--+1--UQALLC70V', + labels: ['Reaction'], + }, + id: '99019', + }, + { + attributes: { + createdAt: '2020-01-15T13:00:32Z', + id: '1579093232.149500', + labels: ['Message', 'ThreadedMessage'], + text: '<@USNH382S0> Running containers is okay but not very convenient to tweak neo4j on windows', + type: 'message', + }, + id: '239195', + }, + { + attributes: { + id: '1579093232.149500--+1--USNH382S0', + labels: ['Reaction'], + }, + id: '99025', + }, + { + attributes: { + createdAt: '2020-01-17T23:09:33Z', + id: '1579302573.037100', + labels: ['Message', 'ThreadedMessage'], + text: 'Install Desktop 1.2.4 then you can install Neo4j 4.0 which has multi-db', + type: 'message', + }, + id: '239274', + }, + { + attributes: { + id: '1579302573.037100--+1--USNH382S0', + labels: ['Reaction'], + }, + id: '99029', + }, + { + attributes: { + id: '1579302573.037100--+1--US35T8ML2', + labels: ['Reaction'], + }, + id: '99030', + }, + { + attributes: { + createdAt: '2020-01-19T10:56:46Z', + id: '1579431406.039900', + labels: ['Message', 'ThreadedMessage'], + text: 'Would be awesome.', + type: 'message', + }, + id: '239285', + }, + { + attributes: { + id: '1579431406.039900--+1--USNH382S0', + labels: ['Reaction'], + }, + id: '99031', + }, + { + attributes: { + createdAt: '2020-01-19T18:58:29Z', + id: '1579460309.040100', + labels: ['Message', 'ThreadedMessage'], + text: 'No, user-role management and multi-databases are Enterprise features. <https://neo4j.com/blog/neo4j-enterprise-edition-4-0-milestone-release-2/>', + type: 'message', + }, + id: '239286', + }, + { + attributes: { + id: '1579460309.040100--pray--USNH382S0', + labels: ['Reaction'], + }, + id: '99049', + }, + { + attributes: { + createdAt: '2020-01-19T19:07:59Z', + id: '1579460879.040400', + labels: ['Message', 'ThreadedMessage'], + text: 'Where can we find the current documentation? List of features. Which features in which edition.', + type: 'message', + }, + id: '239287', + }, + { + attributes: { + id: '1579460879.040400--+1--USNH382S0', + labels: ['Reaction'], + }, + id: '99050', + }, + { + attributes: { + createdAt: '2020-01-19T22:52:38Z', + id: '1579474358.042700', + labels: ['Message', 'ThreadedMessage'], + text: 'But you can use Neo4j Enterprise in Sandbox, Desktop and under the startup/edu program. It will also come to Aura soon(ish).', + type: 'message', + }, + id: '239291', + }, + { + attributes: { + id: '1579474358.042700--pray--USNH382S0', + labels: ['Reaction'], + }, + id: '99051', + }, + { + attributes: { + createdAt: '2020-01-23T10:08:33Z', + id: '1579774113.004800', + labels: ['Message', 'ThreadedMessage'], + text: 'Sure. Thanks for all your help. Sorry for annoying you. As, I am new to this technology have lot of queries.', + type: 'message', + }, + id: '239407', + }, + { + attributes: { + id: '1579774113.004800--+1--USCTTNARM', + labels: ['Reaction'], + }, + id: '99067', + }, + { + attributes: { + createdAt: '2020-01-24T20:11:27Z', + id: '1579896687.018700', + labels: ['Message', 'ThreadedMessage'], + text: 'Thank you Tony. Will give this a try.', + type: 'message', + }, + id: '239434', + }, + { + attributes: { + id: '1579896687.018700--smile--US53722H1', + labels: ['Reaction'], + }, + id: '99072', + }, + { + attributes: { + createdAt: '2020-01-30T10:17:56Z', + id: '1580379476.074600', + labels: ['Message', 'ThreadedMessage'], + text: 'At the moment, no. It’s definitely something that I’d like to add though. The GRANDstack code does something similar so I know that it’s possible', + type: 'message', + }, + id: '239535', + }, + { + attributes: { + id: '1580379476.074600--+1--UTBLKSBHC', + labels: ['Reaction'], + }, + id: '99099', + }, + { + attributes: { + createdAt: '2020-02-01T01:33:17Z', + id: '1580520797.130500', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes, that looks good.', + type: 'message', + }, + id: '239602', + }, + { + attributes: { + id: '1580520797.130500--+1--USX1UBRJ7', + labels: ['Reaction'], + }, + id: '99134', + }, + { + attributes: { + createdAt: '2020-02-10T06:29:15Z', + id: '1581316155.284000', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi Dave, a MERGE SHOULD only contain the identifing properties. Otherwise it will create a new node if one of the properties has changed. This part of the documentation explains that very well. <https://neo4j.com/docs/cypher-manual/current/clauses/merge/#query-merge-on-create-on-match>', + type: 'message', + }, + id: '239863', + }, + { + attributes: { + id: '1581316155.284000--+1--UA34M0T7C', + labels: ['Reaction'], + }, + id: '99169', + }, + { + attributes: { + createdAt: '2020-02-11T09:01:04Z', + id: '1581411664.303600', + labels: ['Message', 'ThreadedMessage'], + text: 'this can be one of DEBUG, INFO, WARN, ERROR, NONE', + type: 'message', + }, + id: '239904', + }, + { + attributes: { + id: '1581411664.303600--+1--UA34M0T7C', + labels: ['Reaction'], + }, + id: '99172', + }, + { + attributes: { + createdAt: '2020-02-11T11:02:55Z', + id: '1581418975.317800', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks for you cooperation and time. I will try to see if i can figure out the problem. If i get any solution, i will let you know', + type: 'message', + }, + id: '239957', + }, + { + attributes: { + id: '1581418975.317800--+1--USCTTNARM', + labels: ['Reaction'], + }, + id: '99174', + }, + { + attributes: { + createdAt: '2020-02-11T20:51:17Z', + id: '1581454277.323000', + labels: ['Message', 'ThreadedMessage'], + text: 'Looks like the debug log is no better', + type: 'message', + }, + id: '239968', + }, + { + attributes: { + id: '1581454277.323000--disappointed--USCTTNARM', + labels: ['Reaction'], + }, + id: '99175', + }, + { + attributes: { + id: '1581454277.323000--cry--UA34M0T7C', + labels: ['Reaction'], + }, + id: '99176', + }, + { + attributes: { + createdAt: '2020-02-12T13:24:47Z', + id: '1581513887.331700', + labels: ['Message', 'ThreadedMessage'], + text: 'Nope, I probably should!', + type: 'message', + }, + id: '239991', + }, + { + attributes: { + id: '1581513887.331700--+1--USCTTNARM', + labels: ['Reaction'], + }, + id: '99177', + }, + { + attributes: { + createdAt: '2020-02-12T13:29:03Z', + id: '1581514143.334300', + labels: ['Message', 'ThreadedMessage'], + text: 'I’d just put it in Neo4j Graph Platform', + type: 'message', + }, + id: '239995', + }, + { + attributes: { + id: '1581514143.334300--+1--UA34M0T7C', + labels: ['Reaction'], + }, + id: '99178', + }, + { + attributes: { + createdAt: '2020-02-14T09:44:24Z', + id: '1581673464.353100', + labels: ['Message', 'ThreadedMessage'], + text: 'Do speed up algo’s and queries, removing anything unnecessary is a good plan :slightly_smiling_face:', + type: 'message', + }, + id: '240028', + }, + { + attributes: { + id: '1581673464.353100--+1--UA34M0T7C', + labels: ['Reaction'], + }, + id: '99220', + }, + { + attributes: { + createdAt: '2020-02-17T09:19:47Z', + id: '1581931187.382000', + labels: ['Message', 'ThreadedMessage'], + text: 'I would ignore filtering and just set properties to null, no matter if they exist or not..\n```CALL apoc.periodic.iterate(\n "MATCH ()-[r:RELATIONSHIP_TYPE]->() RETURN r",\n "SET r.GP1 = NULL",\n {batchSize:10000, parallel:false})```', + type: 'message', + }, + id: '240080', + }, + { + attributes: { + id: '1581931187.382000--+1--UA34M0T7C', + labels: ['Reaction'], + }, + id: '99223', + }, + { + attributes: { + createdAt: '2020-02-17T10:09:31Z', + id: '1581934171.386900', + labels: ['Message', 'ThreadedMessage'], + text: 'Ah, no I don’t!', + type: 'message', + }, + id: '240090', + }, + { + attributes: { + id: '1581934171.386900--+1--USCTTNARM', + labels: ['Reaction'], + }, + id: '99224', + }, + { + attributes: { + createdAt: '2020-02-21T17:13:39Z', + id: '1582305219.485800', + labels: ['Message', 'ThreadedMessage'], + text: 'I’d just let it run ', + type: 'message', + }, + id: '240257', + }, + { + attributes: { + id: '1582305219.485800--crossed_fingers--UA34M0T7C', + labels: ['Reaction'], + }, + id: '99240', + }, + { + attributes: { + createdAt: '2020-02-25T10:26:04Z', + id: '1582626364.017900', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: '<https://www.youtube.com/watch?v=GcaJ-aVLzr4>', + type: 'message', + }, + id: '240293', + }, + { + attributes: { + id: '1582626364.017900--+1--UBVS7LK1D', + labels: ['Reaction'], + }, + id: '99242', + }, + { + attributes: { + createdAt: '2020-02-28T19:46:19Z', + id: '1582919179.104400', + labels: ['Message', 'ThreadedMessage'], + text: 'Likewise we do not currently have constraints on the existence (or number) of relationships of a given type on nodes of a given type.\n\nAgain, that is something that is of interest and may come about in the future.', + type: 'message', + }, + id: '240423', + }, + { + attributes: { + id: '1582919179.104400--+1--UTM2YDDL5', + labels: ['Reaction'], + }, + id: '99245', + }, + { + attributes: { + createdAt: '2020-03-03T19:08:06Z', + id: '1583262486.166400', + labels: ['Message', 'ThreadedMessage'], + text: "Sortof...I'll clarify.\n\nThere are no restrictions on relationships between two nodes. You can have as many relationships of as many types as you want, and yes there can be multiple relationships fo the same type and the same direction if needed.", + type: 'message', + }, + id: '240535', + }, + { + attributes: { + id: '1583262486.166400--raised_hands--UUTGQFLBW', + labels: ['Reaction'], + }, + id: '99246', + }, + { + attributes: { + createdAt: '2020-03-03T19:10:09Z', + id: '1583262609.167200', + labels: ['Message', 'ThreadedMessage'], + text: "That said, for actors in movies, and movies belonging to a genre, that really shouldn't be modeled on relationships between two nodes like that", + type: 'message', + }, + id: '240537', + }, + { + attributes: { + id: '1583262609.167200--neutral_face--UUTGQFLBW', + labels: ['Reaction'], + }, + id: '99247', + }, + { + attributes: { + id: '1583262609.167200--thinking_face--UUTGQFLBW', + labels: ['Reaction'], + }, + id: '99248', + }, + { + attributes: { + createdAt: '2020-03-03T19:11:38Z', + id: '1583262698.168200', + labels: ['Message', 'ThreadedMessage'], + text: "In both of those cases, there isn't a need to model that with relationships between two movie nodes, even if they have the same genre, or share the same actors.", + type: 'message', + }, + id: '240541', + }, + { + attributes: { + id: '1583262698.168200--+1--UUTGQFLBW', + labels: ['Reaction'], + }, + id: '99249', + }, + { + attributes: { + createdAt: '2020-03-03T19:16:18Z', + id: '1583262978.171700', + labels: ['Message', 'ThreadedMessage'], + text: 'So you would probably have :Person nodes and :Project nodes, and something like `(:Person)-[:WORKED_ON]->(:Project)` as one of the main patterns in your graph', + type: 'message', + }, + id: '240546', + }, + { + attributes: { + id: '1583262978.171700--open_mouth--UUTGQFLBW', + labels: ['Reaction'], + }, + id: '99250', + }, + { + attributes: { + createdAt: '2020-03-03T19:19:09Z', + id: '1583263149.172400', + labels: ['Message', 'ThreadedMessage'], + text: "And if time is a factor, then that may introduce the need for another kind of node. Maybe something like an :Employment node with start and end dates:\n\n`(:Person)-[:EMPLOYED]->(:Employment)-[:EMPLOYED]->(:Project)`\n\nAnd this doesn't have to replace the earlier pattern, it can be in addition to it, allowing you to take advantage depending on if the query needs to consider employment dates or meta info, or if it's enough to simply match the pattern based upon projects worked on without that.", + type: 'message', + }, + id: '240549', + }, + { + attributes: { + id: '1583263149.172400--ok_hand--UUTGQFLBW', + labels: ['Reaction'], + }, + id: '99251', + }, + { + attributes: { + createdAt: '2020-03-03T19:21:14Z', + id: '1583263274.173700', + labels: ['Message', 'ThreadedMessage'], + text: "So figuring out what's important in the data you want to model, and how that data is connected to other data, and if you need fast lookups of that data by its properties (or if it's enough just to filter on those properties) should all be considerations when modeling and figuring out what should be a node and what should be a relationship.", + type: 'message', + }, + id: '240554', + }, + { + attributes: { + id: '1583263274.173700--sunglasses--UUTGQFLBW', + labels: ['Reaction'], + }, + id: '99252', + }, + { + attributes: { + createdAt: '2020-03-03T19:33:58Z', + id: '1583264038.177500', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks; figured out there were duplicated edges', + type: 'message', + }, + id: '240572', + }, + { + attributes: { + id: '1583264038.177500--+1--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '99253', + }, + { + attributes: { + createdAt: '2017-04-11T21:16:41Z', + id: '1491945401.958290', + labels: ['Message', 'ThreadedMessage'], + text: 'hussain.mirahmadi: No, `CASE` conditionally resolves one of multiple expressions, not sub queries; you would have to run multiple queries. If you use APOC there might be support for running “queries within a query†using a procedure, but I don’t know off hand what that would look like. Sub queries are being worked on in openCypher, but I don’t know about road map for implementing it in Neo4j Cypher.', + type: 'message', + }, + id: '253832', + }, + { + attributes: { + id: '1491945401.958290--heart--U0MTRQNPP', + labels: ['Reaction'], + }, + id: '102254', + }, + { + attributes: { + createdAt: '2017-05-26T06:06:28Z', + id: '1495778788.507296', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks gudahtt', + type: 'message', + }, + id: '254631', + }, + { + attributes: { + id: '1495778788.507296--+1--U2RB5CJBW', + labels: ['Reaction'], + }, + id: '102465', + }, + { + attributes: { + createdAt: '2017-06-14T18:43:30Z', + id: '1497465810.558548', + labels: ['Message', 'ThreadedMessage'], + text: 'Cypher operations always execute per-row (with the exception of aggregation operations of course, and DISTINCT), and changing how that works would either change the rows that are built up (which may be incorrect for subsequent operations), or require several comparisons and scans across rows. This gets more complicated with more complicated queries, as rows a built up due to multiple matches, or additional filtering. \n\nIn any case, such an improvement would not be trivial.', + type: 'message', + }, + id: '254948', + }, + { + attributes: { + id: '1497465810.558548--+1--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '102583', + }, + { + attributes: { + createdAt: '2017-06-19T20:15:38Z', + id: '1497903338.745742', + labels: ['Message', 'ThreadedMessage'], + text: "On your first question, there's no way to do an inline match using OR for property values. You could do a match with a WHERE clause using OR, but the best approach is the second query you provided using collection membership", + type: 'message', + }, + id: '254984', + }, + { + attributes: { + id: '1497903338.745742--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '102584', + }, + { + attributes: { + createdAt: '2017-06-20T15:19:03Z', + id: '1497971943.161923', + labels: ['Message', 'ThreadedMessage'], + text: "Ah, not inline, no, but keep in mind there's no difference in planning or performance between defining a property inline vs in a WHERE clause. It's just a syntactical shortcut.", + type: 'message', + }, + id: '254996', + }, + { + attributes: { + id: '1497971943.161923--memo--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '102585', + }, + { + attributes: { + createdAt: '2017-06-22T04:40:11Z', + id: '1498106411.225950', + labels: ['Message', 'ThreadedMessage'], + text: "muove-guijunq: Try using OPTIONAL MATCH for those two patterns that may or may not exist. However, since you have both patterns in the same OPTIONAL MATCH, the OPTIONAL MATCH will fail completely if one of the two patterns isn't present, leading to all the newly introduced variables in the OPTIONAL MATCH being null.\n\nThis will be fine if you only want to calculate a value when both relationships are present (r1 and r2 must both be present to be non-null), which seems to be what you want since you have the condition that their years must match. \n\nYou can use COALESCE() on the values to choose a default of 0 if they are null:\n\n```... COALESCE(r1.value - r2.value, 0) as resultando```", + type: 'message', + }, + id: '255038', + }, + { + attributes: { + id: '1498106411.225950--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '102587', + }, + { + attributes: { + createdAt: '2017-09-25T18:45:51Z', + id: '1506365151.000315', + labels: ['Message', 'ThreadedMessage'], + text: 'i guess it is also a modelling question', + type: 'message', + }, + id: '145158', + }, + { + attributes: { + id: '1506365151.000315--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '103862', + }, + { + attributes: { + createdAt: '2017-09-25T18:46:57Z', + id: '1506365217.000385', + labels: ['Message', 'ThreadedMessage'], + text: "I agree, I also think MERGE should handle this. I raised this internally recently, it's on our radar as an improvement.", + type: 'message', + }, + id: '145160', + }, + { + attributes: { + id: '1506365217.000385--+1--U2D751FP0', + labels: ['Reaction'], + }, + id: '103863', + }, + { + attributes: { + id: '1506365217.000385--+1--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '104203', + }, + { + attributes: { + createdAt: '2017-11-07T09:03:11Z', + id: '1510045391.000280', + labels: ['Message', 'ThreadedMessage'], + text: 'you can also use `apoc.coll.sortMaps(listofMaps, key)`', + type: 'message', + }, + id: '144622', + }, + { + attributes: { + id: '1510045391.000280--partyparrot--U7DQZLPBQ', + labels: ['Reaction'], + }, + id: '105132', + }, + { + attributes: { + createdAt: '2017-12-15T13:51:54Z', + id: '1513345914.000101', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks <@U5QEK6Z5G>! Let’s see how this works for me.', + type: 'message', + }, + id: '143936', + }, + { + attributes: { + id: '1513345914.000101--+1--U5QEK6Z5G', + labels: ['Reaction'], + }, + id: '105518', + }, + { + attributes: { + createdAt: '2018-01-22T18:58:03Z', + id: '1516647483.000066', + labels: ['Message', 'ThreadedMessage'], + text: "The difference is that MERGE, if it doesn't find the pattern, will attempt to create the entire pattern (with the exception of previously variables). Since I previously matched both `p` and `a`, those exact nodes are reused. \n\nIn your attempts, `p` isn't previously bound, so the existing node isn't used, so it creates that node too as it creates the rest of the pattern, and you get a duplicate node.", + type: 'message', + }, + id: '143628', + }, + { + attributes: { + id: '1516647483.000066--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '105812', + }, + { + attributes: { + createdAt: '2018-03-14T16:44:15Z', + id: '1521045855.000539', + labels: ['Message', 'ThreadedMessage'], + text: '```MATCH path=... WHERE all(x in nodes(path) WHERE x in listOfValidNodes) ....```', + type: 'message', + }, + id: '142926', + }, + { + attributes: { + id: '1521045855.000539--+1--U6BJWR96Z', + labels: ['Reaction'], + }, + id: '106897', + }, + { + attributes: { + createdAt: '2018-03-31T16:31:34Z', + id: '1522513894.000143', + labels: ['Message', 'ThreadedMessage'], + text: 'Hello,\nI haven’t tested it, but something like this should do the job:\n\nmatch (n)\nwith *, size((n)--()) as Degree, size((n)--(n)) as SelfDegree\nwhere (Degree - SelfDegree) = 0\nreturn n\nlimit 10', + type: 'message', + }, + id: '142673', + }, + { + attributes: { + id: '1522513894.000143--+1--U2PHPK215', + labels: ['Reaction'], + }, + id: '107709', + }, + { + attributes: { + createdAt: '2018-04-23T20:07:49Z', + id: '1524514069.000449', + labels: ['Message', 'ThreadedMessage'], + text: "So your query becomes :\n```\nMATCH (n:Node {uuid:\"cd9ce17a-48d8-4df4-994d-6bfc9bdf28eb\"}) , (app:Application{name:'BSCC Access Portal'})\nWHERE any(x in labels (n) WHERE x in ['Person', 'Service', 'Location'])\nWITH n, app\nCREATE (app)-[r:GRANTS_ACCESS_TO]->(n)\nRETURN app,r,n\n```\nAnd this one is efficient", + type: 'message', + }, + id: '142336', + }, + { + attributes: { + id: '1524514069.000449--+1--U7MGUUR9D', + labels: ['Reaction'], + }, + id: '107712', + }, + { + attributes: { + createdAt: '2018-05-03T04:51:52Z', + id: '1525323112.000188', + labels: ['Message', 'ThreadedMessage'], + text: 'But APOC works fine:\n`CALL apoc.load.csv(\'<http://ctdbase.org/reports/CTD_chem_gene_ixns.csv.gz>\',{sep:","}) YIELD lineNo, list, strings, map, stringMap with * limit 5 return *`', + type: 'message', + }, + id: '142219', + }, + { + attributes: { + id: '1525323112.000188--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '107922', + }, + { + attributes: { + createdAt: '2018-05-09T20:35:27Z', + id: '1525898127.000592', + labels: ['Message', 'ThreadedMessage'], + text: 'Yeah… The regex is faster…', + type: 'message', + }, + id: '142013', + }, + { + attributes: { + id: '1525898127.000592--+1--U08JH64PM', + labels: ['Reaction'], + }, + id: '108041', + }, + { + attributes: { + createdAt: '2018-07-16T03:51:15Z', + id: '1531713075.000140', + labels: ['Message', 'ThreadedMessage'], + text: "Right, 3.4.4 was released just last week I believe, but there's a hiccup on having the Desktop app detect it. Go with 3.4.1 for now, we'll likely fix things up early this week.", + type: 'message', + }, + id: '141122', + }, + { + attributes: { + id: '1531713075.000140--100--UBQ15C78D', + labels: ['Reaction'], + }, + id: '110144', + }, + { + attributes: { + createdAt: '2018-07-23T14:21:42Z', + id: '1532355702.000133', + labels: ['Message', 'ThreadedMessage'], + text: 'by default `apoc.warmup.run` does *not* touch properties - just nodes and rels.\nyou can use `call apoc.warmup.run(true,true)` to be more greedy and get all the props.', + type: 'message', + }, + id: '140956', + }, + { + attributes: { + id: '1532355702.000133--+1--U9373KH61', + labels: ['Reaction'], + }, + id: '110394', + }, + { + attributes: { + createdAt: '2018-08-08T14:46:27Z', + id: '1533739587.000150', + labels: ['Message', 'ThreadedMessage'], + text: 'really cool trick David, you should make a t-shirt with this one :)', + type: 'message', + }, + id: '140626', + }, + { + attributes: { + id: '1533739587.000150--+1--U7X490V7X', + labels: ['Reaction'], + }, + id: '111130', + }, + { + attributes: { + createdAt: '2018-08-13T15:19:09Z', + id: '1534173549.000529', + labels: ['Message', 'ThreadedMessage'], + text: "I think you're on the right track. The important thing to keep in mind is that aggregations in Neo4j (such as `sum()`) use the non-aggregation variables as the grouping key, the context for the aggregation.\n\nThe original query took the sum with respect to the movie title. Your altered query took the sum with respect to the movie title and `pearson`, so that changed both how the rows were generated and the context for the aggregation.\n\nIf you wanted to keep `pearson` as a separate variable yet aggregate as in the original query, you would need a workaround.\n\nA common workaround for this case is to collect() on the nodes you want (which removes it as a part of the grouping key, since it's now an aggregation), then UNWIND the collection back to rows:\n\n```\nWITH m.title as title, collect(pearson) as pearsons, SUM( pearson * r.rating) AS score\nUNWIND pearsons as pearson\nRETURN title, pearson, score\n```", + type: 'message', + }, + id: '140505', + }, + { + attributes: { + id: '1534173549.000529--heavy_check_mark--UC39PB4B0', + labels: ['Reaction'], + }, + id: '111621', + }, + { + attributes: { + id: '1534173549.000529--heavy_check_mark--U8C0Z14N8', + labels: ['Reaction'], + }, + id: '111697', + }, + { + attributes: { + createdAt: '2018-08-13T21:28:08Z', + id: '1534195688.000173', + labels: ['Message', 'ThreadedMessage'], + text: 'There was a separate convo about how many labels you can have before it starts to become a performance liability. The link Max deMarzi posted put that number at 5. My recommendation would be not to exceed about 5 labels for best performance. For something like gender, I’d recommend an indexed property instead. If, in your queries, it’s compellingly useful to treat men vs. women as “classes†of information (i.e. maybe you’re always looking for men > 30yrs old, and never “people†> 30 yrs old) then that could argue for putting gender as a label, but in general I’d use properties for that.', + type: 'message', + }, + id: '140517', + }, + { + attributes: { + id: '1534195688.000173--+1--UAGGP1RQV', + labels: ['Reaction'], + }, + id: '111728', + }, + { + attributes: { + createdAt: '2018-09-06T12:45:02Z', + id: '1536237902.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'MATCH (n:Employee) OPTIONAL MATCH (n)-[r:REPORTS_TO|BRANCH_OF|OVERSEEN_BY]->() RETURN collect(DISTINCT n) as nodes, collect(r) as edges', + type: 'message', + }, + id: '139941', + }, + { + attributes: { + id: '1536237902.000100--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '113038', + }, + { + attributes: { + id: '1536237902.000100--steam_locomotive--U8ZMJTA3X', + labels: ['Reaction'], + }, + id: '113047', + }, + { + attributes: { + createdAt: '2018-12-11T19:22:01Z', + id: '1544556121.045200', + labels: ['Message', 'ThreadedMessage'], + text: '<@UBVED4KTN> Not yet in the plugin, but see <https://grandstack.io/docs/neo4j-graphql-js.html#relationships-with-properties> for neo4j-graphql.js and <https://github.com/neo4j-graphql/neo4j-graphql-java#relationship-on-types> for neo4j-graphql-java', + type: 'message', + }, + id: '139479', + }, + { + attributes: { + id: '1544556121.045200--heart--UBVED4KTN', + labels: ['Reaction'], + }, + id: '113363', + }, + { + attributes: { + createdAt: '2019-01-09T06:39:24Z', + id: '1547015964.039100', + labels: ['Message', 'ThreadedMessage'], + text: 'only the ones that are mentioned there, plus in a new release one config for quoting', + type: 'message', + }, + id: '139331', + }, + { + attributes: { + id: '1547015964.039100--+1--UBQ15C78D', + labels: ['Reaction'], + }, + id: '113892', + }, + { + attributes: { + createdAt: '2019-01-30T18:37:00Z', + id: '1548873420.122300', + labels: ['Message', 'ThreadedMessage'], + text: 'if you are reporting, remove any ORDER BY clauses, and do those separately in excel later.', + type: 'message', + }, + id: '139246', + }, + { + attributes: { + id: '1548873420.122300--heart--UC41WPFA4', + labels: ['Reaction'], + }, + id: '114070', + }, + { + attributes: { + createdAt: '2019-01-30T20:27:25Z', + id: '1548880045.126200', + labels: ['Message', 'ThreadedMessage'], + text: 'Central US time', + type: 'message', + }, + id: '139259', + }, + { + attributes: { + id: '1548880045.126200--+1--UC41WPFA4', + labels: ['Reaction'], + }, + id: '114158', + }, + { + attributes: { + createdAt: '2019-06-29T22:32:57Z', + id: '1561847577.098700', + labels: ['Message', 'ThreadedMessage'], + text: 'Say more about your suggestion, please Andrew.\n\nAre you saying:\n\n`MATCH (p:Person)-[:ACTED_IN|:WROTE|:DIRECTED|:PRODUCED]->(m:Movie)`\n`WITH m, p`\n`RETURN m.title, COLLECT(p) `\n\nShould be more efficient than\n\n`MATCH (p:Person)-[:ACTED_IN|:WROTE|:DIRECTED|:PRODUCED]->(m:Movie)`\n`RETURN m.title, COLLECT(p) `\n\n? My understanding had been that a `WITH` and `RETURN` were about the same “costâ€, so I’m curious about why you’d make this suggestion.', + type: 'message', + }, + id: '138562', + }, + { + attributes: { + id: '1561847577.098700--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '115821', + }, + { + attributes: { + createdAt: '2019-07-01T13:43:04Z', + id: '1561988584.105800', + labels: ['Message', 'ThreadedMessage'], + text: "Ah, not quite. I'm referring to aggregating with respect to `m`, then saving the projection of the property in the return like so:\n\n```\nMATCH (p:Person)-[:ACTED_IN|:WROTE|:DIRECTED|:PRODUCED]->(m:Movie)\nWITH m, collect(p) AS persons\nRETURN m.title, persons\n```", + type: 'message', + }, + id: '138547', + }, + { + attributes: { + id: '1561988584.105800--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '115823', + }, + { + attributes: { + createdAt: '2019-07-01T13:47:09Z', + id: '1561988829.106100', + labels: ['Message', 'ThreadedMessage'], + text: "The difference is whether we perform property access for `m.title` before the aggregation, or after. Before the aggregation, there will be a number of rows with the same movie equal to the number of associated persons according to the match pattern. So if 10 people were associated with the movie (actors, writers, directors, producers), then you would be accessing `m.title` 10 times for the same movie. Then the aggregation happens by the common titles, narrowing this down to a single movie title per movie with the list of persons. So same result (assuming movie titles are unique) but you are paying for redundant property access.\n\nIf we perform the aggregation first by `m`, we don't pay that cost for redundant property access. We aggregate by the movie nodes, then when we have 1 row per movie, we project out the title, once per movie.", + type: 'message', + }, + id: '138548', + }, + { + attributes: { + id: '1561988829.106100--sunglasses--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '115824', + }, + { + attributes: { + createdAt: '2019-07-11T08:07:25Z', + id: '1562832445.135500', + labels: ['Message', 'ThreadedMessage'], + text: 'Neo4j times do, in fact, break down into years/months/days/hours/minutes/seconds/etc so what you are saying is entirely possible.', + type: 'message', + }, + id: '138496', + }, + { + attributes: { + id: '1562832445.135500--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '115865', + }, + { + attributes: { + createdAt: '2019-07-11T08:09:41Z', + id: '1562832581.135800', + labels: ['Message', 'ThreadedMessage'], + text: 'Have you seen this part of the Cypher manual? <https://neo4j.com/docs/cypher-manual/current/syntax/temporal/#cypher-temporal-accessing-components-temporal-instants>', + type: 'message', + }, + id: '138497', + }, + { + attributes: { + id: '1562832581.135800--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '115866', + }, + { + attributes: { + createdAt: '2019-07-11T08:14:25Z', + id: '1562832865.136100', + labels: ['Message', 'ThreadedMessage'], + text: "_I'm assuming the `value` of your `Date`-labeled nodes is a `date` or `datetime` type_", + type: 'message', + }, + id: '138498', + }, + { + attributes: { + id: '1562832865.136100--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '115876', + }, + { + attributes: { + createdAt: '2019-07-11T09:04:49Z', + id: '1562835889.138300', + labels: ['Message', 'ThreadedMessage'], + text: '> I may want to return only each second day, or each sixth or seventh day\n<@UKGE830V9> Do you mean only the "second day" of the week, or "every alternating day"?', + type: 'message', + }, + id: '138499', + }, + { + attributes: { + id: '1562835889.138300--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '115910', + }, + { + attributes: { + createdAt: '2019-07-11T15:15:30Z', + id: '1562858130.140200', + labels: ['Message', 'ThreadedMessage'], + text: ':clap:', + type: 'message', + }, + id: '138505', + }, + { + attributes: { + id: '1562858130.140200--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '115911', + }, + { + attributes: { + createdAt: '2019-07-16T02:25:17Z', + id: '1563243917.143300', + labels: ['Message', 'ThreadedMessage'], + text: 'or see Slide 94 of this class: <https://www.slideshare.net/maxdemarzi/data-modeling-with-neo4j-tutorial>', + type: 'message', + }, + id: '138487', + }, + { + attributes: { + id: '1563243917.143300--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '115974', + }, + { + attributes: { + createdAt: '2019-07-17T17:55:11Z', + id: '1563386111.160700', + labels: ['Message', 'ThreadedMessage'], + text: 'as far as I grok it, it operates as a sort of carry-over between MERGE/MATCH statements?', + type: 'message', + }, + id: '138442', + }, + { + attributes: { + id: '1563386111.160700--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '116090', + }, + { + attributes: { + createdAt: '2019-07-17T17:55:21Z', + id: '1563386121.161500', + labels: ['Message', 'ThreadedMessage'], + text: 'the first `WITH` is overkill', + type: 'message', + }, + id: '138446', + }, + { + attributes: { + id: '1563386121.161500--+1--UK35Q1EBV', + labels: ['Reaction'], + }, + id: '116241', + }, + { + attributes: { + createdAt: '2019-07-17T17:58:10Z', + id: '1563386290.162500', + labels: ['Message', 'ThreadedMessage'], + text: ':partyparrot:', + type: 'message', + }, + id: '138451', + }, + { + attributes: { + id: '1563386290.162500--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '116242', + }, + { + attributes: { + createdAt: '2019-07-17T18:12:31Z', + id: '1563387151.165900', + labels: ['Message', 'ThreadedMessage'], + text: "WITH is also a place to do projection and aggregation. Keep in mind that if you need DISTINCT rows for the variables involved, you need to explicitly use WITH DISTINCT, it won't happen implicitly", + type: 'message', + }, + id: '138453', + }, + { + attributes: { + id: '1563387151.165900--+1--ULFE1P0BS', + labels: ['Reaction'], + }, + id: '116303', + }, + { + attributes: { + id: '1563387151.165900--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '116478', + }, + { + attributes: { + createdAt: '2019-07-17T18:17:58Z', + id: '1563387478.166600', + labels: ['Message', 'ThreadedMessage'], + text: "got it. So it's hoisting, okay. that makes perfect sense.", + type: 'message', + }, + id: '138456', + }, + { + attributes: { + id: '1563387478.166600--heavy_check_mark--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '116487', + }, + { + attributes: { + createdAt: '2019-07-17T18:18:55Z', + id: '1563387535.167000', + labels: ['Message', 'ThreadedMessage'], + text: 'Oh, one other thing to know, you can use SKIP, LIMIT, and ORDER BY on a WITH, as well as a WHERE if you want to filter', + type: 'message', + }, + id: '138458', + }, + { + attributes: { + id: '1563387535.167000--+1--ULFE1P0BS', + labels: ['Reaction'], + }, + id: '116663', + }, + { + attributes: { + id: '1563387535.167000--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '116684', + }, + { + attributes: { + createdAt: '2019-07-17T22:24:44Z', + id: '1563402284.167500', + labels: ['Message', 'ThreadedMessage'], + text: 'our team, by using PROFILE and EXPLAIN we got to better understand how to use WITH and improve performance', + type: 'message', + }, + id: '138459', + }, + { + attributes: { + id: '1563402284.167500--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '116685', + }, + { + attributes: { + createdAt: '2019-08-02T19:58:37Z', + id: '1564775917.121200', + labels: ['Message', 'ThreadedMessage'], + text: "In Java strings `\\\\` escapes the backslash, so with an input of `\\\\n`, after processing the escape `\\n` would be left. (`\\n` itself would be a newline in a Java string)\n\nSo to have a literal `\\\\n` left in the string, you'd need to escape two backslashes, so 4 of `\\`'s are needed:\n\n`\\\\\\\\n`", + type: 'message', + }, + id: '138217', + }, + { + attributes: { + id: '1564775917.121200--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '117625', + }, + { + attributes: { + createdAt: '2019-08-14T20:09:44Z', + id: '1565813384.144800', + labels: ['Message', 'ThreadedMessage'], + text: 'Try this one out:\n\n```\nMATCH (p:Person)\nWHERE p.PersonId in SOMELIST\nWITH COLLECT(p) as peopleList\nUNWIND peopleList as p1\nMATCH (p1)-[r:Relationship]->(p2)\nWHERE p2 in peopleList\nRETURN p1, r, p2\n```', + type: 'message', + }, + id: '138179', + }, + { + attributes: { + id: '1565813384.144800--heart--UK35Q1EBV', + labels: ['Reaction'], + }, + id: '117774', + }, + { + attributes: { + id: '1565813384.144800--heart--UM4ECFGQ1', + labels: ['Reaction'], + }, + id: '117778', + }, + { + attributes: { + createdAt: '2019-08-26T21:40:52Z', + id: '1566855652.240900', + labels: ['Message', 'ThreadedMessage'], + text: 'ok. So Can you provide an example of input and desired output?', + type: 'message', + }, + id: '137976', + }, + { + attributes: { + id: '1566855652.240900--+1--UMD0PL4H5', + labels: ['Reaction'], + }, + id: '118021', + }, + { + attributes: { + createdAt: '2019-09-04T16:31:11Z', + id: '1567614671.032400', + labels: ['Message', 'ThreadedMessage'], + text: 'it would', + type: 'message', + }, + id: '137916', + }, + { + attributes: { + id: '1567614671.032400--thinking_face--UMTBETETA', + labels: ['Reaction'], + }, + id: '118022', + }, + { + attributes: { + createdAt: '2019-09-11T14:39:56Z', + id: '1568212796.097900', + labels: ['Message', 'ThreadedMessage'], + text: 'This worked like a `charm`!! Thank you', + type: 'message', + }, + id: '137806', + }, + { + attributes: { + id: '1568212796.097900--+1--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '118024', + }, + { + attributes: { + createdAt: '2019-10-10T20:25:22Z', + id: '1570739122.017500', + labels: ['Message', 'ThreadedMessage'], + text: 'so all you need is another merge and you are good to go', + type: 'message', + }, + id: '137567', + }, + { + attributes: { + id: '1570739122.017500--+1--UM74BAEE5', + labels: ['Reaction'], + }, + id: '118592', + }, + { + attributes: { + createdAt: '2019-10-14T13:29:17Z', + id: '1571059757.047300', + labels: ['Message', 'ThreadedMessage'], + text: "Unfortunately you will need to filter out nulls in your list before you can use `apoc.text.join()` to join the elements together. Something like this, provided `location` is the node in scope:\n\n```\n...\nWITH [item in [location.city, location.state, location.country] WHERE item IS NOT NULL] as locationList\nRETURN apoc.text.join(locationList, ';') as locationKey\n```", + type: 'message', + }, + id: '137479', + }, + { + attributes: { + id: '1571059757.047300--heart--UKHH739TK', + labels: ['Reaction'], + }, + id: '118593', + }, + { + attributes: { + id: '1571059757.047300--confetti_ball--UKHH739TK', + labels: ['Reaction'], + }, + id: '118841', + }, + { + attributes: { + createdAt: '2019-11-04T11:07:50Z', + id: '1572865670.128200', + labels: ['Message', 'ThreadedMessage'], + text: 'etc', + type: 'message', + }, + id: '137347', + }, + { + attributes: { + id: '1572865670.128200--heart--UPRDCR4GJ', + labels: ['Reaction'], + }, + id: '118844', + }, + { + attributes: { + id: '1572865670.128200--heart--U08J18KHB', + labels: ['Reaction'], + }, + id: '118845', + }, + { + attributes: { + createdAt: '2019-11-04T11:10:56Z', + id: '1572865856.129800', + labels: ['Message', 'ThreadedMessage'], + text: 'ok i am joining in', + type: 'message', + }, + id: '137353', + }, + { + attributes: { + id: '1572865856.129800--+1--U0DDNCDR7', + labels: ['Reaction'], + }, + id: '118846', + }, + { + attributes: { + createdAt: '2019-11-05T14:18:54Z', + id: '1572963534.139100', + labels: ['Message', 'ThreadedMessage'], + text: 'the next version of cypher-shell will have `-f file`', + type: 'message', + }, + id: '137325', + }, + { + attributes: { + id: '1572963534.139100--+1--U08J2HAE7', + labels: ['Reaction'], + }, + id: '118847', + }, + { + attributes: { + createdAt: '2020-02-08T12:14:15Z', + id: '1581164055.159300', + labels: ['Message', 'ThreadedMessage'], + text: "neither slack nor forum has any SLA it's best effort by the dev-rel team, some neo4j folks, and a lot of helpful community members", + type: 'message', + }, + id: '136711', + }, + { + attributes: { + id: '1581164055.159300--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '120022', + }, + { + attributes: { + createdAt: '2017-07-28T09:54:36Z', + id: '1501235676.683455', + labels: ['Message', 'ThreadedMessage'], + text: "It's a known issue, which I fixed in apoc (but unfortunately it requires sampling the db so it makes it slower). \nIn db.schema() there was no one who could take it on, but I can try to patch it there too when I'm back from vaca.", + type: 'message', + }, + id: '134303', + }, + { + attributes: { + id: '1501235676.683455--+1--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '122158', + }, + { + attributes: { + id: '1501235676.683455--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '122159', + }, + { + attributes: { + createdAt: '2018-07-02T11:40:14Z', + id: '1530531614.000097', + labels: ['Message', 'ThreadedMessage'], + text: "I'd try with small RAM (e.g. 8G) and check how long it takes. You can switch off consistency checking btw.", + type: 'message', + }, + id: '133239', + }, + { + attributes: { + id: '1530531614.000097--+1--UBESZ7FED', + labels: ['Reaction'], + }, + id: '123178', + }, + { + attributes: { + createdAt: '2018-08-08T14:47:25Z', + id: '1533739645.000509', + labels: ['Message', 'ThreadedMessage'], + text: 'I think the questions were adapted for causal clusters now. There is also a production training and you can easily set up clusters using Docker and play around with them and e.g. bolt+routing drivers.', + type: 'message', + }, + id: '133106', + }, + { + attributes: { + id: '1533739645.000509--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '123200', + }, + { + attributes: { + createdAt: '2018-10-17T15:40:04Z', + id: '1539790804.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'I made sure the data volume was mounted on an EBS volume because the higher tier EC2 instances are EBS-optimised and mandate EBS-only volumes. After that is done it is as simple as stopping the instance, changing the instance type in the ec2 console, and restarting the instance. One thing to note to to check the `neo4j-admin memrec` because if you go from 4 GB of RAM to 16, the heap size recommendations will change as well.', + type: 'message', + }, + id: '132900', + }, + { + attributes: { + id: '1539790804.000100--+1--U9VA4D3JB', + labels: ['Reaction'], + }, + id: '123202', + }, + { + attributes: { + createdAt: '2019-01-03T17:11:23Z', + id: '1546535483.010300', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'Just I’ve not found the time to write it up yet.', + type: 'message', + }, + id: '132751', + }, + { + attributes: { + id: '1546535483.010300--+1--U0DDNCDR7', + labels: ['Reaction'], + }, + id: '123204', + }, + { + attributes: { + createdAt: '2019-09-16T13:52:21Z', + id: '1568641941.008800', + labels: ['Message', 'ThreadedMessage'], + text: 'that’s the 3rd or 4th time in the last 2 weeks I’ve run across this issue', + type: 'message', + }, + id: '132644', + }, + { + attributes: { + id: '1568641941.008800--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '123213', + }, + { + attributes: { + createdAt: '2020-03-02T21:26:44Z', + id: '1583184404.038000', + labels: ['Message', 'ThreadedMessage'], + text: 'please use 3 backticks around all your code examples/outputs to make them readable or "create snippet"', + type: 'message', + }, + id: '132505', + }, + { + attributes: { + id: '1583184404.038000--+1--U9VA4D3JB', + labels: ['Reaction'], + }, + id: '123215', + }, + { + attributes: { + createdAt: '2017-05-25T20:07:41Z', + id: '1495742861.627496', + labels: ['Message', 'ThreadedMessage'], + text: "that's weird.", + type: 'message', + }, + id: '129658', + }, + { + attributes: { + id: '1495742861.627496--+1--U58LQEWKG', + labels: ['Reaction'], + }, + id: '123807', + }, + { + attributes: { + createdAt: '2017-05-28T18:43:23Z', + id: '1495997003.004920', + labels: ['Message', 'ThreadedMessage'], + text: 'you have to convert your original string into a list first', + type: 'message', + }, + id: '129639', + }, + { + attributes: { + id: '1495997003.004920--+1--U58LQEWKG', + labels: ['Reaction'], + }, + id: '123828', + }, + { + attributes: { + createdAt: '2018-03-09T12:04:54Z', + id: '1520597094.000047', + labels: ['Message', 'ThreadedMessage'], + text: 'use neo4j-import and use the \n```\n--legacy-style-quoting <true/false>\n\tWhether or not backslash-escaped quote e.g. \\" is interpreted as inner quote. \n```', + type: 'message', + }, + id: '128644', + }, + { + attributes: { + id: '1520597094.000047--+1--U92PVKTEW', + labels: ['Reaction'], + }, + id: '124511', + }, + { + attributes: { + createdAt: '2017-01-22T23:53:45Z', + id: '1485129225.000266', + labels: ['Message', 'ThreadedMessage'], + text: 'If the property is “display only†ie. not used as a filter in the traversal just storing data, then it you can marshall the json into a byte array and store it as such.', + type: 'message', + }, + id: '125049', + }, + { + attributes: { + id: '1485129225.000266--+1--U2PHPK215', + labels: ['Reaction'], + }, + id: '127935', + }, + { + attributes: { + createdAt: '2017-12-08T19:47:42Z', + id: '1512762462.000547', + labels: ['Message', 'ThreadedMessage'], + text: 'If I am not mistaken, the impact is only possible if they share node labels or relationship types with the previous data on your database.', + type: 'message', + }, + id: '124029', + }, + { + attributes: { + id: '1512762462.000547--+1--U5QEK6Z5G', + labels: ['Reaction'], + }, + id: '129578', + }, + { + attributes: { + createdAt: '2018-07-13T07:37:44Z', + id: '1531467464.000176', + labels: ['Message', 'ThreadedMessage'], + text: 'Glad you found the way forward here. ID access is less expensive than property access, so this is a better approach than what you had before.\n\nLikewise when doing equality or inequality comparisons. If `govtrackID` is unique across all :Legislator nodes, then it will be more efficient to compare the nodes themselves than by a property, since under the hood it will be doing an ID() comparison:\n\n`WHERE l1 <> l2`', + type: 'message', + }, + id: '120636', + }, + { + attributes: { + id: '1531467464.000176--+1--UBQ15C78D', + labels: ['Reaction'], + }, + id: '136499', + }, + { + attributes: { + createdAt: '2018-08-06T17:05:48Z', + id: '1533575148.000124', + labels: ['Message', 'ThreadedMessage'], + text: 'be aware that passwords files are not synced over the cluster. Use rsync.', + type: 'message', + }, + id: '120225', + }, + { + attributes: { + id: '1533575148.000124--+1--UC2G3JA3B', + labels: ['Reaction'], + }, + id: '136716', + }, + { + attributes: { + createdAt: '2018-08-09T15:20:52Z', + id: '1533828052.000411', + labels: ['Message', 'ThreadedMessage'], + text: "If you use `MERGE` for data loading it's wise to have the index before. If you data load consists only of `CREATE` you don't have to care about.", + type: 'message', + }, + id: '120097', + }, + { + attributes: { + id: '1533828052.000411--+1--U9373KH61', + labels: ['Reaction'], + }, + id: '136840', + }, + { + attributes: { + createdAt: '2019-05-03T20:03:22Z', + id: '1556913802.027700', + labels: ['Message', 'ThreadedMessage'], + text: "yep. It feels like I've stiched a boat to an airplane with twine.", + type: 'message', + }, + id: '119381', + }, + { + attributes: { + id: '1556913802.027700--boat--UA7EKGW3Z', + labels: ['Reaction'], + }, + id: '137074', + }, + { + attributes: { + id: '1556913802.027700--airplane--UA7EKGW3Z', + labels: ['Reaction'], + }, + id: '137075', + }, + { + attributes: { + createdAt: '2017-02-02T12:18:01Z', + id: '1486037881.001401', + labels: ['Message', 'ThreadedMessage'], + text: 'ok thank you. I will do it now', + type: 'message', + }, + id: '111478', + }, + { + attributes: { + id: '1486037881.001401--+1--U08JCS1NY', + labels: ['Reaction'], + }, + id: '140750', + }, + { + attributes: { + createdAt: '2017-06-13T12:35:01Z', + id: '1497357301.302577', + labels: ['Message', 'ThreadedMessage'], + text: 'Excuse for joining the question, but there is something I would like to understand better.\n\nIs this 100k relationship “limit†for a node regardless of the relationship’s type (outgoing, incoming) or name? Or is this per type and name?\n\nThanks!', + type: 'message', + }, + id: '108491', + }, + { + attributes: { + id: '1497357301.302577--+1--U5A60979Q', + labels: ['Reaction'], + }, + id: '142116', + }, + { + attributes: { + createdAt: '2017-06-20T13:57:24Z', + id: '1497967044.219441', + labels: ['Message', 'ThreadedMessage'], + text: 'patched with a chown with neo4j user/group. Thank you :slightly_smiling_face:', + type: 'message', + }, + id: '108298', + }, + { + attributes: { + id: '1497967044.219441--+1::skin-tone-4--U4YRHQA2Y', + labels: ['Reaction'], + }, + id: '142618', + }, + { + attributes: { + createdAt: '2017-12-07T13:19:17Z', + id: '1512652757.000314', + labels: ['Message', 'ThreadedMessage'], + text: 'There is no limitation, a node can has 0 to X labels. But why are you asking this question ? What do you want to do ?', + type: 'message', + }, + id: '105111', + }, + { + attributes: { + id: '1512652757.000314--thanks--U3E3G6QQM', + labels: ['Reaction'], + }, + id: '145162', + }, + { + attributes: { + createdAt: '2018-03-31T16:52:16Z', + id: '1522515136.000078', + labels: ['Message', 'ThreadedMessage'], + text: 'welcome!', + type: 'message', + }, + id: '103850', + }, + { + attributes: { + id: '1522515136.000078--wave::skin-tone-3--U9VCL9Z0C', + labels: ['Reaction'], + }, + id: '145422', + }, + { + attributes: { + createdAt: '2018-07-18T14:09:30Z', + id: '1531922970.000085', + labels: ['Message', 'ThreadedMessage'], + text: "I've been to the last few, but this year I'm in Austin. I miss Chicago... why oh why did I ever move.", + type: 'message', + }, + id: '102796', + }, + { + attributes: { + id: '1531922970.000085--sob--UBSHKKP6X', + labels: ['Reaction'], + }, + id: '147401', + }, + { + attributes: { + createdAt: '2018-07-20T07:11:57Z', + id: '1532070717.000177', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome :) Glad you started with Andela.', + type: 'message', + }, + id: '102748', + }, + { + attributes: { + id: '1532070717.000177--+1--UBTTUJ7EE', + labels: ['Reaction'], + }, + id: '147561', + }, + { + attributes: { + createdAt: '2018-08-08T12:59:28Z', + id: '1533733168.000463', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, you should check out the material from <@U08J4LA8H> he wrote and built a lot around this topic.', + type: 'message', + }, + id: '102540', + }, + { + attributes: { + id: '1533733168.000463--+1--UC1H9RENB', + labels: ['Reaction'], + }, + id: '148019', + }, + { + attributes: { + createdAt: '2018-08-08T15:03:24Z', + id: '1533740604.000113', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes that’s pretty cool! I’m actually recoding one of them projects in python', + type: 'message', + }, + id: '102544', + }, + { + attributes: { + id: '1533740604.000113--+1--UBJU9951P', + labels: ['Reaction'], + }, + id: '148020', + }, + { + attributes: { + id: '1533740604.000113--+1--UC22J8A3G', + labels: ['Reaction'], + }, + id: '148048', + }, + { + attributes: { + createdAt: '2018-08-08T17:15:57Z', + id: '1533748557.000212', + labels: ['Message', 'ThreadedMessage'], + text: '<@U54EYRD3Q> <@U9GT6UY9J> I believe we met at our last meetup. Hope you can come to the next one were doing around our Cypher Philly Project <https://github.com/AddictiveSci/cypherphilly>', + type: 'message', + }, + id: '102546', + }, + { + attributes: { + id: '1533748557.000212--partyparrot--U54EYRD3Q', + labels: ['Reaction'], + }, + id: '148049', + }, + { + attributes: { + id: '1533748557.000212--partyparrot--U5RHBBZ5H', + labels: ['Reaction'], + }, + id: '148050', + }, + { + attributes: { + createdAt: '2018-08-13T17:46:24Z', + id: '1534182384.000461', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome Camelia!', + type: 'message', + }, + id: '102514', + }, + { + attributes: { + id: '1534182384.000461--wave--UC78DKWUT', + labels: ['Reaction'], + }, + id: '148149', + }, + { + attributes: { + createdAt: '2018-08-15T14:49:44Z', + id: '1534344584.000100', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'I have, some months ago.', + type: 'message', + }, + id: '102472', + }, + { + attributes: { + id: '1534344584.000100--tada--U08J18KHB', + labels: ['Reaction'], + }, + id: '148150', + }, + { + attributes: { + createdAt: '2018-08-17T19:12:48Z', + id: '1534533168.000100', + labels: ['Message', 'ThreadedMessage'], + text: "Welcome, Benny. Yes please check out <http://grandstack.io|grandstack.io> and the grand stack starter. We'd love to hear your feedback, and if you want to build a nicer React app around it, that would be cool. Feel free to ask backend questions in the appropriate channesl.", + type: 'message', + }, + id: '102435', + }, + { + attributes: { + id: '1534533168.000100--+1--UCAAXQ8VA', + labels: ['Reaction'], + }, + id: '148200', + }, + { + attributes: { + createdAt: '2018-08-24T12:39:38Z', + id: '1535114378.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome !!', + type: 'message', + }, + id: '102355', + }, + { + attributes: { + id: '1535114378.000100--+1--UCFT8EFHC', + labels: ['Reaction'], + }, + id: '148214', + }, + { + attributes: { + createdAt: '2018-12-04T20:23:51Z', + id: '1543955031.005600', + labels: ['Message', 'ThreadedMessage'], + text: 'Ah cool! Hope it was helpful :)', + type: 'message', + }, + id: '101679', + }, + { + attributes: { + id: '1543955031.005600--100--UEJ0509M2', + labels: ['Reaction'], + }, + id: '149201', + }, + { + attributes: { + id: '1543955031.005600--+1--UEJ0509M2', + labels: ['Reaction'], + }, + id: '149202', + }, + { + attributes: { + createdAt: '2018-12-05T18:37:33Z', + id: '1544035053.011700', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome Natasha, then you might be happy to hear that <@U9CCX8Q4V> is working on a new R driver in <http://github.com/neo4j-rstats|github.com/neo4j-rstats>, will be on CRAN soon', + type: 'message', + }, + id: '101671', + }, + { + attributes: { + id: '1544035053.011700--+1--U9CCX8Q4V', + labels: ['Reaction'], + }, + id: '149221', + }, + { + attributes: { + createdAt: '2018-12-06T10:58:07Z', + id: '1544093887.013800', + labels: ['Message', 'ThreadedMessage'], + text: "Hi Zachary, I'm in Canada too :slightly_smiling_face: Welcome", + type: 'message', + }, + id: '101663', + }, + { + attributes: { + id: '1544093887.013800--smile--UEMRHNK71', + labels: ['Reaction'], + }, + id: '149262', + }, + { + attributes: { + createdAt: '2019-03-15T01:49:47Z', + id: '1552614587.050900', + labels: ['Message', 'ThreadedMessage'], + text: 'check out the information here:\n<https://neo4j.com/blog/neo4j-life-sciences-healthcare-workshop-berlin/>\n<https://neo4j.com/developer/life-sciences-and-healthcare/>\n<https://neo4j.com/blog/navigating-heart-failure-map-with-neo4j/>', + type: 'message', + }, + id: '101153', + }, + { + attributes: { + id: '1552614587.050900--+1--UGU2413V5', + labels: ['Reaction'], + }, + id: '153428', + }, + { + attributes: { + createdAt: '2019-07-02T18:38:39Z', + id: '1562092719.052600', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'I was thinking about a brain dump graph based on my Evernote notes and tags. That would enable me to better understand my knowledge about any given topic.', + type: 'message', + }, + id: '100585', + }, + { + attributes: { + id: '1562092719.052600--+1--UKU82SFFY', + labels: ['Reaction'], + }, + id: '154409', + }, + { + attributes: { + id: '1562092719.052600--+1--UKP7BBEF4', + labels: ['Reaction'], + }, + id: '154576', + }, + { + attributes: { + createdAt: '2019-07-03T11:49:34Z', + id: '1562154574.054200', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi <@UKP7BBEF4>\nI would say some thing for “spatial data†would be more interesting to explore with.', + type: 'message', + }, + id: '100570', + }, + { + attributes: { + id: '1562154574.054200--+1--UKP7BBEF4', + labels: ['Reaction'], + }, + id: '154594', + }, + { + attributes: { + createdAt: '2019-07-26T17:35:54Z', + id: '1564162554.011700', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi Christian! Welcome! Man, are you in for a treat. Neo4j has a little bit of a learning curve but once you really understand, it is world changing. You are really going to love it!\n\nI am very curious about what you mean by "multi-tenant by labels." Could you please explain this in more detail?', + type: 'message', + }, + id: '100419', + }, + { + attributes: { + id: '1564162554.011700--+1--UL65F4NTB', + labels: ['Reaction'], + }, + id: '158950', + }, + { + attributes: { + createdAt: '2019-07-29T04:41:22Z', + id: '1564375282.020900', + labels: ['Message', 'ThreadedMessage'], + text: "Welcome Rashid..:handshake: Maybe, there's a lot of learning :writing_hand: to go round, in the near future between us..:grinning: Thanks for stopping by. :+1:", + type: 'message', + }, + id: '100411', + }, + { + attributes: { + id: '1564375282.020900--+1--U1P8X9E5A', + labels: ['Reaction'], + }, + id: '158952', + }, + { + attributes: { + createdAt: '2019-08-26T04:52:21Z', + id: '1566795141.063900', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, Cristian!', + type: 'message', + }, + id: '100258', + }, + { + attributes: { + id: '1566795141.063900--blush--ULXJ147V5', + labels: ['Reaction'], + }, + id: '160652', + }, + { + attributes: { + createdAt: '2019-09-04T13:03:59Z', + id: '1567602239.026900', + labels: ['Message', 'ThreadedMessage'], + text: 'see <https://neo4j.com/?s=dosb>', + type: 'message', + }, + id: '100157', + }, + { + attributes: { + id: '1567602239.026900--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '161397', + }, + { + attributes: { + createdAt: '2019-09-15T02:25:02Z', + id: '1568514302.011800', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks <@UKTCT84M8>', + type: 'message', + }, + id: '100092', + }, + { + attributes: { + id: '1568514302.011800--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '162368', + }, + { + attributes: { + createdAt: '2019-09-15T12:03:19Z', + id: '1568548999.018000', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome <@UNEFQHLGP> \n', + type: 'message', + }, + id: '100074', + }, + { + attributes: { + id: '1568548999.018000--wave--UNEFQHLGP', + labels: ['Reaction'], + }, + id: '162369', + }, + { + attributes: { + createdAt: '2019-09-16T09:28:10Z', + id: '1568626090.019800', + labels: ['Message', 'ThreadedMessage'], + text: '<@UNEFQHLGP>, if you want to learn more and have deeper understanding on our graph platform, please head out to <https://neo4j.com/graphacademy/online-training/>', + type: 'message', + }, + id: '100046', + }, + { + attributes: { + id: '1568626090.019800--+1--UM1H759EU', + labels: ['Reaction'], + }, + id: '162370', + }, + { + attributes: { + createdAt: '2019-09-17T23:41:57Z', + id: '1568763717.027800', + labels: ['Message', 'ThreadedMessage'], + text: '<@UKTCT84M8> Thank you!', + type: 'message', + }, + id: '100039', + }, + { + attributes: { + id: '1568763717.027800--+1--UKTCT84M8', + labels: ['Reaction'], + }, + id: '162564', + }, + { + attributes: { + createdAt: '2019-10-21T11:07:07Z', + id: '1571656027.060300', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi <@UPL8KN2MN>! Welcome! Your app looks really cool!', + type: 'message', + }, + id: '99830', + }, + { + attributes: { + id: '1571656027.060300--hugging_face--UPL8KN2MN', + labels: ['Reaction'], + }, + id: '163651', + }, + { + attributes: { + createdAt: '2019-10-23T03:35:07Z', + id: '1571801707.063300', + labels: ['Message', 'ThreadedMessage'], + text: 'Looks cool!', + type: 'message', + }, + id: '99826', + }, + { + attributes: { + id: '1571801707.063300--pray--UPL8KN2MN', + labels: ['Reaction'], + }, + id: '163652', + }, + { + attributes: { + createdAt: '2019-11-13T11:16:21Z', + id: '1573643781.020900', + labels: ['Message', 'ThreadedMessage'], + text: 'Check this page; <https://prepr.io/developer-friendly> :slightly_smiling_face:', + type: 'message', + }, + id: '99711', + }, + { + attributes: { + id: '1573643781.020900--open_mouth--U54EYRD3Q', + labels: ['Reaction'], + }, + id: '163981', + }, + { + attributes: { + id: '1573643781.020900--awesome--U54EYRD3Q', + labels: ['Reaction'], + }, + id: '163982', + }, + { + attributes: { + createdAt: '2019-11-22T21:03:10Z', + id: '1574456590.045600', + labels: ['Message', 'ThreadedMessage'], + text: "Welcome Mark, glad you're having success, let us know if you need more engagement e.g. with a field engineer.", + type: 'message', + }, + id: '99668', + }, + { + attributes: { + id: '1574456590.045600--+1--UQS0T7Y4C', + labels: ['Reaction'], + }, + id: '164259', + }, + { + attributes: { + createdAt: '2019-11-27T08:47:39Z', + id: '1574844459.057100', + labels: ['Message', 'ThreadedMessage'], + text: "Välkommen. That's great! We also have some folks in Stockholm in case you want to come say hi some time.", + type: 'message', + }, + id: '99628', + }, + { + attributes: { + id: '1574844459.057100--slightly_smiling_face--UQU2HABHC', + labels: ['Reaction'], + }, + id: '164407', + }, + { + attributes: { + createdAt: '2019-12-11T15:28:12Z', + id: '1576078092.104800', + labels: ['Message', 'ThreadedMessage'], + text: 'Bachelor degree thesis . I started before a month being familiar with that technologies so for now I try to learn as much as I can about graphdb and cypher . I will decide the exact title/topic of my thesis in the next month .', + type: 'message', + }, + id: '99530', + }, + { + attributes: { + id: '1576078092.104800--+1--UN392PZ2M', + labels: ['Reaction'], + }, + id: '164588', + }, + { + attributes: { + createdAt: '2020-01-03T03:51:31Z', + id: '1578023491.016500', + labels: ['Message', 'ThreadedMessage'], + text: 'thanks folks!', + type: 'message', + }, + id: '99457', + }, + { + attributes: { + id: '1578023491.016500--+1--UQ6URETV2', + labels: ['Reaction'], + }, + id: '164618', + }, + { + attributes: { + createdAt: '2020-01-10T11:05:58Z', + id: '1578654358.006400', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J9497E> <@U08KA9KMH> <@U08J5DPMG> ^^^ probably interesting for you', + type: 'message', + }, + id: '99411', + }, + { + attributes: { + id: '1578654358.006400--muscle--U08J5DPMG', + labels: ['Reaction'], + }, + id: '165002', + }, + { + attributes: { + createdAt: '2020-02-07T08:13:03Z', + id: '1581063183.047700', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome <@UTA4JA5CK>', + type: 'message', + }, + id: '99154', + }, + { + attributes: { + id: '1581063183.047700--+1--UTA4JA5CK', + labels: ['Reaction'], + }, + id: '171855', + }, + { + attributes: { + createdAt: '2020-03-02T21:25:40Z', + id: '1583184340.019000', + labels: ['Message', 'ThreadedMessage'], + text: "welcome! we have a bunch of projects where we use slack data within neo4j (for knowledge base) in case you're interested :) /cc <@U09GPF05R>", + type: 'message', + }, + id: '99005', + }, + { + attributes: { + id: '1583184340.019000--+1--UQ6URETV2', + labels: ['Reaction'], + }, + id: '173891', + }, + { + attributes: { + id: '1583184340.019000--wave--UU9RCC3R9', + labels: ['Reaction'], + }, + id: '174102', + }, + { + attributes: { + createdAt: '2020-03-02T21:37:34Z', + id: '1583185054.019400', + labels: ['Message', 'ThreadedMessage'], + text: "Hey Mark, welcome! We've been looking at how we can use our Slack message to consolidate our knowledge into a single place. It would be great to see what you've done so far!", + type: 'message', + }, + id: '99007', + }, + { + attributes: { + id: '1583185054.019400--+1--UQ6URETV2', + labels: ['Reaction'], + }, + id: '174193', + }, + { + attributes: { + id: '1583185054.019400--wave--UU9RCC3R9', + labels: ['Reaction'], + }, + id: '174194', + }, + { + attributes: { + createdAt: '2018-04-24T16:46:08Z', + id: '1524588368.000684', + labels: ['Message', 'ThreadedMessage'], + text: 'Cypher as a job posting - love this.', + type: 'message', + }, + id: '98429', + }, + { + attributes: { + id: '1524588368.000684--blush--U9DNNB0AX', + labels: ['Reaction'], + }, + id: '178770', + }, + { + attributes: { + createdAt: '2018-02-16T13:48:57Z', + id: '1518788937.000131', + labels: ['Message', 'ThreadedMessage'], + text: "Alors autour d'une bière un soir de semaine !", + type: 'message', + }, + id: '97759', + }, + { + attributes: { + id: '1518788937.000131--+1--U08JCSXNE', + labels: ['Reaction'], + }, + id: '180920', + }, + { + attributes: { + createdAt: '2017-02-08T13:33:51Z', + id: '1486560831.000368', + labels: ['Message', 'ThreadedMessage'], + text: 'You may not need to. apoc.algo.cover() should return the relationships as rows, so we can work with that directly. Something like...\n\n```...\nCALL apoc.algo.cover(ids) YIELD rel\nRETURN startNode(rel), endNode(rel), rel```', + type: 'message', + }, + id: '95610', + }, + { + attributes: { + id: '1486560831.000368--+1--U2GTL65PD', + labels: ['Reaction'], + }, + id: '184781', + }, + { + attributes: { + createdAt: '2017-07-31T18:27:56Z', + id: '1501525676.764903', + labels: ['Message', 'ThreadedMessage'], + text: 'It is already calculated and saved in the relationship as a property', + type: 'message', + }, + id: '92594', + }, + { + attributes: { + id: '1501525676.764903--grinning--U6FP2RLM8', + labels: ['Reaction'], + }, + id: '186905', + }, + { + attributes: { + createdAt: '2017-07-31T18:35:55Z', + id: '1501526155.034197', + labels: ['Message', 'ThreadedMessage'], + text: 'MATCH (m:user)\nWITH m,m.unixtime as time\nORDER BY time asc\nWITH collect(m) AS times\nFOREACH(i in RANGE(0, length(times)-2) |\n FOREACH(time1 in [times[i]] |\n FOREACH(time2 in [times[i+1]] |\nMERGE (time1)-[:NEXT_MARKET_SIDE{delay:time2.unixtime - time1.unixtime}]->(time2))))', + type: 'message', + }, + id: '92599', + }, + { + attributes: { + id: '1501526155.034197--grinning--U6FP2RLM8', + labels: ['Reaction'], + }, + id: '186906', + }, + { + attributes: { + createdAt: '2017-12-15T00:47:02Z', + id: '1513298822.000232', + labels: ['Message', 'ThreadedMessage'], + text: 'thanks…i got the result :thank-you-bow:', + type: 'message', + }, + id: '91573', + }, + { + attributes: { + id: '1513298822.000232--tada--U3RJEUY2Z', + labels: ['Reaction'], + }, + id: '187754', + }, + { + attributes: { + createdAt: '2017-12-18T09:25:15Z', + id: '1513589115.000132', + labels: ['Message', 'ThreadedMessage'], + text: 'Maybe configurable percentile? or 99, 97, 95?', + type: 'message', + }, + id: '91495', + }, + { + attributes: { + id: '1513589115.000132--+1--U0DDNCDR7', + labels: ['Reaction'], + }, + id: '187758', + }, + { + attributes: { + createdAt: '2017-12-21T13:10:15Z', + id: '1513861815.000145', + labels: ['Message', 'ThreadedMessage'], + text: "You can try using 'triggers' with TransactionEventHandler, see <https://maxdemarzi.com/2015/03/25/triggers-in-neo4j/>\nIn short you create a JAR file with the 'trigger' and put it to plugins directory in neo4j", + type: 'message', + }, + id: '91432', + }, + { + attributes: { + id: '1513861815.000145--+1--U0DNS24SZ', + labels: ['Reaction'], + }, + id: '187760', + }, + { + attributes: { + createdAt: '2018-05-16T18:32:23Z', + id: '1526495543.000342', + labels: ['Message', 'ThreadedMessage'], + text: 'oh nice <@U2R5Q5W9Z> would you be interested in writing your work up in an article?', + type: 'message', + }, + id: '90506', + }, + { + attributes: { + id: '1526495543.000342--+1--U08K01M7V', + labels: ['Reaction'], + }, + id: '188038', + }, + { + attributes: { + createdAt: '2018-08-08T17:23:56Z', + id: '1533749036.000486', + labels: ['Message', 'ThreadedMessage'], + text: '```with apoc.convert.getJsonPropertyMap(n, "Address") as Address\nreturn Address.state```', + type: 'message', + }, + id: '90127', + }, + { + attributes: { + id: '1533749036.000486--heart--U9Y5GAHUY', + labels: ['Reaction'], + }, + id: '188249', + }, + { + attributes: { + createdAt: '2019-10-11T17:17:20Z', + id: '1570814240.003400', + labels: ['Message', 'ThreadedMessage'], + text: 'You can use the function `apoc.convert.toJson()` to change a list/map structure into a JSON string', + type: 'message', + }, + id: '89545', + }, + { + attributes: { + id: '1570814240.003400--+1--U08J18KHB', + labels: ['Reaction'], + }, + id: '189218', + }, + { + attributes: { + createdAt: '2018-06-12T00:00:06Z', + id: '1528761606.000618', + labels: ['Message', 'ThreadedMessage'], + text: 'nm, I will use `sudo systemctl status neo4j`', + type: 'message', + }, + id: '89352', + }, + { + attributes: { + id: '1528761606.000618--+1--U7X490V7X', + labels: ['Reaction'], + }, + id: '189251', + }, + { + attributes: { + createdAt: '2018-06-13T20:07:38Z', + id: '1528920458.000806', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks, <@U7X490V7X>. I appreciate your patience and willingness to help. I'll take a look at the current settings in the config and send you and subsequent questions to you over email.", + type: 'message', + }, + id: '89328', + }, + { + attributes: { + id: '1528920458.000806--+1--U7X490V7X', + labels: ['Reaction'], + }, + id: '189252', + }, + { + attributes: { + createdAt: '2019-11-01T17:43:20Z', + id: '1572630200.008600', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks for posting this, but “The legacy HA cluster mode has been deprecated as of Neo4j version 3.5, and will be totally removed from the product in version 4.0, with 4.0 expected to be released near the end of 2019.â€\n\nSee <https://neo4j.com/developer/kb/comparing-ha-vs-causal-clusters/>', + type: 'message', + }, + id: '89036', + }, + { + attributes: { + id: '1572630200.008600--+1--UPREE4BQR', + labels: ['Reaction'], + }, + id: '189740', + }, + { + attributes: { + createdAt: '2020-02-25T17:29:44Z', + id: '1582651784.004800', + labels: ['Message', 'ThreadedMessage'], + text: 'Okay thanks for the response :slightly_smiling_face: For now we will continue with what we have, it works for now, but total isolation of data would be the best. I will keep an eye on new releases of neo4j.', + type: 'message', + }, + id: '88956', + }, + { + attributes: { + id: '1582651784.004800--+1--UQ6URETV2', + labels: ['Reaction'], + }, + id: '190348', + }, + { + attributes: { + createdAt: '2018-03-19T20:52:40Z', + id: '1521492760.000132', + labels: ['Message', 'ThreadedMessage'], + text: 'A full DAO neo4j+ethereum for blockchains startups (we are an accelerator 100% blockchain) + a global tool : token economy model -> build ERC20 -> deploy -> publishing -> pre ico/privates sales. Neo4j is top for a compliance off-chain/on-chain we plan to add IBO features and Neo4j can help us for a great estimation of the real value of a token', + type: 'message', + }, + id: '88907', + }, + { + attributes: { + id: '1521492760.000132--sweat_smile--U0UUPCP89', + labels: ['Reaction'], + }, + id: '190426', + }, + { + attributes: { + createdAt: '2017-04-20T00:42:15Z', + id: '1492648935.612126', + labels: ['Message', 'ThreadedMessage'], + text: 'martin.furmanski: will do this weekend', + type: 'message', + }, + id: '86929', + }, + { + attributes: { + id: '1492648935.612126--+1--U154U8U4C', + labels: ['Reaction'], + }, + id: '191741', + }, + { + attributes: { + createdAt: '2018-02-20T06:04:37Z', + id: '1519106677.000083', + labels: ['Message', 'ThreadedMessage'], + text: '<@U0E7MMYAW> Thanks a lot ..', + type: 'message', + }, + id: '85438', + }, + { + attributes: { + id: '1519106677.000083--+1--U0E7MMYAW', + labels: ['Reaction'], + }, + id: '194094', + }, + { + attributes: { + createdAt: '2018-04-30T09:04:41Z', + id: '1525079081.000414', + labels: ['Message', 'ThreadedMessage'], + text: 'The real question now is : why 3 hours? :smile: ', + type: 'message', + }, + id: '83349', + }, + { + attributes: { + id: '1525079081.000414--flushed--U08JDKRB6', + labels: ['Reaction'], + }, + id: '195639', + }, + { + attributes: { + createdAt: '2017-12-27T19:01:40Z', + id: '1514401300.000104', + labels: ['Message', 'ThreadedMessage'], + text: 'I believe your database should not be running. There is a thread on StackOverflow that deals with this but regarding the “backup†command.\n\nThe solution should be similar.', + type: 'message', + }, + id: '80825', + }, + { + attributes: { + id: '1514401300.000104--+1--U85NW5CCV', + labels: ['Reaction'], + }, + id: '202035', + }, + { + attributes: { + createdAt: '2018-06-12T03:09:55Z', + id: '1528772995.000143', + labels: ['Message', 'ThreadedMessage'], + text: "```\nCALL apoc.peridodic.iterate('MATCH (n) RETURN n', 'SET n.dummyProperty = timestamp()', {batchSize: 1000, iterateList:true})\n```\n\nwill be very fast", + type: 'message', + }, + id: '77493', + }, + { + attributes: { + id: '1528772995.000143--+1--UAZNLPFHT', + labels: ['Reaction'], + }, + id: '206563', + }, + { + attributes: { + createdAt: '2018-07-20T16:30:35Z', + id: '1532104235.000041', + labels: ['Message', 'ThreadedMessage'], + text: 'Glad that you found a work around. We’ll remove the underlying seabolt structs in upcoming pre-releases so be prepared for an error when that happens :wink:', + type: 'message', + }, + id: '76619', + }, + { + attributes: { + id: '1532104235.000041--+1::skin-tone-2--UBMCTGCKG', + labels: ['Reaction'], + }, + id: '208306', + }, + { + attributes: { + createdAt: '2019-04-25T23:34:26Z', + id: '1556235266.000300', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi Mona, let me ask the authors', + type: 'message', + }, + id: '74771', + }, + { + attributes: { + id: '1556235266.000300--pray--UGA7G3VAR', + labels: ['Reaction'], + }, + id: '211279', + }, + { + attributes: { + createdAt: '2018-01-05T11:36:53Z', + id: '1515152213.000124', + labels: ['Message', 'ThreadedMessage'], + text: 'You can do both, you can modify data with the generated mutations or with cypher behind the scenes', + type: 'message', + }, + id: '73237', + }, + { + attributes: { + id: '1515152213.000124--+1--U3SEFGCKH', + labels: ['Reaction'], + }, + id: '212876', + }, + { + attributes: { + createdAt: '2018-07-18T21:02:59Z', + id: '1531947779.000267', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: "Cool - I've added this in v0.1.25. With an example here: <https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/example/apollo-server/movies-middleware.js>\n\nSince middleware is server specific it does use Express, but I think we should be able to still keep the handling in neo4j-graphql-js generic enough that it will work independent of server choice.", + type: 'message', + }, + id: '72622', + }, + { + attributes: { + id: '1531947779.000267--tada--UAW8MEQJC', + labels: ['Reaction'], + }, + id: '214266', + }, + { + attributes: { + createdAt: '2018-08-02T17:05:14Z', + id: '1533229514.000492', + labels: ['Message', 'ThreadedMessage'], + text: "that's the goal - but it's not implemented yet", + type: 'message', + }, + id: '72597', + }, + { + attributes: { + id: '1533229514.000492--rocket--UA8THBURF', + labels: ['Reaction'], + }, + id: '214267', + }, + { + attributes: { + id: '1533229514.000492--rocket--UAW8MEQJC', + labels: ['Reaction'], + }, + id: '214505', + }, + { + attributes: { + createdAt: '2018-08-15T13:25:16Z', + id: '1534339516.000100', + labels: ['Message', 'ThreadedMessage'], + text: "right. The logic is that if you've added a mutation to the schema then we assume you want some custom logic other than the default that would be autogenerated. So we don't override the mutation you've defined and skip autogenerating it. Although I think we just check that there is a typedef for it, not if a resolver exists for it...", + type: 'message', + }, + id: '72510', + }, + { + attributes: { + id: '1534339516.000100--+1--UAW8MEQJC', + labels: ['Reaction'], + }, + id: '214922', + }, + { + attributes: { + createdAt: '2018-08-15T16:47:15Z', + id: '1534351635.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'Waow! Works well! So cool! :slightly_smiling_face:', + type: 'message', + }, + id: '72514', + }, + { + attributes: { + id: '1534351635.000100--tada--UAW8MEQJC', + labels: ['Reaction'], + }, + id: '214923', + }, + { + attributes: { + createdAt: '2018-08-15T18:16:28Z', + id: '1534356988.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'we also plan to add (optional) uuid generation as part of the create mutation', + type: 'message', + }, + id: '72528', + }, + { + attributes: { + id: '1534356988.000100--partyparrot--UA8THBURF', + labels: ['Reaction'], + }, + id: '215060', + }, + { + attributes: { + id: '1534356988.000100--partyparrot--UC0TDMF5F', + labels: ['Reaction'], + }, + id: '215061', + }, + { + attributes: { + id: '1534356988.000100--partyparrot--UAW8MEQJC', + labels: ['Reaction'], + }, + id: '215180', + }, + { + attributes: { + createdAt: '2018-08-22T23:19:58Z', + id: '1534979998.000100', + labels: ['Message', 'ThreadedMessage'], + text: "Hey <@UCE0R4D3Q> - I'm glad to hear that approach sounds good to you :slightly_smiling_face: We have not started implementation of it yet. We've started speccing it out in a doc - I'll add to an issue on the repo and would be great if you could give us feedback on the design", + type: 'message', + }, + id: '72463', + }, + { + attributes: { + id: '1534979998.000100--+1--UCE0R4D3Q', + labels: ['Reaction'], + }, + id: '215458', + }, + { + attributes: { + id: '1534979998.000100--+1--UA8THBURF', + labels: ['Reaction'], + }, + id: '215459', + }, + { + attributes: { + id: '1534979998.000100--+1--UC0TDMF5F', + labels: ['Reaction'], + }, + id: '215546', + }, + { + attributes: { + id: '1534979998.000100--+1--U2AUZQKDW', + labels: ['Reaction'], + }, + id: '215547', + }, + { + attributes: { + createdAt: '2018-09-15T12:50:19Z', + id: '1537015819.000100', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'neo4j-graphql-js can also generate queries/mutations from just SDL typedefintions. See `makeAugmentedSchema`:\n\n<https://grandstack.io/docs/neo4j-graphql-js-api.html#makeaugmentedschemaoptions-graphqlschema>\n\n<https://grandstack.io/docs/neo4j-graphql-js.html#schema-augmentation>', + type: 'message', + }, + id: '72419', + }, + { + attributes: { + id: '1537015819.000100--partyparrot--UA8THBURF', + labels: ['Reaction'], + }, + id: '215768', + }, + { + attributes: { + createdAt: '2018-09-17T18:30:20Z', + id: '1537209020.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'Oh hey there, I think this relates to <https://github.com/neo4j-graphql/neo4j-graphql-js/issues/98>', + type: 'message', + }, + id: '72407', + }, + { + attributes: { + id: '1537209020.000100--+1--UCU34545Q', + labels: ['Reaction'], + }, + id: '215924', + }, + { + attributes: { + createdAt: '2018-09-18T01:27:08Z', + id: '1537234028.000100', + labels: ['Message', 'ThreadedMessage'], + text: "correct. The `filter` parameter functionality is not yet implemented in neo4j-graphql-js. We hadn't prioritized it as we haven't had many users asking for it. But if that would be useful we can prioritize it. I've added an issue for tracking here: <https://github.com/neo4j-graphql/neo4j-graphql-js/issues/105>", + type: 'message', + }, + id: '72413', + }, + { + attributes: { + id: '1537234028.000100--+1--UCU34545Q', + labels: ['Reaction'], + }, + id: '216033', + }, + { + attributes: { + createdAt: '2019-04-17T12:15:39Z', + id: '1555503339.020100', + labels: ['Message', 'ThreadedMessage'], + text: 'better in <http://community.neo4j.com|community.neo4j.com> in the graphql category and drop me the link', + type: 'message', + }, + id: '71962', + }, + { + attributes: { + id: '1555503339.020100--+1--UHSNQ0SS1', + labels: ['Reaction'], + }, + id: '216724', + }, + { + attributes: { + createdAt: '2019-06-07T16:23:18Z', + id: '1559924598.018600', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi Ben - this is not yet covered by the autogenerated mutations, but it on the road map. In the mean time you can implement this logic through the use of `@cypher` schema directives. Here’s an example: <https://github.com/neo4j-graphql/neo4j-graphql-js/issues/83#issuecomment-438499182>', + type: 'message', + }, + id: '71835', + }, + { + attributes: { + id: '1559924598.018600--+1--UKEQY3MBL', + labels: ['Reaction'], + }, + id: '216955', + }, + ], + }, + type: 'nodelink', + }, +}; + +export const slackReplyToThreadedMessageWithNeo4jQueryResultPayload: GraphQueryResultFromBackendPayload = { + queryID: 'b0be8b078dcf228db70fb570adb4b061', + result: { + payload: { + edges: [ + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '28796', + id: '579413', + to: '28795', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '28797', + id: '579417', + to: '28795', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '28798', + id: '579424', + to: '28795', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '28799', + id: '579425', + to: '28795', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '28800', + id: '579426', + to: '28795', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '32835', + id: '578988', + to: '32924', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '32839', + id: '578990', + to: '32924', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '32925', + id: '578937', + to: '32924', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '32926', + id: '578938', + to: '32924', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '33420', + id: '578831', + to: '33422', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '33985', + id: '578524', + to: '33979', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '34018', + id: '578520', + to: '34021', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '34019', + id: '578521', + to: '34021', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '35946', + id: '577103', + to: '35973', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '35971', + id: '577100', + to: '35970', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '36252', + id: '576097', + to: '36261', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '51682', + id: '573632', + to: '51703', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '51689', + id: '573636', + to: '51703', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '62712', + id: '570848', + to: '62720', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '66348', + id: '568485', + to: '66357', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '66821', + id: '568040', + to: '66824', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '66822', + id: '568041', + to: '66824', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '66823', + id: '568042', + to: '66824', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '66836', + id: '568038', + to: '66832', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71021', + id: '566361', + to: '71045', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71222', + id: '565510', + to: '71253', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71229', + id: '565565', + to: '71253', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71254', + id: '565509', + to: '71253', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71524', + id: '565078', + to: '71591', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71610', + id: '564829', + to: '71658', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71659', + id: '564668', + to: '71658', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71685', + id: '563652', + to: '71683', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71828', + id: '563571', + to: '71832', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71829', + id: '563618', + to: '71832', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71833', + id: '563549', + to: '71832', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71834', + id: '563550', + to: '71832', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '71835', + id: '563570', + to: '71832', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '72124', + id: '562958', + to: '72128', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '72308', + id: '562942', + to: '72307', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '72309', + id: '562943', + to: '72307', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '72536', + id: '562424', + to: '72547', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '72541', + id: '562430', + to: '72547', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '78920', + id: '557525', + to: '78923', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '78921', + id: '557541', + to: '78923', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '78922', + id: '557542', + to: '78923', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '78924', + id: '557524', + to: '78923', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '79127', + id: '557523', + to: '79141', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '79142', + id: '557522', + to: '79141', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '83346', + id: '556736', + to: '83383', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '83373', + id: '556732', + to: '83383', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '83374', + id: '556733', + to: '83383', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '83398', + id: '556726', + to: '83396', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '83399', + id: '556728', + to: '83396', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '83439', + id: '556656', + to: '83449', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '84319', + id: '554415', + to: '84321', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85351', + id: '553693', + to: '85390', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85352', + id: '553747', + to: '85390', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85353', + id: '553817', + to: '85390', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85368', + id: '553690', + to: '85380', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85369', + id: '553691', + to: '85380', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85378', + id: '553689', + to: '85390', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85391', + id: '553688', + to: '85390', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '85799', + id: '553278', + to: '85860', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87177', + id: '553076', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87178', + id: '553084', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87179', + id: '553088', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87180', + id: '553089', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87181', + id: '553090', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87182', + id: '553091', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87183', + id: '553092', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87184', + id: '553093', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87185', + id: '553094', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87186', + id: '553095', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '87187', + id: '553098', + to: '87176', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '88676', + id: '551944', + to: '88682', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '88679', + id: '551930', + to: '88682', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '89150', + id: '550504', + to: '89151', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '89358', + id: '550026', + to: '89360', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '89361', + id: '550024', + to: '89360', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '89362', + id: '550025', + to: '89360', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '90845', + id: '549008', + to: '90837', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '90846', + id: '549009', + to: '90837', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '97759', + id: '546075', + to: '97764', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '97761', + id: '546072', + to: '97764', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '97762', + id: '546073', + to: '97764', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '97763', + id: '546071', + to: '97764', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '98291', + id: '546062', + to: '98294', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '98292', + id: '546054', + to: '98294', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '98295', + id: '546052', + to: '98294', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '98296', + id: '546053', + to: '98294', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99131', + id: '545610', + to: '99304', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99150', + id: '545581', + to: '99162', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99154', + id: '545580', + to: '99162', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99165', + id: '545571', + to: '99162', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99167', + id: '545578', + to: '99162', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99543', + id: '545165', + to: '99555', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99548', + id: '545169', + to: '99555', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99609', + id: '545162', + to: '99623', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99691', + id: '545118', + to: '99690', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99825', + id: '544890', + to: '99864', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99839', + id: '544886', + to: '99864', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '99840', + id: '544887', + to: '99864', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100039', + id: '544871', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100048', + id: '544851', + to: '100241', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100055', + id: '544859', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100056', + id: '544860', + to: '100177', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100058', + id: '544862', + to: '100145', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100126', + id: '544842', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100128', + id: '544843', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100129', + id: '544844', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100156', + id: '544840', + to: '100177', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100157', + id: '544841', + to: '100177', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100171', + id: '544839', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100199', + id: '544837', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100200', + id: '544838', + to: '100196', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100258', + id: '544827', + to: '100342', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100261', + id: '544830', + to: '100375', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100371', + id: '544823', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100385', + id: '544822', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100419', + id: '544803', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100420', + id: '544804', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100421', + id: '544805', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100422', + id: '544806', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100423', + id: '544807', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100424', + id: '544808', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100425', + id: '544809', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100426', + id: '544810', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100427', + id: '544811', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100428', + id: '544812', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100429', + id: '544814', + to: '100415', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100533', + id: '544801', + to: '100579', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100542', + id: '544800', + to: '100579', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100632', + id: '544770', + to: '100646', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100634', + id: '544792', + to: '100646', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100635', + id: '544793', + to: '100646', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100636', + id: '544794', + to: '100646', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100824', + id: '544755', + to: '100816', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100825', + id: '544756', + to: '100816', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '100826', + id: '544757', + to: '100816', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101013', + id: '544453', + to: '101021', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101097', + id: '544445', + to: '101114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101098', + id: '544446', + to: '101114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101105', + id: '544426', + to: '101114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101106', + id: '544442', + to: '101114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101110', + id: '544443', + to: '101114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101115', + id: '544407', + to: '101114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101135', + id: '544406', + to: '101204', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101153', + id: '544400', + to: '101204', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101154', + id: '544401', + to: '101205', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101156', + id: '544403', + to: '101174', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101198', + id: '544399', + to: '101205', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101283', + id: '544394', + to: '101278', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101663', + id: '544390', + to: '101675', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101664', + id: '544391', + to: '101682', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101671', + id: '544389', + to: '101682', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '101758', + id: '544383', + to: '101761', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102541', + id: '544334', + to: '102608', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102757', + id: '544323', + to: '102813', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102769', + id: '544279', + to: '102813', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102770', + id: '544283', + to: '102813', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102771', + id: '544284', + to: '102813', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102772', + id: '544285', + to: '102815', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102773', + id: '544287', + to: '102815', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102774', + id: '544288', + to: '102815', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '102780', + id: '544298', + to: '102815', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '103134', + id: '544069', + to: '103153', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '103154', + id: '544068', + to: '103153', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104362', + id: '544033', + to: '104432', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104363', + id: '544034', + to: '104432', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104413', + id: '543944', + to: '104438', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104440', + id: '543822', + to: '104438', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104441', + id: '543823', + to: '104438', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104442', + id: '543923', + to: '104438', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104443', + id: '543928', + to: '104438', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104444', + id: '543942', + to: '104438', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104445', + id: '543943', + to: '104438', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104626', + id: '543821', + to: '104724', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104798', + id: '543819', + to: '104826', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104799', + id: '543820', + to: '104826', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104828', + id: '543644', + to: '104826', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104829', + id: '543645', + to: '104826', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104830', + id: '543646', + to: '104826', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104837', + id: '543654', + to: '104826', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '104838', + id: '543655', + to: '104835', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '105440', + id: '543634', + to: '105436', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '110820', + id: '541919', + to: '110904', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '110905', + id: '541913', + to: '110904', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '110906', + id: '541914', + to: '110904', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '110907', + id: '541915', + to: '110904', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '110908', + id: '541916', + to: '110904', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '110911', + id: '541917', + to: '110904', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '110912', + id: '541918', + to: '110904', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '119856', + id: '541817', + to: '119853', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '119962', + id: '541560', + to: '119993', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120097', + id: '541543', + to: '120095', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120474', + id: '540973', + to: '120489', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120476', + id: '540974', + to: '120489', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120741', + id: '540962', + to: '120748', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120959', + id: '540954', + to: '120967', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120961', + id: '540955', + to: '120967', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120964', + id: '540809', + to: '120967', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '120966', + id: '540810', + to: '120967', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '121095', + id: '540801', + to: '121094', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '121096', + id: '540804', + to: '121094', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '121097', + id: '540805', + to: '121094', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '121098', + id: '540806', + to: '121094', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '124035', + id: '539648', + to: '124093', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '124036', + id: '539662', + to: '124093', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '124037', + id: '539678', + to: '124093', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132500', + id: '536514', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132501', + id: '536515', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132502', + id: '536520', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132503', + id: '536522', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132504', + id: '536523', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132506', + id: '536665', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132507', + id: '536702', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132508', + id: '536704', + to: '132498', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132996', + id: '535953', + to: '132995', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '132997', + id: '535963', + to: '132995', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133003', + id: '535964', + to: '132995', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133863', + id: '534894', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133864', + id: '534895', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133865', + id: '534896', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133866', + id: '534897', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133867', + id: '534898', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133868', + id: '534899', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133869', + id: '534901', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133870', + id: '534902', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133871', + id: '534903', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '133872', + id: '534904', + to: '133862', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '137116', + id: '526177', + to: '137156', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '137117', + id: '526205', + to: '137156', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '143588', + id: '500601', + to: '143587', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '143589', + id: '500602', + to: '143587', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '143590', + id: '500603', + to: '143587', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '143591', + id: '500604', + to: '143587', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '160044', + id: '56070', + to: '160036', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '160545', + id: '56091', + to: '160529', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161055', + id: '56141', + to: '161043', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161062', + id: '56142', + to: '161043', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161067', + id: '56143', + to: '161043', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161093', + id: '56146', + to: '161043', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161094', + id: '56147', + to: '161043', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161097', + id: '56150', + to: '161064', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161389', + id: '56174', + to: '161388', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161391', + id: '56175', + to: '161388', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161393', + id: '56176', + to: '161388', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '161856', + id: '56191', + to: '161827', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '162417', + id: '56243', + to: '162413', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '162418', + id: '56244', + to: '162413', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '162419', + id: '56245', + to: '162413', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '162495', + id: '56246', + to: '162473', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '162725', + id: '56310', + to: '162707', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163085', + id: '56344', + to: '163069', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163125', + id: '56355', + to: '163124', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163218', + id: '56361', + to: '163205', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163233', + id: '56366', + to: '163227', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163269', + id: '56369', + to: '163227', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163270', + id: '56370', + to: '163227', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163391', + id: '56379', + to: '163387', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163392', + id: '56380', + to: '163387', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163393', + id: '56381', + to: '163387', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163394', + id: '56382', + to: '163387', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163459', + id: '56388', + to: '163454', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163464', + id: '56389', + to: '163454', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163644', + id: '56402', + to: '163620', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163718', + id: '56408', + to: '163716', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '163759', + id: '56417', + to: '163750', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164114', + id: '56451', + to: '164105', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164238', + id: '56461', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164239', + id: '56462', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164240', + id: '56463', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164241', + id: '56464', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164242', + id: '56465', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164243', + id: '56466', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164244', + id: '56467', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164245', + id: '56468', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164246', + id: '56469', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164247', + id: '56470', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164248', + id: '56471', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164252', + id: '56472', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164254', + id: '56473', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164255', + id: '56474', + to: '164237', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164452', + id: '56508', + to: '164451', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164453', + id: '56509', + to: '164451', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164454', + id: '56510', + to: '164451', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164456', + id: '56511', + to: '164451', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164500', + id: '56516', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164501', + id: '56517', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164502', + id: '56518', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164503', + id: '56519', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164504', + id: '56520', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164505', + id: '56521', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164506', + id: '56522', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164507', + id: '56523', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164508', + id: '56524', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164509', + id: '56525', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164510', + id: '56526', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164511', + id: '56527', + to: '164499', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164535', + id: '56542', + to: '164534', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164536', + id: '56543', + to: '164534', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164537', + id: '56544', + to: '164534', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164547', + id: '56549', + to: '164534', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '164552', + id: '56550', + to: '164534', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185228', + id: '56832', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185229', + id: '56833', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185230', + id: '56834', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185231', + id: '56835', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185232', + id: '56836', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185233', + id: '56837', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185234', + id: '56838', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185262', + id: '56844', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185316', + id: '56873', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185317', + id: '56874', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185318', + id: '56875', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185319', + id: '56876', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '185383', + id: '56877', + to: '185185', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '189056', + id: '57427', + to: '189044', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '189086', + id: '57428', + to: '189081', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '189093', + id: '57429', + to: '189081', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '189135', + id: '57430', + to: '189044', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '189307', + id: '57439', + to: '189044', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '194551', + id: '57660', + to: '194549', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '194552', + id: '57661', + to: '194549', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '194553', + id: '57662', + to: '194549', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '195540', + id: '57709', + to: '195536', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '195541', + id: '57710', + to: '195536', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196522', + id: '57803', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196523', + id: '57804', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196525', + id: '57806', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196526', + id: '57807', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196527', + id: '57808', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196528', + id: '57809', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196529', + id: '57810', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196530', + id: '57811', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196533', + id: '57812', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196534', + id: '57813', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196535', + id: '57814', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196536', + id: '57815', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196631', + id: '57829', + to: '196517', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '196945', + id: '57978', + to: '196936', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '200355', + id: '58229', + to: '200225', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '200356', + id: '58230', + to: '200225', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '200357', + id: '58231', + to: '200225', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '203994', + id: '58464', + to: '203980', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '203995', + id: '58465', + to: '203980', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '203996', + id: '58466', + to: '203980', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207293', + id: '58686', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207294', + id: '58687', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207295', + id: '58688', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207296', + id: '58689', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207297', + id: '58690', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207298', + id: '58691', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207299', + id: '58692', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207300', + id: '58693', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207301', + id: '58694', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207302', + id: '58695', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207303', + id: '58696', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207304', + id: '58697', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207305', + id: '58698', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207306', + id: '58699', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207307', + id: '58700', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207308', + id: '58701', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207309', + id: '58702', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207310', + id: '58703', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207311', + id: '58704', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207312', + id: '58705', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207313', + id: '58706', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207314', + id: '58707', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207315', + id: '58708', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207317', + id: '58709', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207318', + id: '58710', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207319', + id: '58711', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207320', + id: '58712', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207324', + id: '58713', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207326', + id: '58714', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207333', + id: '58715', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207334', + id: '58716', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207336', + id: '58717', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207337', + id: '58718', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207338', + id: '58719', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207339', + id: '58720', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207346', + id: '58726', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207347', + id: '58727', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207348', + id: '58728', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207351', + id: '58729', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207352', + id: '58730', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207353', + id: '58731', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207354', + id: '58732', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207355', + id: '58733', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207356', + id: '58734', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207357', + id: '58735', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207358', + id: '58736', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207359', + id: '58737', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207360', + id: '58738', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207361', + id: '58739', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207364', + id: '58740', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207367', + id: '58741', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207368', + id: '58742', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207369', + id: '58743', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207370', + id: '58744', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207371', + id: '58745', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207372', + id: '58746', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207373', + id: '58747', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207374', + id: '58748', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207375', + id: '58749', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207376', + id: '58750', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207377', + id: '58751', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207378', + id: '58752', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207379', + id: '58753', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207380', + id: '58754', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207381', + id: '58755', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207382', + id: '58756', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207383', + id: '58757', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207384', + id: '58758', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207385', + id: '58759', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207386', + id: '58760', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207393', + id: '58761', + to: '207292', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207433', + id: '58765', + to: '207429', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '207435', + id: '58766', + to: '207429', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208017', + id: '58818', + to: '208013', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208019', + id: '58820', + to: '208013', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208038', + id: '58826', + to: '208013', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208110', + id: '58838', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208111', + id: '58839', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208112', + id: '58840', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208113', + id: '58841', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208114', + id: '58842', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208115', + id: '58843', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208117', + id: '58844', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208118', + id: '58845', + to: '208090', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208827', + id: '58928', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208828', + id: '58929', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208829', + id: '58930', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208831', + id: '58931', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208833', + id: '58932', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208834', + id: '58933', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208835', + id: '58934', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208836', + id: '58935', + to: '208823', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '208983', + id: '58950', + to: '207244', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209169', + id: '58959', + to: '209160', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209205', + id: '58965', + to: '209160', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209283', + id: '58969', + to: '209160', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209284', + id: '58970', + to: '209160', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209524', + id: '58996', + to: '209522', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209525', + id: '58997', + to: '209522', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209526', + id: '58998', + to: '209522', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209527', + id: '58999', + to: '209522', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209676', + id: '59006', + to: '209522', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209816', + id: '59031', + to: '209522', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '209884', + id: '59044', + to: '209845', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210248', + id: '59096', + to: '210168', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210291', + id: '59105', + to: '210270', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210292', + id: '59106', + to: '210270', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210459', + id: '59132', + to: '210402', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210467', + id: '59137', + to: '210402', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210493', + id: '59140', + to: '210485', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210495', + id: '59141', + to: '210485', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210530', + id: '59142', + to: '210485', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210614', + id: '59148', + to: '210603', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210615', + id: '59149', + to: '210603', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '210775', + id: '59162', + to: '210762', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '211238', + id: '59210', + to: '211187', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '211239', + id: '59211', + to: '211187', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '211581', + id: '59287', + to: '211574', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '212090', + id: '59303', + to: '212057', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '212227', + id: '59318', + to: '212226', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '212564', + id: '59369', + to: '212446', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '212753', + id: '59383', + to: '212743', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '212755', + id: '59385', + to: '212743', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213095', + id: '59416', + to: '213094', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213097', + id: '59417', + to: '213094', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213122', + id: '59420', + to: '213114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213124', + id: '59421', + to: '213114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213125', + id: '59422', + to: '213114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213126', + id: '59423', + to: '213114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213127', + id: '59424', + to: '213114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213134', + id: '59425', + to: '213114', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213149', + id: '59427', + to: '213143', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213150', + id: '59428', + to: '213143', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213190', + id: '59435', + to: '213143', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213338', + id: '59478', + to: '213337', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213490', + id: '59504', + to: '213475', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213729', + id: '59539', + to: '213728', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213735', + id: '59541', + to: '213723', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213736', + id: '59542', + to: '213723', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213737', + id: '59543', + to: '213723', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '213754', + id: '59544', + to: '213723', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '214959', + id: '59685', + to: '214942', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '214973', + id: '59686', + to: '214942', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215019', + id: '59689', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215020', + id: '59690', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215022', + id: '59691', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215023', + id: '59692', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215024', + id: '59693', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215025', + id: '59694', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215026', + id: '59695', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215027', + id: '59696', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215028', + id: '59697', + to: '215015', + }, + { + attributes: { + Type: 'IN_REPLY_TO', + }, + from: '215029', + id: '59698', + to: '215015', + }, + ], + nodes: [ + { + attributes: { + createdAt: '2017-03-07T08:49:13Z', + id: '1488876553.000105', + labels: ['Message'], + text: 'Cool sounds good, and you use Neo4j as backing database?', + type: 'message', + }, + id: '28795', + }, + { + attributes: { + createdAt: '2017-03-07T09:04:10Z', + id: '1488877450.000106', + labels: ['Message', 'ThreadedMessage'], + text: "michael.neo: No, we don't. Just using MySQL, and experimenting with Mongo. Not sure whether we should go with a graph db.", + type: 'message', + }, + id: '28796', + }, + { + attributes: { + createdAt: '2017-03-07T09:38:51Z', + id: '1488879531.000108', + labels: ['Message', 'ThreadedMessage'], + text: "So you're rather promoting your product here :)", + type: 'message', + }, + id: '28797', + }, + { + attributes: { + createdAt: '2017-03-07T10:10:12Z', + id: '1488881412.000111', + labels: ['Message', 'ThreadedMessage'], + text: "I was actually really hoping to connect with SDEs, and in turn get some beta users too. If it's not allowed here, that's all right :slightly_smiling_face:", + type: 'message', + }, + id: '28798', + }, + { + attributes: { + createdAt: '2017-03-07T10:24:34Z', + id: '1488882274.000114', + labels: ['Message', 'ThreadedMessage'], + text: "IMHO, <@U08J18KHB> : It could be a good use-case to use Neo4J to show real-time messages/threads on <@U42444KMJ> 's Slack/Skype et al.", + type: 'message', + }, + id: '28799', + }, + { + attributes: { + createdAt: '2017-03-07T11:56:25Z', + id: '1488887785.000116', + labels: ['Message', 'ThreadedMessage'], + text: "Yes definitely. We're working on some of that here <http://github.com/community-graph>", + type: 'message', + }, + id: '28800', + }, + { + attributes: { + createdAt: '2019-10-10T04:48:01Z', + id: '1570682881.014200', + labels: ['Message'], + text: 'For all lightening talk presenters, we are using two 4-hour BigMarker sessions for your presentation. You can join the session any time prior to your presentation time. The Neo4j host will introduce you at your designated time, then you can share your screen and present for 10 minutes, followed by 5 minutes for the Hunger Games slide and Q & A. The Neo4j host will ask any questions that appear in the chat, At the end of the 5 minutes, the Neo4j host will thank you and then you will be done, Good luck to all of you today and thank you for presenting.', + type: 'message', + }, + id: '32924', + }, + { + attributes: { + createdAt: '2019-10-10T13:28:10Z', + id: '1570714090.021800', + labels: ['Message', 'ThreadedMessage'], + text: 'I am told that it is 15 minutes, not 30, but you can try in about 5 minutes and let me know if you were successful.', + type: 'message', + }, + id: '32835', + }, + { + attributes: { + createdAt: '2019-10-10T13:42:36Z', + id: '1570714956.023400', + labels: ['Message', 'ThreadedMessage'], + text: "done, I'll leave them there now please", + type: 'message', + }, + id: '32839', + }, + { + attributes: { + createdAt: '2019-10-10T05:57:05Z', + id: '1570687025.014300', + labels: ['Message', 'ThreadedMessage'], + text: "thanks Elaine. I'd like to upload my slides before hand so I'll join earlier to do this. I thought I could already, but don't see an option", + type: 'message', + }, + id: '32925', + }, + { + attributes: { + createdAt: '2019-10-10T06:12:23Z', + id: '1570687943.014600', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'Luanne, you should be able to upload a PDF to the session. The session will be open to presenters up to 30 minutes before the session start. Just remember that since this is a session shared by multiple presenters, you should ensure your mic is muted until it is time for your presentation.', + type: 'message', + }, + id: '32926', + }, + { + attributes: { + createdAt: '2018-10-17T05:17:08Z', + id: '1539753428.000100', + labels: ['Message'], + text: 'Hi all , Can any one tell me how to integrate tableau and Neo4j ', + type: 'message', + }, + id: '33422', + }, + { + attributes: { + createdAt: '2018-10-23T22:36:19Z', + id: '1540334179.000100', + labels: ['Message', 'ThreadedMessage'], + text: '<http://github.com/neo4j-contrib/neo4j-tableau|github.com/neo4j-contrib/neo4j-tableau>', + type: 'message', + }, + id: '33420', + }, + { + attributes: { + createdAt: '2018-07-26T10:26:48Z', + id: '1532600808.000077', + labels: ['Message'], + text: '<@UAGGP1RQV> Bounding box searches are supported in Neo4j 3.4 for Cartesian 3D. As with the 2D version, you just need a predicate like `WHERE n.location > min AND n.location < max` where `min` and `max` are the minimum and maximum corners. In 2D this is the lower-left and upper-right corners of the box. In 3D it is the smallest and largest 3D points defining the corners of the box.', + type: 'message', + }, + id: '33979', + }, + { + attributes: { + createdAt: '2018-07-26T17:20:25Z', + id: '1532625625.000490', + labels: ['Message', 'ThreadedMessage'], + text: 'Thank you, this is very helpful.', + type: 'message', + }, + id: '33985', + }, + { + attributes: { + createdAt: '2018-06-11T16:05:41Z', + id: '1528733141.000472', + labels: ['Message'], + text: 'Please someone guide me about any missing facility in Neo4j Spatial.', + type: 'message', + }, + id: '34021', + }, + { + attributes: { + createdAt: '2018-06-26T11:38:57Z', + id: '1530013137.000387', + labels: ['Message', 'ThreadedMessage'], + text: 'If you are interested in contributing, fixing bugs or adding features, take a look at the issues at <https://github.com/neo4j-contrib/spatial/issues>', + type: 'message', + }, + id: '34018', + }, + { + attributes: { + createdAt: '2018-06-26T11:40:40Z', + id: '1530013240.000316', + labels: ['Message', 'ThreadedMessage'], + text: 'One area where things are missing from the spatial procedures is the ability to remove nodes from the layer/index. See the discussion at <https://github.com/neo4j-contrib/spatial/issues/139> and <https://github.com/neo4j-contrib/spatial/issues/301>', + type: 'message', + }, + id: '34019', + }, + { + attributes: { + createdAt: '2018-08-13T20:29:11Z', + id: '1534192151.000201', + labels: ['Message'], + text: 'Because Neo4j-OGM abstracts all transports (Bolt, embedded and HTTP). The types you are referring to only exist in the Java Driver for Bolt.', + type: 'message', + }, + id: '35973', + }, + { + attributes: { + createdAt: '2018-08-14T15:52:43Z', + id: '1534261963.000100', + labels: ['Message', 'ThreadedMessage'], + text: "Ah, interesting! I didn't realise that", + type: 'message', + }, + id: '35946', + }, + { + attributes: { + createdAt: '2018-08-13T16:32:08Z', + id: '1534177928.000156', + labels: ['Message'], + text: 'So basically the internal id type is a `Long` in Neo4j and should be mapped in your domain objects. On the other hand it is/should be possible to use other types but the framework will warn you with the message above. Let me check this tomorrow in more detail.', + type: 'message', + }, + id: '35970', + }, + { + attributes: { + createdAt: '2018-08-13T16:32:58Z', + id: '1534177978.000193', + labels: ['Message', 'ThreadedMessage'], + text: 'Ah, interesting. Ignoring the @Id field, I do get the same error for the property and the relationship as well.', + type: 'message', + }, + id: '35971', + }, + { + attributes: { + createdAt: '2018-04-30T22:58:39Z', + id: '1525129119.000400', + labels: ['Message'], + text: 'Has anyone been able to get the built-in apoc libs to run on Neo4j 3.3.x embedded server? I am getting a very interesting exception complaining about *Caused by: java.lang.NoClassDefFoundError: org/neo4j/scheduler/JobScheduler*. Just curious', + type: 'message', + }, + id: '36261', + }, + { + attributes: { + createdAt: '2018-05-04T14:20:02Z', + id: '1525443602.000109', + labels: ['Message', 'ThreadedMessage'], + text: 'I do not think that this is a apoc problem, or does the problem only occur when trying to register them?\nDo you also use the neo4j-ogm test lib? It does pull in a neo4j 3.2.9 test dependency. Because both are in your CP Maven will choose one. And if it chooses 3.2.9 (it does this all the time on my machine) the JobScheduler is not available here or at least in this package.\nAnd if everything until now was a correct assumption: Your compiler does not stopping you from going a 3.3.x path because it might be legit for the compile steps but when 3.2.9 is on the class path at runtime this collides.', + type: 'message', + }, + id: '36252', + }, + { + attributes: { + createdAt: '2018-03-14T18:21:52Z', + id: '1521051712.000674', + labels: ['Message'], + text: "Yes - the next version of RNeo4j is available at <https://github.com/proskriptive/RNeo4j> and of course it is open source :slightly_smiling_face: One of my developers used the language Rust to integrate with the library libneo4j-client. He used Rust because it is better from a security and reliability perspective than C++. There are instructions on the portal that will tell you the dependencies that need to be installed. I'm glad you're putting Shiny in the list. I'm just now working on using visNetwork (<https://cran.r-project.org/web/packages/visNetwork/vignettes/Introduction-to-visNetwork.html> ) to handle visualization of graph's in Shiny. It has a lot of capabilities one of which is the ability to create a new node graphically which could be applied to Neo4j I think. I used that in a solution I build for dermatology research and it works well. DT of course is something we all use and is good integrate. Making a module that is reusable is a great focus and your plan is good.", + type: 'message', + }, + id: '51703', + }, + { + attributes: { + createdAt: '2018-03-16T10:09:06Z', + id: '1521194946.000291', + labels: ['Message', 'ThreadedMessage'], + text: 'perhaps <@U9CCX8Q4V> could combine your VIZ with the rmarkdown ?', + type: 'message', + }, + id: '51682', + }, + { + attributes: { + createdAt: '2018-03-16T10:23:11Z', + id: '1521195791.000135', + labels: ['Message', 'ThreadedMessage'], + text: 'I’m working on it :slightly_smiling_face:', + type: 'message', + }, + id: '51689', + }, + { + attributes: { + createdAt: '2018-07-16T21:06:09Z', + id: '1531775169.000136', + labels: ['Message'], + text: '<@U8F4P7BHC> The question was mainly to point the difference between the use cases, you will find less information about it in Neo4j because it is schema less, while in RDF etal they define the schema. On one side, you will find a powerful schema that enables lot of features for Linked Data, on the other side you will find the ability to not be constrained by this schema. The advantage in Neo4j is that it can be both, for example we wrote an SHACL handler for the ability to create automatically shapes in your graph based on ontologies, very powerful and fun.', + type: 'message', + }, + id: '62720', + }, + { + attributes: { + createdAt: '2018-07-17T14:02:04Z', + id: '1531836124.000037', + labels: ['Message', 'ThreadedMessage'], + text: "I did 'discover' SHACL recently (in the BlueBrain project), but I do not yet understand how it works. I expect I will need to know this in due course.", + type: 'message', + }, + id: '62712', + }, + { + attributes: { + createdAt: '2019-10-09T13:03:18Z', + id: '1570626198.000100', + labels: ['Message'], + text: 'Hi Everyone, I am using spring boot neo4j to connect Neo4j database server using https:// uri. But connection failing with SSLHandshake error. What is the best way to import certificate in the client application to establish ssl connection?', + type: 'message', + }, + id: '66357', + }, + { + attributes: { + createdAt: '2019-10-13T22:39:32Z', + id: '1571006372.000400', + labels: ['Message', 'ThreadedMessage'], + text: '<https://medium.com/neo4j/getting-certificates-for-neo4j-with-letsencrypt-a8d05c415bbd>', + type: 'message', + }, + id: '66348', + }, + { + attributes: { + createdAt: '2018-04-17T08:15:10Z', + id: '1523952910.000371', + labels: ['Message'], + text: "Neo4j does not know what any given kernel extension is for, or when it applies. We have many built-in extensions that are needed during recovery, consistency check, etc. Schema indexes are a kernel extension, for instance. I would hope that people normally don't need to write kernel extensions :slightly_smiling_face:", + type: 'message', + }, + id: '66824', + }, + { + attributes: { + createdAt: '2018-04-20T11:53:55Z', + id: '1524225235.000197', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks for you help! This is an old kernel extension that we used since v2 and just ported to v3. Do you have any ideas where to start to change the dependecy/dependency injection of the GraphDatabaseService.', + type: 'message', + }, + id: '66821', + }, + { + attributes: { + createdAt: '2018-04-20T12:01:24Z', + id: '1524225684.000355', + labels: ['Message', 'ThreadedMessage'], + text: "You don't really need your extension to be available during consistency checking, do you? I think I would just catch the dependency exception and make the extension disable itself if it can't get a GraphDatabaseService.", + type: 'message', + }, + id: '66822', + }, + { + attributes: { + createdAt: '2018-04-20T12:02:25Z', + id: '1524225745.000387', + labels: ['Message', 'ThreadedMessage'], + text: 'No I dont! Thanks. That seems a pretty easy solution. I will try this. I started to look at org.neo4j.bolt.BoltKernelExtension because it also uses the GraphDatabaseService. Thanks!', + type: 'message', + }, + id: '66823', + }, + { + attributes: { + createdAt: '2018-03-23T14:54:02Z', + id: '1521816842.000646', + labels: ['Message'], + text: 'Hi <@U08J18KHB> Is it still necessary with latest versions of Neo4j (3.2, 3.3 etc.) to compact the database to deallocate empty space?', + type: 'message', + }, + id: '66832', + }, + { + attributes: { + createdAt: '2018-03-23T16:07:15Z', + id: '1521821235.000806', + labels: ['Message', 'ThreadedMessage'], + text: 'ya, otherwise it is just reused when new records are created', + type: 'message', + }, + id: '66836', + }, + { + attributes: { + createdAt: '2020-02-22T00:00:27Z', + id: '1582329627.027900', + labels: ['Message'], + text: 'Was just wondering if there were any documentation/examples of people using Neo4j + GraphQL + APOC virtual links/nodes. I assume you’d just need to hand-carve a schema to get it to work', + type: 'message', + }, + id: '71045', + }, + { + attributes: { + createdAt: '2020-02-25T10:10:57Z', + id: '1582625457.001400', + labels: ['Message', 'ThreadedMessage'], + text: 'you can use them with cypher directives should behave like regular nodes and rels', + type: 'message', + }, + id: '71021', + }, + { + attributes: { + createdAt: '2019-11-06T20:11:56Z', + id: '1573071116.044700', + labels: ['Message'], + text: 'I am using nestjs +Graphql+Neo4jgrapql-js...when I pass the augmented schema apollo graphql endpoint the startup takes 4hrs. Anyone have any idea why this is. After 4hr all the CRUDs queries are built and everything works fine.', + type: 'message', + }, + id: '71253', + }, + { + attributes: { + createdAt: '2019-11-10T16:04:09Z', + id: '1573401849.062600', + labels: ['Message', 'ThreadedMessage'], + text: 'The schema is actually quite small and I have just 3 added @relation', + type: 'message', + }, + id: '71222', + }, + { + attributes: { + createdAt: '2019-11-10T16:57:23Z', + id: '1573405043.064100', + labels: ['Message', 'ThreadedMessage'], + text: 'hmm that’s odd. Can you share you code? I’ll try to duplicate', + type: 'message', + }, + id: '71229', + }, + { + attributes: { + createdAt: '2019-11-06T20:46:52Z', + id: '1573073212.044800', + labels: ['Message', 'ThreadedMessage'], + text: 'oh interesting I haven’t seen something like that before. Is your schema unusually large or complex?', + type: 'message', + }, + id: '71254', + }, + { + attributes: { + createdAt: '2019-07-07T12:29:54Z', + id: '1562502594.109700', + labels: ['Message'], + text: 'For anyone who is curious, I found a workaround by installing the plugin on a local neo4j instance using neo4j desktop, and copied the jar file from my local plugins folder (on macOS ~/Library/Application Support/Neo4j Desktop/Application/neo4jDatabases/<your_db_id>/installation-3.5.5/plugins/graphQL-3.5.0.3.jar) to my ec2 instance using scp.', + type: 'message', + }, + id: '71591', + }, + { + attributes: { + createdAt: '2019-07-16T05:29:37Z', + id: '1563254977.189900', + labels: ['Message', 'ThreadedMessage'], + text: 'I guess something changed in the neo4j SPI that was not yet in the 3.5.0.1 release', + type: 'message', + }, + id: '71524', + }, + { + attributes: { + createdAt: '2019-06-26T16:01:54Z', + id: '1561564914.076600', + labels: ['Message'], + text: '<@U08J18KHB> The only solution for the issue I found - is just to copy _Neo4jDateTime and _Neo4jDateTimeInput from generated schema to my sources. Is it a best way to go?', + type: 'message', + }, + id: '71658', + }, + { + attributes: { + createdAt: '2019-06-28T12:41:37Z', + id: '1561725697.083100', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks for the answer. Yes, pointing to endpoint is an option. But in either case I can't use DataTime type without complains from the IDE extension.", + type: 'message', + }, + id: '71610', + }, + { + attributes: { + createdAt: '2019-06-26T16:03:28Z', + id: '1561565008.076700', + labels: ['Message', 'ThreadedMessage'], + text: 'Can you point the IDE extension at your graphql endpoint, instead of the graphql file? Otherwise, yes I think grabbing the full generated schema / type definitions and pointing the IDE to this file should work', + type: 'message', + }, + id: '71659', + }, + { + attributes: { + createdAt: '2019-06-25T11:04:38Z', + id: '1561460678.028100', + labels: ['Message'], + text: "<@U0975P59N> Hi William, I just want to say that I have a better appreciation now for the tremendous effort and labour of love that you've put into Neo4j's GraphQL integration.", + type: 'message', + }, + id: '71683', + }, + { + attributes: { + createdAt: '2019-06-25T13:29:19Z', + id: '1561469359.028600', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks! We’re hoping it’s useful for folks :slightly_smiling_face: I’m putting together a survey soon so we can collect feedback from users, so be on the lookout for that!', + type: 'message', + }, + id: '71685', + }, + { + attributes: { + createdAt: '2019-06-07T10:07:50Z', + id: '1559902070.018100', + labels: ['Message'], + text: 'Hi! Can somebody tell me how to generate merge mutations automatically with the Neo4j-graphql. Js make augmented schema example?', + type: 'message', + }, + id: '71832', + }, + { + attributes: { + createdAt: '2019-06-08T09:07:24Z', + id: '1559984844.018900', + labels: ['Message', 'ThreadedMessage'], + text: 'Will this work with the auto generated schema?', + type: 'message', + }, + id: '71828', + }, + { + attributes: { + createdAt: '2019-06-08T13:07:05Z', + id: '1559999225.019100', + labels: ['Message', 'ThreadedMessage'], + text: 'yes, you just need to define the `@cypher` directives in the GraphQL type definitions', + type: 'message', + }, + id: '71829', + }, + { + attributes: { + createdAt: '2019-06-07T10:33:23Z', + id: '1559903603.018200', + labels: ['Message', 'ThreadedMessage'], + text: '<@U0975P59N>', + type: 'message', + }, + id: '71833', + }, + { + attributes: { + createdAt: '2019-06-07T10:33:45Z', + id: '1559903625.018400', + labels: ['Message', 'ThreadedMessage'], + text: 'Can you help me?', + type: 'message', + }, + id: '71834', + }, + { + attributes: { + createdAt: '2019-06-07T16:23:18Z', + id: '1559924598.018600', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi Ben - this is not yet covered by the autogenerated mutations, but it on the road map. In the mean time you can implement this logic through the use of `@cypher` schema directives. Here’s an example: <https://github.com/neo4j-graphql/neo4j-graphql-js/issues/83#issuecomment-438499182>', + type: 'message', + }, + id: '71835', + }, + { + attributes: { + createdAt: '2019-02-11T07:55:16Z', + id: '1549871716.001200', + labels: ['Message'], + text: 'please let me know how i can delete unused property keys in Neo4j db.', + type: 'message', + }, + id: '72128', + }, + { + attributes: { + createdAt: '2019-02-11T17:01:10Z', + id: '1549904470.004200', + labels: ['Message', 'ThreadedMessage'], + text: 'See <https://stackoverflow.com/questions/33982639/neo4j-how-to-delete-unused-property-keys-from-browser>', + type: 'message', + }, + id: '72124', + }, + { + attributes: { + createdAt: '2018-11-06T08:08:58Z', + id: '1541491738.003900', + labels: ['Message'], + text: 'Hello, I have a @NodeEntity Person who owns a `@Relationship Set<Person> children`. With Neo4j browser the relationship are drawn perfectly fine (each "parent" has an arrow pointing to each of his children). But with graphql the relationship are inversed, meaning parent_a is linked to child_a#children or child_b#children. I cannot find a way to have children inside parents instead of parents inside children :stuck_out_tongue_winking_eye:', + type: 'message', + }, + id: '72307', + }, + { + attributes: { + createdAt: '2018-11-06T10:10:39Z', + id: '1541499039.004400', + labels: ['Message', 'ThreadedMessage'], + text: 'Does it somehow relates to that ? <https://github.com/neo4j-graphql/neo4j-graphql/issues/136#issuecomment-418612294>', + type: 'message', + }, + id: '72308', + }, + { + attributes: { + createdAt: '2018-11-06T10:13:46Z', + id: '1541499226.004600', + labels: ['Message', 'ThreadedMessage'], + text: 'I removed @Relationship and now I can accordingly find the children owned by their parents. Maybe there is a non-deterministic problem during the phase where the graphql schema is being generated from the neo4j graph', + type: 'message', + }, + id: '72309', + }, + { + attributes: { + createdAt: '2018-08-13T22:31:18Z', + id: '1534199478.000102', + labels: ['Message'], + text: '<@UAW8MEQJC> what version of Neo4j are you using? This should be fixed in Neo4j v3.4.1+', + type: 'message', + }, + id: '72547', + }, + { + attributes: { + createdAt: '2018-08-14T08:08:50Z', + id: '1534234130.000100', + labels: ['Message', 'ThreadedMessage'], + text: "<@U0975P59N> when I ssh in and call\n> $ neo4j --version\nI get\n> neo4 3.4.1\nI'm using an AMI that <@U7X490V7X> shared with me maybe 2 months ago.", + type: 'message', + }, + id: '72536', + }, + { + attributes: { + createdAt: '2018-08-14T14:20:06Z', + id: '1534256406.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'what is your query?', + type: 'message', + }, + id: '72541', + }, + { + attributes: { + createdAt: '2017-09-15T00:38:02Z', + id: '1505435882.000239', + labels: ['Message'], + text: "Anyone know if there's a way to make Application Insights recognize Neo4j as a part of the application map", + type: 'message', + }, + id: '78923', + }, + { + attributes: { + createdAt: '2017-09-15T07:44:35Z', + id: '1505461475.000081', + labels: ['Message', 'ThreadedMessage'], + text: 'An azure thing', + type: 'message', + }, + id: '78920', + }, + { + attributes: { + createdAt: '2017-09-15T07:44:51Z', + id: '1505461491.000131', + labels: ['Message', 'ThreadedMessage'], + text: "And I don't know - but let me look into it", + type: 'message', + }, + id: '78921', + }, + { + attributes: { + createdAt: '2017-09-15T14:31:21Z', + id: '1505485881.000709', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks, if not, not a big deal :slightly_smiling_face:', + type: 'message', + }, + id: '78922', + }, + { + attributes: { + createdAt: '2017-09-15T01:52:23Z', + id: '1505440343.000031', + labels: ['Message', 'ThreadedMessage'], + text: 'what is Application Insights?', + type: 'message', + }, + id: '78924', + }, + { + attributes: { + createdAt: '2017-04-05T16:58:24Z', + id: '1491411504.987457', + labels: ['Message'], + text: 'Hi <@U3MQPRENB> - which driver `Neo4j.Driver` or `Neo4jClient`?', + type: 'message', + }, + id: '79141', + }, + { + attributes: { + createdAt: '2017-04-10T08:45:21Z', + id: '1491813921.921014', + labels: ['Message', 'ThreadedMessage'], + text: 'No feature on that version?', + type: 'message', + }, + id: '79127', + }, + { + attributes: { + createdAt: '2017-04-06T06:20:10Z', + id: '1491459610.447739', + labels: ['Message', 'ThreadedMessage'], + text: 'cskardon: Yes, sorry...I am using Neo4j.Driver 1.0.2', + type: 'message', + }, + id: '79142', + }, + { + attributes: { + createdAt: '2018-04-05T22:45:48Z', + id: '1522968348.000276', + labels: ['Message'], + text: 'I just created a new local Neo4j project/graph with Neo4j Desktop 1.0.20. Unfortunately, when I attempt to install the APOC plug-in a tooltip pops up when my mouse is over the install button saying "Offline". I haven\'t found anything online explaining how to resolve the "Offline" condition. Any clues anybody?', + type: 'message', + }, + id: '83383', + }, + { + attributes: { + createdAt: '2018-05-07T16:40:27Z', + id: '1525711227.000296', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'Hi <@U08JDKRB6>, I’m having this same issue. In my case, I can’t access <http://icanhazip.com> because it’s blocked by my corporate proxy, but I do have internet connectivity, and in fact neo4j desktop is able to download neo4j images. Any ideas on a workaround? Is it possible to make it check any other site? Thank you!', + type: 'message', + }, + id: '83346', + }, + { + attributes: { + createdAt: '2018-04-06T07:01:16Z', + id: '1522998076.000370', + labels: ['Message', 'ThreadedMessage'], + text: "Hi Bob!\nDoes this url resolve in your regular web browser: <http://icanhazip.com> ?\nThat's how the app checks the internet connectivity state (amongst others).", + type: 'message', + }, + id: '83373', + }, + { + attributes: { + createdAt: '2018-04-06T07:03:09Z', + id: '1522998189.000042', + labels: ['Message', 'ThreadedMessage'], + text: "Is this the case when you're connected to an unrestricted network <@U9GE3TSFP>?", + type: 'message', + }, + id: '83374', + }, + { + attributes: { + createdAt: '2018-03-27T07:25:32Z', + id: '1522135532.000102', + labels: ['Message'], + text: 'Hi, i\'m trying to use the etl gui and am having some strange results. I\'ve added the Neo4j-Desktop package information from <https://neo4j-contrib.github.io/neo4j-etl/> to C:\\Users\\<user.name>\\AppData\\Roaming\\Neo4j Desktop\\Application\\graphApps.json which has correctly downloaded and unpacked into C:\\Users\\<user.name>\\AppData\\Roaming\\Neo4j Desktop\\Application\\graphApps\\neo4j-etl-ui and it now appears in the application section within neo4j desktop. the problem comes when I try to click on the "Add Application" tile that appears next to "Neo4j Browser" tile. It does nothing! - using the developer tools, it looks like it\'s linked to an emptyFunction(). (using Neo4jDesktop 1.0.18) - i have no idea how to fix this :-s', + type: 'message', + }, + id: '83396', + }, + { + attributes: { + createdAt: '2018-03-27T09:10:10Z', + id: '1522141810.000006', + labels: ['Message', 'ThreadedMessage'], + text: 'I was told that the next release 1.0.19 will fix and issue with this, should come out today or so.', + type: 'message', + }, + id: '83398', + }, + { + attributes: { + createdAt: '2018-03-27T10:16:35Z', + id: '1522145795.000384', + labels: ['Message', 'ThreadedMessage'], + text: 'brilliant, thank you!', + type: 'message', + }, + id: '83399', + }, + { + attributes: { + createdAt: '2018-03-05T19:06:49Z', + id: '1520276809.000684', + labels: ['Message'], + text: 'is it possible to set up an HA cluster in Neo4j desktop? I am trying to but failing after not being able to initiate a second/third instance ...', + type: 'message', + }, + id: '83449', + }, + { + attributes: { + createdAt: '2018-03-09T12:15:16Z', + id: '1520597716.000216', + labels: ['Message', 'ThreadedMessage'], + text: 'why not a causal cluster?\nyou can run only one db at a time in desktop\nit\'s better to do it outside and then create "remote" connection with bolt+routing to that instance', + type: 'message', + }, + id: '83439', + }, + { + attributes: { + createdAt: '2019-05-01T13:14:10Z', + id: '1556716450.006600', + labels: ['Message'], + text: '<@UFPUACS23> looks like Neo4j is trying to allocate operating system memory that doesn’t exist. How much RAM does your machine have, what are your memory settings, and what operation is provoking this?', + type: 'message', + }, + id: '84321', + }, + { + attributes: { + createdAt: '2019-05-06T09:50:39Z', + id: '1557136239.009200', + labels: ['Message', 'ThreadedMessage'], + text: 'Any idea how to update the max direct memory quota ?', + type: 'message', + }, + id: '84319', + }, + { + attributes: { + createdAt: '2018-02-26T13:19:43Z', + id: '1519651183.000123', + labels: ['Message'], + text: '<@U6Z6EE9AM> Have you tried upgrading to latest in your test environment? maybe enable pre-voting in 3.2.x, see <https://github.com/neo4j/neo4j/wiki/Neo4j-3.2-changelog#causal-clustering>', + type: 'message', + }, + id: '85390', + }, + { + attributes: { + createdAt: '2018-03-02T16:14:35Z', + id: '1520007275.000800', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi <@U0ZUW5ZSB> \nWe use the apache aurora mesos framework to deploy our Neo4j CC cluster, we deploy 3 docker components instances.\n At the time of these leader elections we are not seeing any changes in the mesos agents. When the docker components are stopped/restarted by mesos for any reason we can see this in the aurora console and in our logs.', + type: 'message', + }, + id: '85351', + }, + { + attributes: { + createdAt: '2018-03-02T18:02:48Z', + id: '1520013768.000320', + labels: ['Message', 'ThreadedMessage'], + text: 'Can you see in the task logs or the aurora logs if Neo4j inside docker decides to stop (and is therefore restarted) or if aurora decides to stop the task?', + type: 'message', + }, + id: '85352', + }, + { + attributes: { + createdAt: '2018-03-02T19:12:07Z', + id: '1520017927.000726', + labels: ['Message', 'ThreadedMessage'], + text: "<@U0ZUW5ZSB> \nThanks Johannes for your suggestion.\nMesos does not appear to be killing the process.\nOur last deployment on Prod was 13/2 and all nodes are up.\nThe stdout logs from docker don't show any problems with the Neo4j process like out of memory etc.\nIn the Neo4j debug logs I am seeing the below log occurring quite a bit.\nWe are I guess using the default setting for 'causal_clustering.leader_election_timeout' is 7s.\nMaybe it's some latency problem with the raft protocol in our network.\nI wonder is there anything in the Neo4j debug that might indicate the problem?\n\n./0/2018-02-13T175923/debug.log.1:2018-02-22 07:19:33.255+0000 INFO [o.n.c.c.c.RaftMachine] Election timeout triggered\n./0/2018-02-13T175923/debug.log.1:2018-02-23 06:12:16.612+0000 INFO [o.n.c.c.c.RaftMachine] Election timeout triggered\n./0/2018-02-13T175923/debug.log.1:2018-02-23 06:15:52.860+0000 INFO [o.n.c.c.c.RaftMachine] Election timeout triggered\n./0/2018-02-13T175923/debug.log.1:2018-02-24 17:57:41.340+0000 INFO [o.n.c.c.c.RaftMachine] Election timeout triggered\n./0/2018-02-13T175923/debug.log.1:2018-02-24 22:54:15.380+0000 INFO [o.n.c.c.c.RaftMachine] Election timeout triggered\n etc", + type: 'message', + }, + id: '85353', + }, + { + attributes: { + createdAt: '2018-02-27T14:38:00Z', + id: '1519742280.000339', + labels: ['Message'], + text: "Hi...I am trying to bring a 3 member cluster on Linux....2 of them were trying to sync with the first one for 8-9 hours....when I try to stop Neo4j on those 2 I get the message 'Neo4j (pid 18823) took more than 120 seconds to stop.'....", + type: 'message', + }, + id: '85380', + }, + { + attributes: { + createdAt: '2018-03-01T15:01:15Z', + id: '1519916475.000837', + labels: ['Message', 'ThreadedMessage'], + text: 'can you share your logs?', + type: 'message', + }, + id: '85368', + }, + { + attributes: { + createdAt: '2018-03-01T15:03:45Z', + id: '1519916625.000632', + labels: ['Message', 'ThreadedMessage'], + text: '>>> isnt this a matter of $NEO4J_HOME/run/neo4j.pid exists and contains the reference to 18823 but yet the mistmacth is this process doesnt exist\n\nif the process doesnt exist, rm the neo4j.pid and try again', + type: 'message', + }, + id: '85369', + }, + { + attributes: { + createdAt: '2018-02-28T09:06:19Z', + id: '1519808779.000133', + labels: ['Message', 'ThreadedMessage'], + text: 'How do you deploy your CC cluster in mesos? Do you see the related mesos agent disappear at the same time you recognize a leader election?', + type: 'message', + }, + id: '85378', + }, + { + attributes: { + createdAt: '2018-02-26T16:38:30Z', + id: '1519663110.000093', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks <@U08JH64PM>. We haven't moved to 3.2.x yet but are planning to do that. So it tackles the problems of unnecessary leader elections which is possibly what we are seeing.", + type: 'message', + }, + id: '85391', + }, + { + attributes: { + createdAt: '2017-11-01T09:12:10Z', + id: '1509527530.000177', + labels: ['Message'], + text: '<@U79C041TJ> as far as I can tell the kubernetes model is not to expose the pods to external connections but to do it via a service. If you’re using Neo4j drivers `bolt+routing` then that doesn’t work either as it needs to be able to contact servers individually. If you deploy an application inside Kubernetes then it will be able to contact all the pods', + type: 'message', + }, + id: '85860', + }, + { + attributes: { + createdAt: '2017-11-09T01:39:00Z', + id: '1510191540.000132', + labels: ['Message', 'ThreadedMessage'], + text: 'would it make sense to deploy browser as a helm app too, but pointing to the cluster so that you can access it from the outside via port 80 or 443?', + type: 'message', + }, + id: '85799', + }, + { + attributes: { + createdAt: '2017-02-01T10:42:19Z', + id: '1485945739.000145', + labels: ['Message'], + text: '<@U0E7MMYAW> Is CC and HA only available for EE versions of Neo4j? Are there any plans to make it available to CE?', + type: 'message', + }, + id: '87176', + }, + { + attributes: { + createdAt: '2017-02-01T10:47:52Z', + id: '1485946072.000146', + labels: ['Message', 'ThreadedMessage'], + text: 'm_chaffe: It’s EE only. There are many cases when you can use EE for free, though, (research, not-for-profit, startup, etc) so you should check if you qualify for that. <https://neo4j.com/licensing/>', + type: 'message', + }, + id: '87177', + }, + { + attributes: { + createdAt: '2017-02-01T10:49:37Z', + id: '1485946177.000149', + labels: ['Message', 'ThreadedMessage'], + text: 'We are a start-up and are running on less than 10 employees so that could work! Great! \n\nDo you have to just fill in the online form? Is there a way to upgrade an CE setup to EE? \n\nAlso for a CC setup is it best to load balance it or to put multiple addresses in the client driver?', + type: 'message', + }, + id: '87178', + }, + { + attributes: { + createdAt: '2017-02-01T10:49:41Z', + id: '1485946181.000151', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks <@U0E7MMYAW> !', + type: 'message', + }, + id: '87179', + }, + { + attributes: { + createdAt: '2017-02-01T11:07:57Z', + id: '1485947277.000153', + labels: ['Message', 'ThreadedMessage'], + text: 'Reach out to <@U08JMSTGW> for a chat about startup program', + type: 'message', + }, + id: '87180', + }, + { + attributes: { + createdAt: '2017-02-01T11:08:44Z', + id: '1485947324.000155', + labels: ['Message', 'ThreadedMessage'], + text: 'CE => EE should be fine, but you may not be able to go back because of differences in the store format', + type: 'message', + }, + id: '87181', + }, + { + attributes: { + createdAt: '2017-02-01T11:09:25Z', + id: '1485947365.000157', + labels: ['Message', 'ThreadedMessage'], + text: 'You can seed a CC cluster with your CE db: <http://neo4j.com/docs/operations-manual/3.1/clustering/causal-clustering/seed-cluster/>', + type: 'message', + }, + id: '87182', + }, + { + attributes: { + createdAt: '2017-02-01T11:12:11Z', + id: '1485947531.000160', + labels: ['Message', 'ThreadedMessage'], + text: 'Use a supported language driver and the load balancing there unless you have some particular requirements not provided for (make sure you let us know what those are if that’s the case). You don’t need multiple URIs for load balancing, the URI provided is for initial discovery, the driver will then discover the cluster topology and maintain a routing table. You can still use multiple URIs if you are concerned that the initial connection and discovery may fail.', + type: 'message', + }, + id: '87183', + }, + { + attributes: { + createdAt: '2017-02-01T11:24:46Z', + id: '1485948286.000162', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks again, I am currently using the neo4j javascript driver, so with that would I reference all of the cluster members or just one of them and then it will discover the others?', + type: 'message', + }, + id: '87184', + }, + { + attributes: { + createdAt: '2017-02-01T11:38:01Z', + id: '1485949081.000164', + labels: ['Message', 'ThreadedMessage'], + text: 'Pointing it to a single Core server is enough (Read replicas are not able to provide the cluster topology)', + type: 'message', + }, + id: '87185', + }, + { + attributes: { + createdAt: '2017-02-01T11:40:58Z', + id: '1485949258.000166', + labels: ['Message', 'ThreadedMessage'], + text: 'I don’t think it’s possible to pass multiple `bolt+routing` URIs to the driver at the moment but you can loop through a list of URIs until you connect successfully, there should be an example in the developer manual. (I’m sure the driver will handle that for you soon, but as I recall that is not in v.1.1 of the drivers)', + type: 'message', + }, + id: '87186', + }, + { + attributes: { + createdAt: '2017-02-01T13:57:56Z', + id: '1485957476.000168', + labels: ['Message', 'ThreadedMessage'], + text: 'Ok great thanks for the information. When I get a chance to chat this over at work I talk them through this and in the mean time try to speak to Kevin to find out if we are eligible.', + type: 'message', + }, + id: '87187', + }, + { + attributes: { + createdAt: '2019-05-23T19:27:43Z', + id: '1558639663.006100', + labels: ['Message'], + text: "Hi <@U9XHW1S6S>, the next release of Neo4j Bloom (due imminently) has a server side option so you can give people direct access to Bloom through their browser (rather than going through Desktop as you do now), this can work well with 'deep links' that allow you to pre-populate the search box of Bloom .. but, it depends on what kind of integration you were imagining as that doesn't work in quite the same was as neovis.jz where you are directly embedding the visualization", + type: 'message', + }, + id: '88682', + }, + { + attributes: { + createdAt: '2019-06-25T16:00:11Z', + id: '1561478411.001800', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: "Hi <@UF057V96X>, you'll need a trial license for it - PM me and i can put you in contact with the right person to talk to or alternatively you can use the form here: <https://neo4j.com/bloom/>", + type: 'message', + }, + id: '88676', + }, + { + attributes: { + createdAt: '2019-06-22T21:46:02Z', + id: '1561239962.001600', + labels: ['Message', 'ThreadedMessage'], + text: 'Is the server side/browser option available now that Bloom 1.1 is out? If so, how do I enable it on the server?', + type: 'message', + }, + id: '88679', + }, + { + attributes: { + createdAt: '2018-08-30T00:06:50Z', + id: '1535587610.000100', + labels: ['Message'], + text: 'ive been running into trouble where a large query will crash my Neo4j server, and then I have to ssh into the ec2 instance to start the server again. is there a way to make it restart automatically if it crashes? also, why does a big query make it crash, and neo4j doesn’t just ignore it or “fail†the query?', + type: 'message', + }, + id: '89151', + }, + { + attributes: { + createdAt: '2018-08-30T12:52:54Z', + id: '1535633574.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'it would be good if you can share the query you are running.', + type: 'message', + }, + id: '89150', + }, + { + attributes: { + createdAt: '2018-06-05T20:23:10Z', + id: '1528230190.000106', + labels: ['Message'], + text: 'Is there someone I can talk to regarding Neo4j licensing for cloud hosting providers? Or should I get in touch through one of the email addresses listed on the website?', + type: 'message', + }, + id: '89360', + }, + { + attributes: { + createdAt: '2018-06-07T04:53:04Z', + id: '1528347184.000153', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks, <@U08J18KHB>. Connected.', + type: 'message', + }, + id: '89358', + }, + { + attributes: { + createdAt: '2018-06-05T21:02:58Z', + id: '1528232578.000607', + labels: ['Message', 'ThreadedMessage'], + text: "To clarify my question, I'm not looking for a hosting provider. I'm trying to explore the possible licensing options/agreements between Neo4j and a hosting provider.", + type: 'message', + }, + id: '89361', + }, + { + attributes: { + createdAt: '2018-06-06T05:40:28Z', + id: '1528263628.000047', + labels: ['Message', 'ThreadedMessage'], + text: 'both the contact info, but you can also talk to <@U7AHFNAA0>', + type: 'message', + }, + id: '89362', + }, + { + attributes: { + createdAt: '2018-03-22T13:31:03Z', + id: '1521725463.000375', + labels: ['Message'], + text: "we need to create fulltext index for 32 Million Nodes , for that we tried using Apoc fulltext search but it's been 40 minutes and still the indexes did not get constructed, our RAM is 56gb so is this enough or should we use any other elastic search with Neo4j ? We are using CALL apoc.index.addAllNodes procedure. Please advise", + type: 'message', + }, + id: '90837', + }, + { + attributes: { + createdAt: '2018-03-22T17:04:56Z', + id: '1521738296.000520', + labels: ['Message', 'ThreadedMessage'], + text: 'it should batch it in the background', + type: 'message', + }, + id: '90845', + }, + { + attributes: { + createdAt: '2018-03-22T17:05:14Z', + id: '1521738314.000772', + labels: ['Message', 'ThreadedMessage'], + text: 'it will take a while to write all the data, what kind of disk do you have?', + type: 'message', + }, + id: '90846', + }, + { + attributes: { + createdAt: '2018-02-05T10:32:30Z', + id: '1517826750.000242', + labels: ['Message'], + text: 'Meetup Neo4j à Lyon le mardi 26 Février : <https://www.meetup.com/fr-FR/graphdb-Lyon/events/247504636/>', + type: 'message', + }, + id: '97764', + }, + { + attributes: { + createdAt: '2018-02-16T13:48:57Z', + id: '1518788937.000131', + labels: ['Message', 'ThreadedMessage'], + text: "Alors autour d'une bière un soir de semaine !", + type: 'message', + }, + id: '97759', + }, + { + attributes: { + createdAt: '2018-02-15T10:42:43Z', + id: '1518691363.000311', + labels: ['Message', 'ThreadedMessage'], + text: 'Bien-sûr ! Il ne faut jamais désespérer :slightly_smiling_face: Tu es sur Lyon ?', + type: 'message', + }, + id: '97761', + }, + { + attributes: { + createdAt: '2018-02-15T14:58:49Z', + id: '1518706729.000085', + labels: ['Message', 'ThreadedMessage'], + text: 'Pas les mardi justement! :confused:', + type: 'message', + }, + id: '97762', + }, + { + attributes: { + createdAt: '2018-02-14T20:42:21Z', + id: '1518640941.000470', + labels: ['Message', 'ThreadedMessage'], + text: 'un jour on arrivera à se rencontrer...!', + type: 'message', + }, + id: '97763', + }, + { + attributes: { + createdAt: '2019-04-18T19:03:07Z', + id: '1555614187.001500', + labels: ['Message'], + text: 'Harmony Legal (<http://harmonylegal.com|harmonylegal.com>) is a startup in Sacramento, CA. We are looking for a Neo4j/Nodejs person for query tuning and dev ops. Send a message to <mailto:hello@harmonylegal.com|hello@harmonylegal.com>', + type: 'message', + }, + id: '98294', + }, + { + attributes: { + createdAt: '2019-04-20T20:14:36Z', + id: '1555791276.002200', + labels: ['Message', 'ThreadedMessage'], + text: 'Not even close :) Hungary :)', + type: 'message', + }, + id: '98291', + }, + { + attributes: { + createdAt: '2019-04-19T17:34:41Z', + id: '1555695281.002000', + labels: ['Message', 'ThreadedMessage'], + text: 'Preferably Local and part time. Are you in the area?', + type: 'message', + }, + id: '98292', + }, + { + attributes: { + createdAt: '2019-04-18T20:54:15Z', + id: '1555620855.001600', + labels: ['Message', 'ThreadedMessage'], + text: 'Local/remote, full time/part time', + type: 'message', + }, + id: '98295', + }, + { + attributes: { + createdAt: '2019-04-18T20:54:18Z', + id: '1555620858.001800', + labels: ['Message', 'ThreadedMessage'], + text: '?', + type: 'message', + }, + id: '98296', + }, + { + attributes: { + createdAt: '2020-01-21T08:42:35Z', + id: '1579596155.016400', + labels: ['Message'], + text: "Hello everyone ! I'm from France and I recently joined an ongoing fraud's counter project based on Neo4j ! I'm happy this community exists for the useful help I already received from it :blush: Glad to join y'all !", + type: 'message', + }, + id: '99304', + }, + { + attributes: { + createdAt: '2020-02-11T17:59:12Z', + id: '1581443952.055400', + labels: ['Message', 'ThreadedMessage'], + text: 'Bonjour et bienvenue!', + type: 'message', + }, + id: '99131', + }, + { + attributes: { + createdAt: '2020-02-06T13:50:53Z', + id: '1580997053.045700', + labels: ['Message'], + text: "Hello everyone I'm Siraj Munir from Karachi City, Pakistan. By profession I'm data scientist and lecturer. Plus I'm graphDB lover I have been using graphs for different purposes like profiling citizens, Network Analysis etc. This year I have plan to introduce GraphDB specially Neo4j to my graduate students.", + type: 'message', + }, + id: '99162', + }, + { + attributes: { + createdAt: '2020-02-09T23:30:55Z', + id: '1581291055.049600', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome', + type: 'message', + }, + id: '99150', + }, + { + attributes: { + createdAt: '2020-02-07T08:13:03Z', + id: '1581063183.047700', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome <@UTA4JA5CK>', + type: 'message', + }, + id: '99154', + }, + { + attributes: { + createdAt: '2020-02-06T16:13:28Z', + id: '1581005608.046300', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome', + type: 'message', + }, + id: '99165', + }, + { + attributes: { + createdAt: '2020-02-06T23:28:48Z', + id: '1581031728.046900', + labels: ['Message', 'ThreadedMessage'], + text: 'You re very welcome! <@UEZ72JWN9> :slightly_smiling_face:', + type: 'message', + }, + id: '99167', + }, + { + attributes: { + createdAt: '2019-12-08T23:53:47Z', + id: '1575849227.095800', + labels: ['Message'], + text: 'Hello there… Neo4j certified, IAM consultant. We use Graphs for Digital Identity and a variety of use-cases…', + type: 'message', + }, + id: '99555', + }, + { + attributes: { + createdAt: '2019-12-09T10:53:44Z', + id: '1575888824.096800', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome Alex rgds', + type: 'message', + }, + id: '99543', + }, + { + attributes: { + createdAt: '2019-12-09T17:04:44Z', + id: '1575911084.098200', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks :slightly_smiling_face:', + type: 'message', + }, + id: '99548', + }, + { + attributes: { + createdAt: '2019-11-28T19:21:52Z', + id: '1574968912.067900', + labels: ['Message'], + text: "hi guys, I am Antonio . I've started studying Neo4j. I am planning to use this tool to build an analytic projects . I hope to learn it soon :slightly_smiling_face:", + type: 'message', + }, + id: '99623', + }, + { + attributes: { + createdAt: '2019-11-29T09:33:25Z', + id: '1575020005.069200', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome', + type: 'message', + }, + id: '99609', + }, + { + attributes: { + createdAt: '2019-11-19T16:48:00Z', + id: '1574182080.032100', + labels: ['Message'], + text: "Hi, I'm Thomas, I work on various things as a developer. Just beginning with Neo4j (what an amazing piece of tech!).", + type: 'message', + }, + id: '99690', + }, + { + attributes: { + createdAt: '2019-11-19T22:26:04Z', + id: '1574202364.032500', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome to Neo4j!', + type: 'message', + }, + id: '99691', + }, + { + attributes: { + createdAt: '2019-10-16T16:55:36Z', + id: '1571244936.035300', + labels: ['Message'], + text: 'Hello World! Glad to find this community. I am a Neo4j enthusiast for years, primarily used for pet projects. Working on a new product, we are leaning towards Neo4j as one of the primary data stores. Looking to explore/discuss things like localization of property values and time versioning.', + type: 'message', + }, + id: '99864', + }, + { + attributes: { + createdAt: '2019-10-22T16:09:27Z', + id: '1571760567.062900', + labels: ['Message', 'ThreadedMessage'], + text: 'thanks <@U08J18KHB> going to check that out now -- I saw her slides only.', + type: 'message', + }, + id: '99825', + }, + { + attributes: { + createdAt: '2019-10-20T22:13:50Z', + id: '1571609630.054500', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome William. Good luck with the project!', + type: 'message', + }, + id: '99839', + }, + { + attributes: { + createdAt: '2019-10-20T22:14:06Z', + id: '1571609646.054700', + labels: ['Message', 'ThreadedMessage'], + text: "See <@UC7KXLGJU>'s talk at NODES for some ideas there.", + type: 'message', + }, + id: '99840', + }, + { + attributes: { + createdAt: '2019-09-02T23:46:40Z', + id: '1567468000.018700', + labels: ['Message'], + text: 'Hello! I work as a dev lead in Rakuten at Osaka (Japan). I have been playing around Neo4j for a few months.', + type: 'message', + }, + id: '100196', + }, + { + attributes: { + createdAt: '2019-09-17T23:41:57Z', + id: '1568763717.027800', + labels: ['Message', 'ThreadedMessage'], + text: '<@UKTCT84M8> Thank you!', + type: 'message', + }, + id: '100039', + }, + { + attributes: { + createdAt: '2019-08-27T18:01:26Z', + id: '1566928886.069500', + labels: ['Message'], + text: 'Hi I am Vasily, I am a Neo4j newbie and going to change it soon :slightly_smiling_face:', + type: 'message', + }, + id: '100241', + }, + { + attributes: { + createdAt: '2019-09-16T12:51:52Z', + id: '1568638312.020500', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, Vasily!', + type: 'message', + }, + id: '100048', + }, + { + attributes: { + createdAt: '2019-09-16T12:54:32Z', + id: '1568638472.021900', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, Jimmy!', + type: 'message', + }, + id: '100055', + }, + { + attributes: { + createdAt: '2019-09-03T19:02:18Z', + id: '1567537338.024100', + labels: ['Message'], + text: 'Hi! I am Martin Folke Emdal. I am a backend dev for a sportsdata company that uses Neo4j to store some of its sport event data.', + type: 'message', + }, + id: '100177', + }, + { + attributes: { + createdAt: '2019-09-16T12:55:22Z', + id: '1568638522.022100', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, Martin!', + type: 'message', + }, + id: '100056', + }, + { + attributes: { + createdAt: '2019-09-05T18:43:59Z', + id: '1567709039.032600', + labels: ['Message'], + text: 'Hi, I am Rishabh, Certified as Neo4j Professional Developer', + type: 'message', + }, + id: '100145', + }, + { + attributes: { + createdAt: '2019-09-16T12:56:28Z', + id: '1568638588.022600', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, Rishabh!', + type: 'message', + }, + id: '100058', + }, + { + attributes: { + createdAt: '2019-09-09T13:59:22Z', + id: '1568037562.037500', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J18KHB> Hi, I am following the graph algorithm training and so far I have been playing with the overlap and the pearson similarity algorithms. However, when I look at their documentation, it seems that both are "experimental and not officially supported".\n\n<https://neo4j.com/docs/graph-algorithms/current/experimental-algorithms/overlap/>\n<https://neo4j.com/docs/graph-algorithms/current/experimental-algorithms/pearson/>\n\nI wonder why using those algorithms in the training?', + type: 'message', + }, + id: '100126', + }, + { + attributes: { + createdAt: '2019-09-09T20:58:59Z', + id: '1568062739.038200', + labels: ['Message', 'ThreadedMessage'], + text: 'Because they are still part of the library and offering', + type: 'message', + }, + id: '100128', + }, + { + attributes: { + createdAt: '2019-09-09T20:59:06Z', + id: '1568062746.038400', + labels: ['Message', 'ThreadedMessage'], + text: 'So useful to our users.', + type: 'message', + }, + id: '100129', + }, + { + attributes: { + createdAt: '2019-09-04T13:02:55Z', + id: '1567602175.026700', + labels: ['Message', 'ThreadedMessage'], + text: 'Nice, did you know that the germany olympic organization used that approach a while ago? But then they had internal political turmoil and shelved the breitensport project.', + type: 'message', + }, + id: '100156', + }, + { + attributes: { + createdAt: '2019-09-04T13:03:59Z', + id: '1567602239.026900', + labels: ['Message', 'ThreadedMessage'], + text: 'see <https://neo4j.com/?s=dosb>', + type: 'message', + }, + id: '100157', + }, + { + attributes: { + createdAt: '2019-09-03T12:29:06Z', + id: '1567513746.020500', + labels: ['Message', 'ThreadedMessage'], + text: 'Great! Let us know how it goes and if you have feedback for either.', + type: 'message', + }, + id: '100171', + }, + { + attributes: { + createdAt: '2019-09-03T01:35:56Z', + id: '1567474556.019500', + labels: ['Message', 'ThreadedMessage'], + text: "Welcome Jimmy, hope you're having fun. Let us know if you want to know something.", + type: 'message', + }, + id: '100199', + }, + { + attributes: { + createdAt: '2019-09-03T02:15:07Z', + id: '1567476907.019700', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J18KHB> Thank you! I plan to read the Graph Algorithms book and I enrolled for the online training as well, really looking forward to it!', + type: 'message', + }, + id: '100200', + }, + { + attributes: { + createdAt: '2019-08-13T21:27:23Z', + id: '1565731643.042700', + labels: ['Message'], + text: 'Hi I am Cristian. I work for Providence and we started a new project with Neo4j', + type: 'message', + }, + id: '100342', + }, + { + attributes: { + createdAt: '2019-08-26T04:52:21Z', + id: '1566795141.063900', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, Cristian!', + type: 'message', + }, + id: '100258', + }, + { + attributes: { + createdAt: '2019-08-06T06:40:10Z', + id: '1565073610.030200', + labels: ['Message'], + text: 'Hi, I am Md Nazmul Islam. I am working in Software Development sector about 6 Years. Using Neo4j about 3 years.', + type: 'message', + }, + id: '100375', + }, + { + attributes: { + createdAt: '2019-08-26T04:53:09Z', + id: '1566795189.064500', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome, Nazmul!', + type: 'message', + }, + id: '100261', + }, + { + attributes: { + createdAt: '2019-07-26T07:21:03Z', + id: '1564125663.010500', + labels: ['Message'], + text: 'Hello! I’m Christian Martin from Norway :slightly_smiling_face: I work in a small company that delivers communication systems to schools and kindergartens :slightly_smiling_face: Neo4j looks awesome and I’m looking forward to try it out! I’m a polyglot programmer that works on both side (front and back). I will be testing out the GRAND-stack for now, and I have already made my first pull-request to the neo4j-graphql project to implement multi-tenant by labels (that I hope someone will accept soon)', + type: 'message', + }, + id: '100415', + }, + { + attributes: { + createdAt: '2019-08-05T13:14:13Z', + id: '1565010853.027400', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks!', + type: 'message', + }, + id: '100371', + }, + { + attributes: { + createdAt: '2019-08-02T18:09:54Z', + id: '1564769394.025900', + labels: ['Message', 'ThreadedMessage'], + text: "Christian, if you haven't done already you should also join the community page: <https://community.neo4j.com/>", + type: 'message', + }, + id: '100385', + }, + { + attributes: { + createdAt: '2019-07-26T17:35:54Z', + id: '1564162554.011700', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi Christian! Welcome! Man, are you in for a treat. Neo4j has a little bit of a learning curve but once you really understand, it is world changing. You are really going to love it!\n\nI am very curious about what you mean by "multi-tenant by labels." Could you please explain this in more detail?', + type: 'message', + }, + id: '100419', + }, + { + attributes: { + createdAt: '2019-07-26T17:47:27Z', + id: '1564163247.012100', + labels: ['Message', 'ThreadedMessage'], + text: 'This thread should explain it: <https://github.com/neo4j-graphql/neo4j-graphql-js/issues/237>', + type: 'message', + }, + id: '100420', + }, + { + attributes: { + createdAt: '2019-07-26T17:48:16Z', + id: '1564163296.012300', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks looking forward to learn more about neo4j. It looks very promising!', + type: 'message', + }, + id: '100421', + }, + { + attributes: { + createdAt: '2019-07-26T18:01:04Z', + id: '1564164064.012500', + labels: ['Message', 'ThreadedMessage'], + text: "Just as a heads up, we're going to be delivering richer multi-tenancy solutions with Neo4j 4.0 around the end of the year!", + type: 'message', + }, + id: '100422', + }, + { + attributes: { + createdAt: '2019-07-26T18:04:27Z', + id: '1564164267.012700', + labels: ['Message', 'ThreadedMessage'], + text: 'I know, and I read somewhere that it should not be any problem to migrate (to new version of neo4j) if you use additional labels to solve multi-tenancy.', + type: 'message', + }, + id: '100423', + }, + { + attributes: { + createdAt: '2019-07-26T18:05:13Z', + id: '1564164313.012900', + labels: ['Message', 'ThreadedMessage'], + text: '<@U3RJEUY2Z> Do you know approximately when 4.0 is coming?', + type: 'message', + }, + id: '100424', + }, + { + attributes: { + createdAt: '2019-07-26T18:12:14Z', + id: '1564164734.013100', + labels: ['Message', 'ThreadedMessage'], + text: "End of the year is the current fuzzy answer, we'll put out something more specific in official announcements as we start closing in", + type: 'message', + }, + id: '100425', + }, + { + attributes: { + createdAt: '2019-07-26T18:14:14Z', + id: '1564164854.014800', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks! Are there any roadmap page which describes all the new features that are coming?', + type: 'message', + }, + id: '100426', + }, + { + attributes: { + createdAt: '2019-07-26T18:21:56Z', + id: '1564165316.015000', + labels: ['Message', 'ThreadedMessage'], + text: "We don't have much in the way of official announcements yet, though we've disclosed that multi-database is one of the primary new features.\n\nI don't want to get ahead of official announcements at this point.", + type: 'message', + }, + id: '100427', + }, + { + attributes: { + createdAt: '2019-07-26T18:23:53Z', + id: '1564165433.016400', + labels: ['Message', 'ThreadedMessage'], + text: "Ok thanks for the update! :pray: I'm looking forward to use neo4j in our next project! ", + type: 'message', + }, + id: '100428', + }, + { + attributes: { + createdAt: '2019-07-26T18:30:42Z', + id: '1564165842.016600', + labels: ['Message', 'ThreadedMessage'], + text: 'What I really like about neo4j, besides the product, is that it has an awesome community which are willing to help us noobs :slightly_smiling_face:', + type: 'message', + }, + id: '100429', + }, + { + attributes: { + createdAt: '2019-07-04T06:58:38Z', + id: '1562223518.059200', + labels: ['Message'], + text: 'Hey guys my name is Saj, I’m the CTO of Laylo. We use graph technology to identify every music artist’s “super†fans and build tools to grow and monetize their fan base. We’ve been using Neo4j for 2 years now and just raised 1.5M to expand the team. If you’re a Neo4j dev in the Los Angeles area or willing to move, I’d love to chat!!', + type: 'message', + }, + id: '100579', + }, + { + attributes: { + createdAt: '2019-07-11T17:17:51Z', + id: '1562865471.072400', + labels: ['Message', 'ThreadedMessage'], + text: 'Thank you! Let me know if you’re interested in working with us!', + type: 'message', + }, + id: '100533', + }, + { + attributes: { + createdAt: '2019-07-09T09:37:57Z', + id: '1562665077.069400', + labels: ['Message', 'ThreadedMessage'], + text: 'Cool company, success', + type: 'message', + }, + id: '100542', + }, + { + attributes: { + createdAt: '2019-06-19T23:16:56Z', + id: '1560986216.024700', + labels: ['Message'], + text: "Hello Everyone, I'm here to learn all I can on Neo4j and pass on knowledge whenever I can. I have enjoyed working with Neo4j, it's awesome. :sunglasses:", + type: 'message', + }, + id: '100646', + }, + { + attributes: { + createdAt: '2019-06-20T18:29:49Z', + id: '1561055389.026800', + labels: ['Message', 'ThreadedMessage'], + text: "Hi, I'm curious on what problem you solved with Neo :slightly_smiling_face:", + type: 'message', + }, + id: '100632', + }, + { + attributes: { + createdAt: '2019-06-20T22:30:46Z', + id: '1561069846.027300', + labels: ['Message', 'ThreadedMessage'], + text: "Well, It's not fully solved as I am building out a product right now using Neo4j. :grin:", + type: 'message', + }, + id: '100634', + }, + { + attributes: { + createdAt: '2019-06-20T22:30:55Z', + id: '1561069855.027500', + labels: ['Message', 'ThreadedMessage'], + text: 'learning as I go', + type: 'message', + }, + id: '100635', + }, + { + attributes: { + createdAt: '2019-06-20T22:31:56Z', + id: '1561069916.027700', + labels: ['Message', 'ThreadedMessage'], + text: 'It has been awesome to work with so far.', + type: 'message', + }, + id: '100636', + }, + { + attributes: { + createdAt: '2019-05-20T07:41:24Z', + id: '1558338084.078400', + labels: ['Message'], + text: 'This is David. I just started working on Neo4j where I need to deal with huge amount of data and need to find all possible paths for given Source and Destination', + type: 'message', + }, + id: '100816', + }, + { + attributes: { + createdAt: '2019-05-20T14:37:07Z', + id: '1558363027.081300', + labels: ['Message', 'ThreadedMessage'], + text: 'Cypher is designed for this sort of query. You may want to use `cypher-shell` though for streaming a large result set, as the Neo4j Browser can run into issues for containing and rendering a large result set.', + type: 'message', + }, + id: '100824', + }, + { + attributes: { + createdAt: '2019-05-20T14:37:28Z', + id: '1558363048.081500', + labels: ['Message', 'ThreadedMessage'], + text: '<https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/>', + type: 'message', + }, + id: '100825', + }, + { + attributes: { + createdAt: '2019-05-20T14:38:05Z', + id: '1558363085.081800', + labels: ['Message', 'ThreadedMessage'], + text: 'Also make sure your matches to your source and destination are indexed.', + type: 'message', + }, + id: '100826', + }, + { + attributes: { + createdAt: '2019-04-04T14:53:59Z', + id: '1554389639.011600', + labels: ['Message'], + text: 'I’m Jendrik of TokenAnalyst (<https://www.tokenanalyst.io/>), my colleague Cesar will talk about how we use Neo4j to load the Bitcoin blockchain in one day. Free webinar starting in 5 minutes: <https://www.meetup.com/Neo4j-Online-Meetup/events/259469439/>', + type: 'message', + }, + id: '101021', + }, + { + attributes: { + createdAt: '2019-04-05T17:29:16Z', + id: '1554485356.013600', + labels: ['Message', 'ThreadedMessage'], + text: 'We just launched a feature build on Neo4j <https://twitter.com/thetokenanalyst/status/1114211142996496384>', + type: 'message', + }, + id: '101013', + }, + { + attributes: { + createdAt: '2019-03-24T22:37:11Z', + id: '1553467031.065800', + labels: ['Message'], + text: 'Hi, I am a newly certified Neo4j Professional looking for opportunities to apply my new "graph" mindset. (I see nodes and arrows when I close my eyes, now!)', + type: 'message', + }, + id: '101114', + }, + { + attributes: { + createdAt: '2019-03-26T16:37:57Z', + id: '1553618277.074100', + labels: ['Message', 'ThreadedMessage'], + text: 'Good Luck!!', + type: 'message', + }, + id: '101097', + }, + { + attributes: { + createdAt: '2019-03-26T16:57:33Z', + id: '1553619453.074300', + labels: ['Message', 'ThreadedMessage'], + text: 'Thank you!', + type: 'message', + }, + id: '101098', + }, + { + attributes: { + createdAt: '2019-03-25T11:16:40Z', + id: '1553512600.067000', + labels: ['Message', 'ThreadedMessage'], + text: 'Stella did you look at the job postings from Neo?\n<http://neo4j.com/careers|neo4j.com/careers>', + type: 'message', + }, + id: '101105', + }, + { + attributes: { + createdAt: '2019-03-25T11:17:45Z', + id: '1553512665.067200', + labels: ['Message', 'ThreadedMessage'], + text: 'What were you looking for?\nThe certification can be done when you took the online classes. I guess with the things you did already set you up well.', + type: 'message', + }, + id: '101106', + }, + { + attributes: { + createdAt: '2019-03-25T20:01:37Z', + id: '1553544097.068300', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks, Michael. I only saw two positions that could be located anywhere in the U.S., and I don't have enough (recent) development experience for the Consulting Engineer position, so I went ahead and applied to the PM position (what I have been doing for the past 15 years), but I would like to get more hands-on modeling the data and writing Cypher, eventually!", + type: 'message', + }, + id: '101110', + }, + { + attributes: { + createdAt: '2019-03-24T22:40:26Z', + id: '1553467226.065900', + labels: ['Message', 'ThreadedMessage'], + text: 'I took the Intro, Graph Data Modeling, and Advanced Cypher Queries classes led by <@U08JH64PM> a couple of weeks ago, and reviewed by reading the two free ebooks available for download from neo4j, but I was stumped by the questions on the latest features on my first attempt since I misunderstood the "Developing with Neo4j" certification topic as "developing with Java", so you may want to familiarize yourself with the latest version of Neo4j desktop and browser before attempting the certification, since the books are a little outdated...', + type: 'message', + }, + id: '101115', + }, + { + attributes: { + createdAt: '2019-03-08T14:07:29Z', + id: '1552054049.033800', + labels: ['Message'], + text: "Hi all, I'm software developper and db admin @ INRA (the french research institute for agriculture) and I'm already working with several databases & related (Postgresql, Elastisearch...). I've played with Neo4j six years ago and missed the occasion to go further with it. Now I can give it a new try with scientific data from plant related domain (genetics, genomics, phenomics, etc.). See you!", + type: 'message', + }, + id: '101204', + }, + { + attributes: { + createdAt: '2019-03-18T10:15:16Z', + id: '1552904116.055200', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks for these resources Michael, I'll take a look carefully!", + type: 'message', + }, + id: '101135', + }, + { + attributes: { + createdAt: '2019-03-15T01:49:47Z', + id: '1552614587.050900', + labels: ['Message', 'ThreadedMessage'], + text: 'check out the information here:\n<https://neo4j.com/blog/neo4j-life-sciences-healthcare-workshop-berlin/>\n<https://neo4j.com/developer/life-sciences-and-healthcare/>\n<https://neo4j.com/blog/navigating-heart-failure-map-with-neo4j/>', + type: 'message', + }, + id: '101153', + }, + { + attributes: { + createdAt: '2019-03-08T18:27:20Z', + id: '1552069640.034700', + labels: ['Message'], + text: 'Does anyone know if there are there any Neo4j or graph database meetup groups in the PNW (Washington, Oregon, Idaho, etc)?', + type: 'message', + }, + id: '101205', + }, + { + attributes: { + createdAt: '2019-03-15T01:50:15Z', + id: '1552614615.051200', + labels: ['Message', 'ThreadedMessage'], + text: 'I think there is one in PDX and one in Seattle too', + type: 'message', + }, + id: '101154', + }, + { + attributes: { + createdAt: '2019-03-13T09:24:45Z', + id: '1552469085.046900', + labels: ['Message'], + text: 'Hi there just attending the “Training Graph Data Modelling with Neo4j†in Berlin!', + type: 'message', + }, + id: '101174', + }, + { + attributes: { + createdAt: '2019-03-15T01:50:59Z', + id: '1552614659.051600', + labels: ['Message', 'ThreadedMessage'], + text: 'hope you enjoyed it :)', + type: 'message', + }, + id: '101156', + }, + { + attributes: { + createdAt: '2019-03-10T08:00:40Z', + id: '1552204840.036300', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi, I just finished all the podcasts from Rik, look there or check out the location based community topics in the Neo4j forum Karin wolok can help you with that, or go up to the <http://meetup.com|meetup.com> and look for Neo4j or graph database meetups in the area', + type: 'message', + }, + id: '101198', + }, + { + attributes: { + createdAt: '2019-02-26T21:13:56Z', + id: '1551215636.013800', + labels: ['Message'], + text: "Hey guys. Nice to meet ya'll. Grad student in Data Science here. Excited to learn about Neo4j and Graph DB's!", + type: 'message', + }, + id: '101278', + }, + { + attributes: { + createdAt: '2019-02-27T04:09:02Z', + id: '1551240542.015400', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome man. Pleasure to have you here. ', + type: 'message', + }, + id: '101283', + }, + { + attributes: { + createdAt: '2018-12-06T04:15:06Z', + id: '1544069706.013700', + labels: ['Message'], + text: "Hi guys! My names Zachary and I'm a developer working in Canada. I'm using exploring using Neo4j to build a skill based dependency program!", + type: 'message', + }, + id: '101675', + }, + { + attributes: { + createdAt: '2018-12-06T10:58:07Z', + id: '1544093887.013800', + labels: ['Message', 'ThreadedMessage'], + text: "Hi Zachary, I'm in Canada too :slightly_smiling_face: Welcome", + type: 'message', + }, + id: '101663', + }, + { + attributes: { + createdAt: '2018-12-04T21:17:29Z', + id: '1543958249.009700', + labels: ['Message'], + text: "I'm Natasha Hurwitz and I work at the National Institutes of Health in Bethesda, Maryland as a data scientist solving management challenges. Neo4j has helped me visualize relationships in our organization using Human Resources data. I mostly code in R, and I am thinking through how I can use Neo4j to provide a new level of understanding for our data.", + type: 'message', + }, + id: '101682', + }, + { + attributes: { + createdAt: '2018-12-06T12:04:24Z', + id: '1544097864.014000', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes, I am happy to hear that. Thank you!', + type: 'message', + }, + id: '101664', + }, + { + attributes: { + createdAt: '2018-12-05T18:37:33Z', + id: '1544035053.011700', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome Natasha, then you might be happy to hear that <@U9CCX8Q4V> is working on a new R driver in <http://github.com/neo4j-rstats|github.com/neo4j-rstats>, will be on CRAN soon', + type: 'message', + }, + id: '101671', + }, + { + attributes: { + createdAt: '2018-11-22T09:03:57Z', + id: '1542877437.067000', + labels: ['Message'], + text: 'Hello, newbie here to Neo4j, would like to learn about it more.', + type: 'message', + }, + id: '101761', + }, + { + attributes: { + createdAt: '2018-11-23T20:45:16Z', + id: '1543005916.070700', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome!!', + type: 'message', + }, + id: '101758', + }, + { + attributes: { + createdAt: '2018-08-02T17:30:05Z', + id: '1533231005.000563', + labels: ['Message'], + text: 'Hi There! This is Preethi Suriamoorthy . I am a Senior DBA at TEP Barnett. We are trying to build a Graph Data Model POC using Neo4j.', + type: 'message', + }, + id: '102608', + }, + { + attributes: { + createdAt: '2018-08-08T12:59:49Z', + id: '1533733189.000046', + labels: ['Message', 'ThreadedMessage'], + text: 'Welcome! Good luck with the POC', + type: 'message', + }, + id: '102541', + }, + { + attributes: { + createdAt: '2018-07-19T00:17:46Z', + id: '1531959466.000099', + labels: ['Message'], + text: "Hi all, I am Abhishek. I am new to Graph Databases and Neo4j. I am trying to get Graphileon's InterActor to work with my local neo4j data stores but I am unable to connect. I am aware it is not a direct Neo4j question but if anyone has used this? Or any other tool to be able to quickly edit nodes, relationships or their properties graphically? Writing Cypher each time in the browser for the tiniest of changes gets tiresome.", + type: 'message', + }, + id: '102813', + }, + { + attributes: { + createdAt: '2018-07-21T00:40:22Z', + id: '1532133622.000047', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks Michael, I have written to the Graphileon team but am yet to hear from them.\nI am able to edit using Bloom and it's good enough for now as I am only creating basic models and learning. Also, the query template is pretty useful so thanks for that!", + type: 'message', + }, + id: '102757', + }, + { + attributes: { + createdAt: '2018-07-19T19:07:19Z', + id: '1532027239.000347', + labels: ['Message', 'ThreadedMessage'], + text: 'make sure to talk to <@U0CR081M1> about your feedback.', + type: 'message', + }, + id: '102769', + }, + { + attributes: { + createdAt: '2018-07-19T19:07:34Z', + id: '1532027254.000252', + labels: ['Message', 'ThreadedMessage'], + text: 'You can use Bloom for edits or check out <https://github.com/adadgio/neo4j-js-ng2>', + type: 'message', + }, + id: '102770', + }, + { + attributes: { + createdAt: '2018-07-19T19:07:56Z', + id: '1532027276.000111', + labels: ['Message', 'ThreadedMessage'], + text: 'I also wrote a new query template: try `:play query-template` in your browser', + type: 'message', + }, + id: '102771', + }, + { + attributes: { + createdAt: '2018-07-19T01:35:49Z', + id: '1531964149.000105', + labels: ['Message'], + text: "Hello! I'm a former UN staffer, humanitarian relief worker and a big fan of Neo4j. I'm the organizer behind a new Humanitarian AI <http://meetup.com|meetup.com> group in Cambridge (<https://www.meetup.com/Humanitarian-AI-Meetup/>) with over 100 members. We're super interested in experimenting with databasing aid activity files using Neo4j and seeing if we can train algorithms how to generate Cypher queries to process the data in response to commands issued via Alexa or Siri for example.", + type: 'message', + }, + id: '102815', + }, + { + attributes: { + createdAt: '2018-07-19T19:09:09Z', + id: '1532027349.000079', + labels: ['Message', 'ThreadedMessage'], + text: "you should definitely talk to <@U08J3F3L3> about the bot/alexa work he's been doing", + type: 'message', + }, + id: '102772', + }, + { + attributes: { + createdAt: '2018-07-19T19:11:05Z', + id: '1532027465.000199', + labels: ['Message', 'ThreadedMessage'], + text: 'there are a number of NGOs already using neo4j, e.g. Action Against Hunger <https://linkurio.us/blog/empowering-ngos-with-graph-technology/>\nData Kind, a lot of investigative journalists', + type: 'message', + }, + id: '102773', + }, + { + attributes: { + createdAt: '2018-07-19T19:11:29Z', + id: '1532027489.000337', + labels: ['Message', 'ThreadedMessage'], + text: 'you should also talk to <@U08LQ7WCW> who used to work in healthcare projects for developing countries before joining neo4j', + type: 'message', + }, + id: '102774', + }, + { + attributes: { + createdAt: '2018-07-19T22:46:49Z', + id: '1532040409.000190', + labels: ['Message', 'ThreadedMessage'], + text: 'feel free to ping me here or <mailto:christophe@graphaware.com|christophe@graphaware.com> ;)', + type: 'message', + }, + id: '102780', + }, + { + attributes: { + createdAt: '2018-06-11T10:52:55Z', + id: '1528714375.000073', + labels: ['Message'], + text: 'Hi! Is there any OSS integration between Penthao and Neo4j? I found a product from know-bi but I am wondering is there is a similar open source implementation.', + type: 'message', + }, + id: '103153', + }, + { + attributes: { + createdAt: '2018-06-12T07:32:25Z', + id: '1528788745.000299', + labels: ['Message', 'ThreadedMessage'], + text: 'Please ping <@UA1LSSKSS> who recently joined neo4j.', + type: 'message', + }, + id: '103134', + }, + { + attributes: { + createdAt: '2018-06-11T10:53:19Z', + id: '1528714399.000099', + labels: ['Message', 'ThreadedMessage'], + text: '<https://www.know-bi.be/blog/article/easily-load-data-to-neo4j>', + type: 'message', + }, + id: '103154', + }, + { + attributes: { + createdAt: '2018-02-20T07:59:08Z', + id: '1519113548.000180', + labels: ['Message'], + text: 'My name is Oliver and I work for Europace AG. We currently evaluating Neo4j as alternative for Oracle DB and Mongo DB. Our Partner repository is build up like a tree with several relations between the nodes. It looks like Neo4j is matching better for our data structure.', + type: 'message', + }, + id: '104432', + }, + { + attributes: { + createdAt: '2018-02-20T09:11:42Z', + id: '1519117902.000335', + labels: ['Message', 'ThreadedMessage'], + text: "<@U9BJQFY84> Let us know if you have any concrete questions also for data import or migration or modeling. If you can make it next week to Berlin, we're all there on Monday and Tuesday. <http://neo4j.com/graphtour|neo4j.com/graphtour>", + type: 'message', + }, + id: '104362', + }, + { + attributes: { + createdAt: '2018-02-20T09:47:04Z', + id: '1519120024.000013', + labels: ['Message', 'ThreadedMessage'], + text: 'I’ll be on Tuesday on the graphtour.', + type: 'message', + }, + id: '104363', + }, + { + attributes: { + createdAt: '2018-02-18T20:32:43Z', + id: '1518985963.000009', + labels: ['Message'], + text: 'Hi, I was till date using Neo4j community edition and today I create HA cluster of 3 nodes. How can I migrate data from my community version single node DB to the new cluster?', + type: 'message', + }, + id: '104438', + }, + { + attributes: { + createdAt: '2018-02-19T08:45:45Z', + id: '1519029945.000147', + labels: ['Message', 'ThreadedMessage'], + text: 'I further checked the size of the DB in both the cases. The community version shows 356 MB while the cluster one shows 112 KB in the browser.', + type: 'message', + }, + id: '104413', + }, + { + attributes: { + createdAt: '2018-02-18T22:22:28Z', + id: '1518992548.000103', + labels: ['Message', 'ThreadedMessage'], + text: 'best ask in <#C2M5H4RC0|neo4j-clustering> , basically shut down your db cleanly, copy the db directory to all 3 machines and start your cluster', + type: 'message', + }, + id: '104440', + }, + { + attributes: { + createdAt: '2018-02-18T22:58:29Z', + id: '1518994709.000072', + labels: ['Message', 'ThreadedMessage'], + text: 'I tried that as well, but it did not work. My older machine has some 31k nodes while in new machine it says 0', + type: 'message', + }, + id: '104441', + }, + { + attributes: { + createdAt: '2018-02-19T00:07:51Z', + id: '1518998871.000123', + labels: ['Message', 'ThreadedMessage'], + text: 'did you copy the correct graph.db folder in the right location?', + type: 'message', + }, + id: '104442', + }, + { + attributes: { + createdAt: '2018-02-19T00:25:28Z', + id: '1518999928.000036', + labels: ['Message', 'ThreadedMessage'], + text: 'I created a tar of my older graph.db and then scp it to my new machine. There in the data/datasets folder, I first deleted the graph.db using rm -rf and then untar the older tar file.', + type: 'message', + }, + id: '104443', + }, + { + attributes: { + createdAt: '2018-02-19T00:27:08Z', + id: '1519000028.000026', + labels: ['Message', 'ThreadedMessage'], + text: 'I have also set the dbms.directories.data to point to the same location where I am doing untar', + type: 'message', + }, + id: '104444', + }, + { + attributes: { + createdAt: '2018-02-19T00:31:18Z', + id: '1519000278.000128', + labels: ['Message', 'ThreadedMessage'], + text: 'And for the sake of simplicity, I have changed the dbms.mode to SINGLE, so that once the data is available in one machine, I can switch back to cluster easily', + type: 'message', + }, + id: '104445', + }, + { + attributes: { + createdAt: '2018-01-24T21:09:07Z', + id: '1516828147.000013', + labels: ['Message'], + text: '`neo4j 3.2.5` and `Neo4j Graph Algorithms Release 3.3.0.0`', + type: 'message', + }, + id: '104724', + }, + { + attributes: { + createdAt: '2018-02-01T15:13:39Z', + id: '1517498019.000576', + labels: ['Message', 'ThreadedMessage'], + text: 'version conflict?', + type: 'message', + }, + id: '104626', + }, + { + attributes: { + createdAt: '2018-01-16T15:09:21Z', + id: '1516115361.000963', + labels: ['Message'], + text: "Hi, Not sure if this is the right place to ask ... I'm trying to get Neo4j to run in Windows 10 but run into trouble getting the service to start (bin/neo4j.bat console) with admin permissions. The error seems to be one related to the user path: Invoke-Neo4j : An object at the specified path C:\\Users\\XXXX.USERNAME does not exist. where the username is not the same that I run under but a somewhat scrambled version of the name. Any ideas or comments would be very appreciated", + type: 'message', + }, + id: '104826', + }, + { + attributes: { + createdAt: '2018-01-17T10:28:25Z', + id: '1516184905.000272', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks Michael. Just saw your response! I tried this and still run into the problem at Invoke-Neo4jAdmin ... will change thread.', + type: 'message', + }, + id: '104798', + }, + { + attributes: { + createdAt: '2018-01-17T10:30:32Z', + id: '1516185032.000321', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks NirajS!', + type: 'message', + }, + id: '104799', + }, + { + attributes: { + createdAt: '2018-01-16T15:16:12Z', + id: '1516115772.000146', + labels: ['Message', 'ThreadedMessage'], + text: 'I have used the neo4j service as a localhost with the following steps : Run powershell as admin\nImport-Module C:\\Neo4j\\bin\\Neo4j-Management.psd1\nInvoke-Neo4j status\nInvoke-Neo4jAdmin\nGet-Command -Module Neo4j-Management\nSet-ExecutionPolicy -ExecutionPolicy ByPass', + type: 'message', + }, + id: '104828', + }, + { + attributes: { + createdAt: '2018-01-16T15:17:46Z', + id: '1516115866.000737', + labels: ['Message', 'ThreadedMessage'], + text: 'from \\bin\nInvoke-Neo4j console', + type: 'message', + }, + id: '104829', + }, + { + attributes: { + createdAt: '2018-01-16T15:18:31Z', + id: '1516115911.000689', + labels: ['Message', 'ThreadedMessage'], + text: 'This should connect you to the graph in C:\\Neo4j\\data\\databases via localhost', + type: 'message', + }, + id: '104830', + }, + { + attributes: { + createdAt: '2018-01-16T18:25:31Z', + id: '1516127131.000001', + labels: ['Message', 'ThreadedMessage'], + text: 'best to ask in <#C08JAM3HB|help-install> or <#C6L0GCM33|neo4j-desktop> if you run neo4j-desktop', + type: 'message', + }, + id: '104837', + }, + { + attributes: { + createdAt: '2018-01-16T17:48:07Z', + id: '1516124887.000040', + labels: ['Message'], + text: 'Hello, I just joined the Neo4J slack. I am not sure if this is the right channel to ask this question, but here goes: I have three csv files (users, visits, text). Each is a new data set that we receive every 2-3 weeks from the data source. Every refresh might bring in the same set of columns or different. I want to create a node for each csv file, preferably using `py2neo`. But I want the query to be dynamic to read the csv column headers at runtime. Once I create nodes with each of the csvs, I want to be able to define relationship between the created nodes based on user_id and visit_id. Is this possible? I am using the community edition of Neo4j. Please let me know if you need more information from me. Thank you!', + type: 'message', + }, + id: '104835', + }, + { + attributes: { + createdAt: '2018-01-16T18:28:12Z', + id: '1516127292.000434', + labels: ['Message', 'ThreadedMessage'], + text: 'best ask in <#C08J15J3A|neo4j-python> \n\nbut in general loading csv is pretty straightforward and unrelated to python, there is also <#C08J1B9P0|help-import> , I answer there.', + type: 'message', + }, + id: '104838', + }, + { + attributes: { + createdAt: '2017-11-15T23:50:23Z', + id: '1510789823.000285', + labels: ['Message'], + text: "storage-wise, Neo4j can handle huge datasets w/ billions of nodes; it's usually the import part that requires some fiddling around. there are many ways to approach import (from GraphMLs through CSVs to custom loaders) and for big data sets, you'll need to come up with a solution that scales well", + type: 'message', + }, + id: '105436', + }, + { + attributes: { + createdAt: '2017-11-16T03:50:53Z', + id: '1510804253.000040', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks a lot for these notes, <@U09QAFDD3>', + type: 'message', + }, + id: '105440', + }, + { + attributes: { + createdAt: '2017-02-21T15:28:03Z', + id: '1487690883.001927', + labels: ['Message'], + text: 'I’m new to Neo4j and have a (presumably) straight forward modeling question. I’m hoping someone can link me to an appropriate analogous model. I am modeling vehicles. Makes have Models, Models have Options. Where I’m getting wrapped around the axle (haha) is how to represent years. Makes have Models in certain years, and Models have Options in certain years. Should years be nodes or embedded in relationships, e.g. Make: Nissan - [made_in[2009,2010,2011…]] - Model: GTR - [has_option_in[2009…]]- Option: Navigation', + type: 'message', + }, + id: '110904', + }, + { + attributes: { + createdAt: '2017-02-24T15:55:34Z', + id: '1487951734.002022', + labels: ['Message', 'ThreadedMessage'], + text: '<@U09GPF05R> Sorry for delay.. Slack didn’t notify me of your comments. Yes, when I say options I mean things like parking sensors, power steering, etc. So parking sensors could be available in a Fiat 500 in 2014, 2015 but not available in 2013, but available to a Honda Accord in 2010-2017. (I could up the anti even more with options must have vs may have, e.g. a 2016 Honda Accord must have power steering, may have a rear spoiler). It seems like you have to embed this meta data into the relationship..?', + type: 'message', + }, + id: '110820', + }, + { + attributes: { + createdAt: '2017-02-21T16:15:29Z', + id: '1487693729.001930', + labels: ['Message', 'ThreadedMessage'], + text: 'lawjolla: Personally I’d have a node for each year and create a `MADE_IN` relationship from the vehicle. This will make it easier to search.\n\n```MATCH (y:Year {year:2009})<-[:MADE_IN]-(v:Vehicle)\nRETURN y, v```', + type: 'message', + }, + id: '110905', + }, + { + attributes: { + createdAt: '2017-02-21T16:22:21Z', + id: '1487694141.001932', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks <@U09GPF05R> ! That approach makes sense to me too, but it seems to get sticky on Options. Options are available to certain makes with certain years. I don’t see how to use Year as a node for Options unless each Make has its own option nodes, e.g. Navigation for a Taurus is different from Navigation for a Sentra', + type: 'message', + }, + id: '110906', + }, + { + attributes: { + createdAt: '2017-02-21T16:23:17Z', + id: '1487694197.001934', + labels: ['Message', 'ThreadedMessage'], + text: 'When you say options do you mean things like parking sensors, bluetooth, power steering?', + type: 'message', + }, + id: '110907', + }, + { + attributes: { + createdAt: '2017-02-21T16:23:47Z', + id: '1487694227.001936', + labels: ['Message', 'ThreadedMessage'], + text: 'Something that more than one manufacturer can have or Fiat 500, Panda etc?', + type: 'message', + }, + id: '110908', + }, + { + attributes: { + createdAt: '2017-02-21T17:26:36Z', + id: '1487697996.001941', + labels: ['Message', 'ThreadedMessage'], + text: 'Have year-model nodes, and connect those to both as well as options.', + type: 'message', + }, + id: '110911', + }, + { + attributes: { + createdAt: '2017-02-21T17:27:37Z', + id: '1487698057.001943', + labels: ['Message', 'ThreadedMessage'], + text: 'A 1969 corvette and a 2017 corvette are totally different machines.', + type: 'message', + }, + id: '110912', + }, + { + attributes: { + createdAt: '2018-08-30T15:11:33Z', + id: '1535641893.000100', + labels: ['Message'], + text: 'What is the best (most current, best set of features) python library for working with Neo4j. I originally added neo4j.v1 but I see there is a py2neo which I am assuming is version 2.0', + type: 'message', + }, + id: '119853', + }, + { + attributes: { + createdAt: '2018-08-30T16:08:49Z', + id: '1535645329.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'those are two different libraries, one is the official driver\nthe other one that wraps the official one in a nicer API\nthe official one is at version 1.7 (the v1 relates to the protocol version)\npy2neo is at version 4', + type: 'message', + }, + id: '119856', + }, + { + attributes: { + createdAt: '2018-08-18T05:17:28Z', + id: '1534569448.000100', + labels: ['Message'], + text: "Hi, I just downloaded and installed Neo4j Desktop and walked through the guided materials and tutorials integrated as mini-decks. Really cool. However, I also wanted to experiment with Neo4j Bloom. However, Bloom can't be added to Neo4j Desktop. The add Button is disabled. Adding Neo4j Browser worked like a charme. Any ideas. Using Desktop 1.1.8", + type: 'message', + }, + id: '119993', + }, + { + attributes: { + createdAt: '2018-08-18T10:20:51Z', + id: '1534587651.000100', + labels: ['Message', 'ThreadedMessage'], + text: "It's only available via activation key for enterprise customers/prospects right now. that might change at some point ...", + type: 'message', + }, + id: '119962', + }, + { + attributes: { + createdAt: '2018-08-09T08:50:24Z', + id: '1533804624.000277', + labels: ['Message'], + text: 'Hi!, I am newbie in Neo4j. I did a script process using cypher which, first i loaded all indexes and second i loaded all data nodes. Is it correctly, creating index before to creating node?', + type: 'message', + }, + id: '120095', + }, + { + attributes: { + createdAt: '2018-08-09T15:20:52Z', + id: '1533828052.000411', + labels: ['Message', 'ThreadedMessage'], + text: "If you use `MERGE` for data loading it's wise to have the index before. If you data load consists only of `CREATE` you don't have to care about.", + type: 'message', + }, + id: '120097', + }, + { + attributes: { + createdAt: '2018-07-22T20:47:26Z', + id: '1532292446.000092', + labels: ['Message'], + text: 'Neo4j is not JSON/document based?', + type: 'message', + }, + id: '120489', + }, + { + attributes: { + createdAt: '2018-07-23T16:05:50Z', + id: '1532361950.000110', + labels: ['Message', 'ThreadedMessage'], + text: 'That is right. But for example, we have some cypher/graphql that we execute to pull out graph data in Json format that we use to display stuff on UI.\nTo verify these queries it is easier to view output as json', + type: 'message', + }, + id: '120474', + }, + { + attributes: { + createdAt: '2018-07-23T16:50:20Z', + id: '1532364620.000449', + labels: ['Message', 'ThreadedMessage'], + text: 'For now, a reasonable workaround is to use the transaction endpoints which gives data back in json', + type: 'message', + }, + id: '120476', + }, + { + attributes: { + createdAt: '2018-05-30T06:29:03Z', + id: '1527661743.000123', + labels: ['Message'], + text: 'Hi <@U3RJEUY2Z> I am unable to install the apoc procedures. Initially when I clicked on the Plugins option it was showing me a message: Unable to detect the compatible version of apoc. Then I downloaded the Apoc 3.3.3 jar file as it was said to be the compatible apoc version for Neo4j3.3.5 Desktop. Now I am able to see the plugins but the install and restart button is greyed out and when i hover over it, it says offline.', + type: 'message', + }, + id: '120748', + }, + { + attributes: { + createdAt: '2018-05-31T11:12:52Z', + id: '1527765172.000262', + labels: ['Message', 'ThreadedMessage'], + text: "it probably thinks you're in offline mode. so try to start desktop with a working online-connection.", + type: 'message', + }, + id: '120741', + }, + { + attributes: { + createdAt: '2018-02-16T09:33:12Z', + id: '1518773592.000121', + labels: ['Message'], + text: 'Hi.. Does anyone know how to host Neo4j Enterprise Edition on AWS?', + type: 'message', + }, + id: '120967', + }, + { + attributes: { + createdAt: '2018-02-21T23:57:44Z', + id: '1519257464.000162', + labels: ['Message', 'ThreadedMessage'], + text: '<@U5K5E6G78> new news! If you’re still around and still want an answer to this, please send me email at <mailto:david.allen@neo4j.com|david.allen@neo4j.com>, we can follow up with more details there. I have a method you might want to try', + type: 'message', + }, + id: '120959', + }, + { + attributes: { + createdAt: '2018-02-22T06:03:03Z', + id: '1519279383.000250', + labels: ['Message', 'ThreadedMessage'], + text: 'Thank You <@U08J18KHB> and <@U7X490V7X> \nI have deployed Neo4j Enterprise Edition on Aws. If I need some more help then surely I will drop mail to you <@U7X490V7X>.', + type: 'message', + }, + id: '120961', + }, + { + attributes: { + createdAt: '2018-02-18T21:23:40Z', + id: '1518989020.000049', + labels: ['Message', 'ThreadedMessage'], + text: 'you can either use docker or rpm/apt to install it on n-instances', + type: 'message', + }, + id: '120964', + }, + { + attributes: { + createdAt: '2018-02-18T21:42:00Z', + id: '1518990120.000051', + labels: ['Message', 'ThreadedMessage'], + text: 'there are some AWS AMIs that are available. Also what michael says is accurate, you can create a VM and install neo4j as usual. Right now, neo4j is working on creating a better set of defaults so that you will be able to use Amazon quicklaunch to start an enterprise node. Should be ready in some weeks.', + type: 'message', + }, + id: '120966', + }, + { + attributes: { + createdAt: '2018-01-04T00:12:22Z', + id: '1515024742.000188', + labels: ['Message'], + text: "Hi, I'm new to Neo4j (obvi) and I keep getting this error `java.lang.IllegalStateException: Cannot call sendError() after the response has been committed` upon debugging I notice a self-referential node in my relationship and I'm not sure how to resolve it... please help. Will post code snippets below", + type: 'message', + }, + id: '121094', + }, + { + attributes: { + createdAt: '2018-01-04T00:12:57Z', + id: '1515024777.000071', + labels: ['Message', 'ThreadedMessage'], + text: '```package test.graph.testgraph;\n\nimport org.neo4j.ogm.annotation.*;\n\n@NodeEntity\npublic class Nebula {\n @Id @GeneratedValue private Long id;\n @Relationship(type = "PROPERTY_OF", direction = Relationship.INCOMING)\n private NebulaProperties properties;\n\n public Long getId() {\n return id;\n }\n\n public void setId(Long id) {\n this.id = id;\n }\n\n public NebulaProperties getProperties() {\n return properties;\n }\n\n public void setProperties(NebulaProperties properties) {\n this.properties = properties;\n }\n}```', + type: 'message', + }, + id: '121095', + }, + { + attributes: { + createdAt: '2018-01-04T00:13:08Z', + id: '1515024788.000305', + labels: ['Message', 'ThreadedMessage'], + text: '```package test.graph.testgraph;\n\nimport org.neo4j.ogm.annotation.GeneratedValue;\nimport org.neo4j.ogm.annotation.Id;\nimport org.neo4j.ogm.annotation.NodeEntity;\nimport org.neo4j.ogm.annotation.Relationship;\n\n@NodeEntity\npublic class NebulaProperties {\n @Id @GeneratedValue private Long id;\n private String name;\n\n @Relationship(type = "PROPERTY_OF")\n private PropertyOf propertyOfNebula;\n\n public Long getId() {\n return id;\n }\n\n public void setId(Long id) {\n this.id = id;\n }\n\n public String getName() {\n return name;\n }\n\n public void setName(String name) {\n this.name = name;\n }\n\n public PropertyOf getPropertyOfNebula() {\n return propertyOfNebula;\n }\n\n public void setPropertyOfNebula(PropertyOf propertyOfNebula) {\n this.propertyOfNebula = propertyOfNebula;\n }\n}\n```', + type: 'message', + }, + id: '121096', + }, + { + attributes: { + createdAt: '2018-01-04T00:13:23Z', + id: '1515024803.000147', + labels: ['Message', 'ThreadedMessage'], + text: '```package test.graph.testgraph;\n\nimport org.neo4j.ogm.annotation.*;\n\n@RelationshipEntity(type = "PROPERTY_OF")\npublic class PropertyOf {\n @Id @GeneratedValue private Long id;\n @StartNode NebulaProperties properties;\n @EndNode Nebula nebula;\n\n public Long getId() {\n return id;\n }\n\n public void setId(Long id) {\n this.id = id;\n }\n\n public NebulaProperties getProperties() {\n return properties;\n }\n\n public void setProperties(NebulaProperties properties) {\n this.properties = properties;\n }\n\n public Nebula getNebula() {\n return nebula;\n }\n\n public void setNebula(Nebula nebula) {\n this.nebula = nebula;\n }\n}\n```', + type: 'message', + }, + id: '121097', + }, + { + attributes: { + createdAt: '2018-01-04T00:13:46Z', + id: '1515024826.000023', + labels: ['Message', 'ThreadedMessage'], + text: 'any help sorting out the proper way to relate properties to the nebula would be much appreciated :slightly_smiling_face:', + type: 'message', + }, + id: '121098', + }, + { + attributes: { + createdAt: '2017-11-18T05:43:19Z', + id: '1510983799.000066', + labels: ['Message'], + text: 'But to answer your question, yes you can delete all the nodes and relationships you want IF you are using Neo4j Enterprise edition which will reuse the deleted objects. But if you are using Community Edition you will fragment your graph and have lots of empty space.', + type: 'message', + }, + id: '124093', + }, + { + attributes: { + createdAt: '2017-12-01T09:27:41Z', + id: '1512120461.000302', + labels: ['Message', 'ThreadedMessage'], + text: 'Hello <@U08JH64PM>. Can you elaborate a little on the Community edition fragmentation? What causes this issue? NODE and REL deletions? Does a neo4j restart cause a defrag?', + type: 'message', + }, + id: '124035', + }, + { + attributes: { + createdAt: '2017-12-01T14:37:05Z', + id: '1512139025.000215', + labels: ['Message', 'ThreadedMessage'], + text: 'When a node gets deleted in Community, it gets a "Deleted" flag (bit gets flipped in record) and it is ignored, but it\'s still there. The space doesn\'t get reclaimed.', + type: 'message', + }, + id: '124036', + }, + { + attributes: { + createdAt: '2017-12-01T14:37:33Z', + id: '1512139053.000431', + labels: ['Message', 'ThreadedMessage'], + text: "Only way to defrag is to use Enterprise or use MH's tool", + type: 'message', + }, + id: '124037', + }, + { + attributes: { + createdAt: '2020-03-02T17:42:23Z', + id: '1583170943.036100', + labels: ['Message'], + text: "Which full version of Neo4j are you using (3.4.x, where x is the patch version...what's that x)? This sounds like a bug that was previously fixed", + type: 'message', + }, + id: '132498', + }, + { + attributes: { + createdAt: '2020-03-02T17:56:00Z', + id: '1583171760.036700', + labels: ['Message', 'ThreadedMessage'], + text: 'Looks like I am on 3.4.0 (no patch).\nIt would be great to know some details about the bug, like if it has any work around, in which patch did it get fixed and so on.\n\nIn the mean time, I will get started with the upgrade procedure. Since this will need downtime, I will have to plan it.', + type: 'message', + }, + id: '132500', + }, + { + attributes: { + createdAt: '2020-03-02T18:10:57Z', + id: '1583172657.037000', + labels: ['Message', 'ThreadedMessage'], + text: 'Yeah definitely upgrade. In general, try not to stay on .0 releases for any longer than necessary, those are when new features are first introduced, and that usually correlates with more bugs than usual', + type: 'message', + }, + id: '132501', + }, + { + attributes: { + createdAt: '2020-03-02T18:11:41Z', + id: '1583172701.037200', + labels: ['Message', 'ThreadedMessage'], + text: "We're up to 3.4.17 on the 3.4.x branch, at the very least upgrade to that, if you're not going to jump to 3.5.x.", + type: 'message', + }, + id: '132502', + }, + { + attributes: { + createdAt: '2020-03-02T18:13:18Z', + id: '1583172798.037400', + labels: ['Message', 'ThreadedMessage'], + text: "I believe the bug in question is related to COMPILED runtime (this is shown in your query plan). You can test if it's the case by prefixing your cypher query with: `CYPHER runtime=SLOTTED`. If you see expected behavior instead of buggy behavior, then it's the compiled runtime bug I'm thinking of", + type: 'message', + }, + id: '132503', + }, + { + attributes: { + createdAt: '2020-03-02T18:13:49Z', + id: '1583172829.037600', + labels: ['Message', 'ThreadedMessage'], + text: 'And if so that bug was fixed in version 3.4.5:\n<https://github.com/neo4j/neo4j/wiki/Neo4j-3.4-changelog#345>\n\n> Compiled `ExpandInto` respects relationship type', + type: 'message', + }, + id: '132504', + }, + { + attributes: { + createdAt: '2020-03-03T05:07:04Z', + id: '1583212024.038200', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks a lot for your responses <@U3RJEUY2Z> I will surely upgrade to 3.4.17 first and move to 3.5.x soon.\n\nWill also check the runtime=SLOTTED and see if that changes anything. Will report back.\n\nAppreciate all the help.', + type: 'message', + }, + id: '132506', + }, + { + attributes: { + createdAt: '2020-03-03T05:12:13Z', + id: '1583212333.038400', + labels: ['Message', 'ThreadedMessage'], + text: "runtime=SLOTTED definitely works and I get correct result.\n\nHowever, I am still puzzled to see 'CartesianProduct' operation in the profile output for the query, whereas with rel2 I don't see cartesian product operation.\n\nAny idea why the planner would do this when I am querying for different relation types between the same two nodes?", + type: 'message', + }, + id: '132507', + }, + { + attributes: { + createdAt: '2020-03-03T05:17:57Z', + id: '1583212677.039700', + labels: ['Message', 'ThreadedMessage'], + text: 'Cartesian product operations are not necessarily wrong, especially if you’re looking up two unique nodes. Please add the query again and the profile plan', + type: 'message', + }, + id: '132508', + }, + { + attributes: { + createdAt: '2018-08-31T18:44:09Z', + id: '1535741049.000100', + labels: ['Message'], + text: '<@U9Z6GJ96E> or use Kettle which has Kafka and Neo4j connector ', + type: 'message', + }, + id: '132995', + }, + { + attributes: { + createdAt: '2018-08-31T18:49:58Z', + id: '1535741398.000100', + labels: ['Message', 'ThreadedMessage'], + text: '<https://neo4j.com/news/neo4j-data-integration-with-pentaho-kettle/>', + type: 'message', + }, + id: '132996', + }, + { + attributes: { + createdAt: '2018-08-31T18:50:13Z', + id: '1535741413.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'Is this are you referring', + type: 'message', + }, + id: '132997', + }, + { + attributes: { + createdAt: '2018-08-31T22:44:19Z', + id: '1535755459.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'I’ll find a better link for you', + type: 'message', + }, + id: '133003', + }, + { + attributes: { + createdAt: '2018-01-05T12:28:24Z', + id: '1515155304.000112', + labels: ['Message'], + text: "<@U4YRHQA2Y> what version of Neo? presuming you are using neo4j-admin backup be sure to set environment variable HEAP_SIZE, for example export HEAP_SIZE=2G; bin/neo4j-admin backup .... ..... ...... As to how much to configure I think its a matter of how much RAM is left over after subtracting consumed RAM by the running Neo4j database process. If you have total RAM at 64G and your Neo4j database consumes 52G (i.e. though 12G assigned to HEAP and 40G assigned to pagecache) then backup could get at most the remaining 12G left over. Though I'd still leave 1-2G for general OS operations, and thus backup at most should be allocated no more than 10G. ./neo4j-admin backup will need to be configured with its own heap (i.e. environment variable HEAP_SIZE) and its own pagecache. depending on what version of Neo setting the pagecache for backup is different", + type: 'message', + }, + id: '133862', + }, + { + attributes: { + createdAt: '2018-01-05T12:33:39Z', + id: '1515155619.000299', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi <@U0DNS24SZ>!\n\nI am using the newest enterprise version (3.3.1 if I am not mistaken).\n\nI don’t have much memory left, that’s the main reason of my question. Since I have to run it on the same server, I am considering reducing the memory available for my database a bit to make sure I can run my backup.\n\nBut I am not sure on how to measure the page_cache or heap_size for the backup process.', + type: 'message', + }, + id: '133863', + }, + { + attributes: { + createdAt: '2018-01-05T12:37:40Z', + id: '1515155860.000159', + labels: ['Message', 'ThreadedMessage'], + text: 'for 3.2.9 / 3.3.1 pagecahce can be configured on cmd line through --pagecache=XXXX , thus bin/ne4j-admin backup --backup-dir=/tmp --name=graph.db --pagecache=1G ( <https://github.com/neo4j/neo4j/pull/10463> )', + type: 'message', + }, + id: '133864', + }, + { + attributes: { + createdAt: '2018-01-05T12:39:03Z', + id: '1515155943.000126', + labels: ['Message', 'ThreadedMessage'], + text: 'unfotunately i dont know how to measure whether would u configure is undersized/oversized. i think its a matter of trying it and being sure to not overconsume total RAM', + type: 'message', + }, + id: '133865', + }, + { + attributes: { + createdAt: '2018-01-05T12:41:11Z', + id: '1515156071.000216', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes, I was trying to avoid the trial and error approach.', + type: 'message', + }, + id: '133866', + }, + { + attributes: { + createdAt: '2018-01-05T12:41:36Z', + id: '1515156096.000317', + labels: ['Message', 'ThreadedMessage'], + text: 'Even if it is just a guess like “the backup need half of the main database heap or page cacheâ€', + type: 'message', + }, + id: '133867', + }, + { + attributes: { + createdAt: '2018-01-05T12:47:38Z', + id: '1515156458.000096', + labels: ['Message', 'ThreadedMessage'], + text: 'i think thats an over agressive config for backup... from the GH link above u see pagecahce defaults to 8M which is small but maybe its that small since backups usage is not the same as the running Neo db. as per my exampe above if u only had 10G free i might set heap to 4G and pagecahce to 4G as well', + type: 'message', + }, + id: '133868', + }, + { + attributes: { + createdAt: '2018-01-05T12:48:40Z', + id: '1515156520.000193', + labels: ['Message', 'ThreadedMessage'], + text: 'if u only had 2GB free for example, of which one might suggest that this machine is really maxed out (regardless of any backup activity) then id set heap and pagecahce to 1G each', + type: 'message', + }, + id: '133869', + }, + { + attributes: { + createdAt: '2018-01-05T13:28:24Z', + id: '1515158904.000468', + labels: ['Message', 'ThreadedMessage'], + text: 'I agree with you regarding the page cache <@U0DNS24SZ> but that was just an example.\n\nIs there any “reference†for the values that you area aware of?', + type: 'message', + }, + id: '133870', + }, + { + attributes: { + createdAt: '2018-01-05T13:39:03Z', + id: '1515159543.000212', + labels: ['Message', 'ThreadedMessage'], + text: 'no reference but in further discussion the reason for config a heap and pagecache is because backup will under the covers start up its own neo db to perform the backup. it start its on neo it needs a heap and pagecahce. if u do not explicitly define then it will use what is configured in the neo4j.conf which if your current neo is using 80%+ of available RAM then by starting up this under the covers instance will read the neof4.conf and then consume all RAM . but backup doesnt really need a pagecache but if u dont define one then its going to create one as big as the running neo instance, which is thus overkill. so if u have 2GB of free ram and want to start the backup, define a --pagecache=8M and the rest can go to HEAP', + type: 'message', + }, + id: '133871', + }, + { + attributes: { + createdAt: '2018-01-05T13:43:36Z', + id: '1515159816.000298', + labels: ['Message', 'ThreadedMessage'], + text: 'I understand it is important setting them, but they (page cache and heap) must have a minimum to run and a desirible maximum, otherwise they wouldn’t have parameters for that :wink:\n\nI will leave the pagecache to a minimum (8M) and try with a 1 GB heap. Hopefully this would not degrade the performance too much and the backup will run on a desireable time frame.', + type: 'message', + }, + id: '133872', + }, + { + attributes: { + createdAt: '2019-12-13T00:33:46Z', + id: '1576197226.258400', + labels: ['Message'], + text: "Hi Neo4j team, I have a question for you guys: in our KG, we have 6,238,640,278 nodes and 12,224,562,210 relationships. The Louvain query shown below will get the top 10 communities (the clusters of Content_Tag) shared by Visitor (from Audience segment '20-25 male' ) (in Parallel loading - 34 cpu cores). However, I waited for 2 days and the code never finished running. I suspect that our graph database is too big? Do you have any suggestions for solving this issue? Thank you! (please see below my code)", + type: 'message', + }, + id: '137156', + }, + { + attributes: { + createdAt: '2019-12-19T08:13:42Z', + id: '1576743222.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'hey this is a really cool question, because slack makes it so hard to answer can you please cross-post it to <https://community.neo4j.com/c/neo4j-graph-platform/graph-algorithms/73> and let me know?', + type: 'message', + }, + id: '137116', + }, + { + attributes: { + createdAt: '2019-12-19T08:14:21Z', + id: '1576743261.000300', + labels: ['Message', 'ThreadedMessage'], + text: 'Quick tip, can you try and run the two cypher queries independently to see how they behave, best with `PROFILE`', + type: 'message', + }, + id: '137117', + }, + { + attributes: { + createdAt: '2018-01-23T14:38:39Z', + id: '1516718319.000480', + labels: ['Message'], + text: "Neo4j is all about index free adjacency... we don't use relationship indexes... what is your model and what are you trying to do?", + type: 'message', + }, + id: '143587', + }, + { + attributes: { + createdAt: '2018-01-23T16:15:02Z', + id: '1516724102.000403', + labels: ['Message', 'ThreadedMessage'], + text: 'I am inserting/updating data in neo4j. where I want to update relations property based on some criteria and i am running these queries \n``` UNWIND {props} as props Match (s:Node1 {idx : props.idx}), (d:Node2 {sId : props.sId}) MERGE (s)-[r:RECOMMEND {recommendationType : props.recommendationType}]->(d) ON CREATE SET r = {recommendationType : props.recommendationType, rank : props.rank,lastIndexed : props.lastIndexed} ON MATCH SET r += {recommendationType : props.recommendationType, rank : props.rank,lastIndexed : props.lastIndexed} ```', + type: 'message', + }, + id: '143588', + }, + { + attributes: { + createdAt: '2018-01-23T16:17:02Z', + id: '1516724222.000133', + labels: ['Message', 'ThreadedMessage'], + text: 'After doing profiles, I found that ```(s)-[r:RECOMMEND]->(d) ``` is hitting db 108 times even when i have created index on it', + type: 'message', + }, + id: '143589', + }, + { + attributes: { + createdAt: '2018-01-23T16:48:40Z', + id: '1516726120.000578', + labels: ['Message', 'ThreadedMessage'], + text: "we don't use indexes the way RDBMs use indexes... only for starting points.", + type: 'message', + }, + id: '143590', + }, + { + attributes: { + createdAt: '2018-01-23T18:09:17Z', + id: '1516730957.000251', + labels: ['Message', 'ThreadedMessage'], + text: "<@U08JH64PM> So there is no advantage of creating indexes on relation's property. Want to know if there may be any other optimization in above query. I have 400 M relations to be updated/inserted. Or any other suggestion for ingesting this data", + type: 'message', + }, + id: '143591', + }, + { + attributes: { + createdAt: '2017-10-26T11:25:38Z', + id: '1509017138.000336', + labels: ['Message'], + text: 'Has anyone used the Neo4j Spark Connector??', + type: 'message', + }, + id: '160036', + }, + { + attributes: { + createdAt: '2017-10-26T16:26:50Z', + id: '1509035210.000120', + labels: ['Message', 'ThreadedMessage'], + text: 'have you tried <#C0N7LHVS9|neo4j-spark> ?', + type: 'message', + }, + id: '160044', + }, + { + attributes: { + createdAt: '2017-12-01T22:38:34Z', + id: '1512167914.000337', + labels: ['Message'], + text: 'How many people are using .NET client apps (desktop/mobile/server) to access Neo4j?', + type: 'message', + }, + id: '160529', + }, + { + attributes: { + createdAt: '2017-12-03T12:53:44Z', + id: '1512305624.000066', + labels: ['Message', 'ThreadedMessage'], + text: 'I am :slightly_smiling_face:', + type: 'message', + }, + id: '160545', + }, + { + attributes: { + createdAt: '2018-01-17T22:19:55Z', + id: '1516227595.000088', + labels: ['Message'], + text: "Hi everyone! I'm a Data Science Graduate Student from university of Cincinnati. I have been working on a project with Neo4j. I needed resources on building relationships on huge data using Python and utilizing Graph Analysis tools in Neo4j ", + type: 'message', + }, + id: '161043', + }, + { + attributes: { + createdAt: '2018-01-18T16:14:09Z', + id: '1516292049.000152', + labels: ['Message', 'ThreadedMessage'], + text: 'First thing: have you looked into the official `neo4j-driver`? Then, have you looked at `py2neo`?', + type: 'message', + }, + id: '161055', + }, + { + attributes: { + createdAt: '2018-01-18T21:46:17Z', + id: '1516311977.000636', + labels: ['Message', 'ThreadedMessage'], + text: "Yes, I did. But I'd like to access full range of commands and syntax required to perform all the functions. Which one is the best and where can I find resources?", + type: 'message', + }, + id: '161062', + }, + { + attributes: { + createdAt: '2018-01-18T22:15:40Z', + id: '1516313740.000083', + labels: ['Message', 'ThreadedMessage'], + text: '`py2neo` has a lot of features for OGM and is built on the `neo4j-driver`. It depends on how abstract you want to be. Google the Python packages and the docs should be the first result', + type: 'message', + }, + id: '161067', + }, + { + attributes: { + createdAt: '2018-01-20T15:04:55Z', + id: '1516460695.000046', + labels: ['Message', 'ThreadedMessage'], + text: 'For graph analytics check out the graph algorithms in <http://github.com/neo4j-contrib/neo4j-graph-algorithms|github.com/neo4j-contrib/neo4j-graph-algorithms>', + type: 'message', + }, + id: '161093', + }, + { + attributes: { + createdAt: '2018-01-20T15:05:07Z', + id: '1516460707.000113', + labels: ['Message', 'ThreadedMessage'], + text: 'You need to ask concrete questions, not generic ones', + type: 'message', + }, + id: '161094', + }, + { + attributes: { + createdAt: '2018-01-18T21:56:08Z', + id: '1516312568.000598', + labels: ['Message'], + text: "I have installed Neo4j community edition 3.2.9 on a CentOS server. I am accessing the Neo4j server on local system using Chrome / Safari and I tend to struggle a lot in creating multivariate relationships amount 60k nodes with 2K other notes. I'm using Merge query on Cypher to create relationships. Am I missing anything very vital here? As browser shutdowns due to memory issues after a while", + type: 'message', + }, + id: '161064', + }, + { + attributes: { + createdAt: '2018-01-20T15:07:01Z', + id: '1516460821.000029', + labels: ['Message', 'ThreadedMessage'], + text: 'yes, you cannot return 60k nodes or such to a JS implementation.\nPlease share your concrete queries / questions either in <#C08J11DC6|help-cypher> or <#C5C4JRFK7|neo4j-graph-algorithm>', + type: 'message', + }, + id: '161097', + }, + { + attributes: { + createdAt: '2018-02-06T18:42:57Z', + id: '1517942577.000172', + labels: ['Message'], + text: 'Is there any utility to export Neo4j database to MySQL?', + type: 'message', + }, + id: '161388', + }, + { + attributes: { + createdAt: '2018-02-06T19:12:45Z', + id: '1517944365.000532', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'Your database would be slow as shit with relations and foreign keys everywhere', + type: 'message', + }, + id: '161389', + }, + { + attributes: { + createdAt: '2018-02-06T20:03:02Z', + id: '1517947382.000522', + labels: ['Message', 'ThreadedMessage'], + text: 'I understand but is there any such utility to dump/export the database?', + type: 'message', + }, + id: '161391', + }, + { + attributes: { + createdAt: '2018-02-06T23:47:16Z', + id: '1517960836.000181', + labels: ['Message', 'ThreadedMessage'], + text: 'you can export it to csv', + type: 'message', + }, + id: '161393', + }, + { + attributes: { + createdAt: '2018-02-28T00:35:39Z', + id: '1519778139.000046', + labels: ['Message'], + text: 'How do I go about exporting individual vertices and edges as json and as csv in Neo4j? Thanks', + type: 'message', + }, + id: '161827', + }, + { + attributes: { + createdAt: '2018-03-01T12:48:01Z', + id: '1519908481.000307', + labels: ['Message', 'ThreadedMessage'], + text: 'depends on the size, you could save the JSON fromt he browser otherwise: <https://neo4j.com/blog/export-csv-from-neo4j-curl-cypher-jq/>', + type: 'message', + }, + id: '161856', + }, + { + attributes: { + createdAt: '2018-04-06T01:01:47Z', + id: '1522976507.000155', + labels: ['Message'], + text: 'Hi, how do you drop unused properties from Neo4j without dropping all the data in `data/graph.db/*`', + type: 'message', + }, + id: '162413', + }, + { + attributes: { + createdAt: '2018-04-06T14:01:39Z', + id: '1523023299.000598', + labels: ['Message', 'ThreadedMessage'], + text: 'the tokens are kept around unless you either create a new store e.g. with <http://github.com/jexp/store-utils|github.com/jexp/store-utils>', + type: 'message', + }, + id: '162417', + }, + { + attributes: { + createdAt: '2018-04-06T14:03:44Z', + id: '1523023424.000730', + labels: ['Message', 'ThreadedMessage'], + text: 'just thinking about if we could add a token rename procedure to apoc that uses the internal APIs', + type: 'message', + }, + id: '162418', + }, + { + attributes: { + createdAt: '2018-04-06T14:04:25Z', + id: '1523023465.000576', + labels: ['Message', 'ThreadedMessage'], + text: 'truly deleting them should only be possible for the last token id', + type: 'message', + }, + id: '162419', + }, + { + attributes: { + createdAt: '2018-04-11T13:17:18Z', + id: '1523452638.000668', + labels: ['Message'], + text: 'Where can I get more info on backup and restore on Neo4j enterprise version. any documentation on this? Thanks', + type: 'message', + }, + id: '162473', + }, + { + attributes: { + createdAt: '2018-04-13T05:01:47Z', + id: '1523595707.000036', + labels: ['Message', 'ThreadedMessage'], + text: 'did you check the docs (operations-manual?) also ask in <#C08JCLMV3|help-enterprise>', + type: 'message', + }, + id: '162495', + }, + { + attributes: { + createdAt: '2018-04-23T11:47:09Z', + id: '1524484029.000078', + labels: ['Message'], + text: 'Struggling to find the constraints on Neo4j datatypes', + type: 'message', + }, + id: '162707', + }, + { + attributes: { + createdAt: '2018-04-24T00:34:11Z', + id: '1524530051.000063', + labels: ['Message', 'ThreadedMessage'], + text: 'currently there are no data type constraints yet', + type: 'message', + }, + id: '162725', + }, + { + attributes: { + createdAt: '2018-05-17T17:46:10Z', + id: '1526579170.000359', + labels: ['Message'], + text: 'very strange, so im going from 2.3 neo4j to 3.4, allowing upgrade on the server doesnt work for some reason as the service keeps restarting over and over until it times out. but using the same graph.db files on Neo4j Desktop it immediately migrates over', + type: 'message', + }, + id: '163069', + }, + { + attributes: { + createdAt: '2018-05-18T20:42:09Z', + id: '1526676129.000146', + labels: ['Message', 'ThreadedMessage'], + text: 'did you try neo4j-admin import --mode database ?', + type: 'message', + }, + id: '163085', + }, + { + attributes: { + createdAt: '2018-05-22T12:34:11Z', + id: '1526992451.000229', + labels: ['Message'], + text: 'in Neo4j can write Stored Procedures ? like in relational databases ?', + type: 'message', + }, + id: '163124', + }, + { + attributes: { + createdAt: '2018-05-22T12:46:31Z', + id: '1526993191.000264', + labels: ['Message', 'ThreadedMessage'], + text: 'you can write your own procedures in Java -> <https://neo4j.com/docs/developer-manual/current/extending-neo4j/procedures/>', + type: 'message', + }, + id: '163125', + }, + { + attributes: { + createdAt: '2018-05-27T19:57:39Z', + id: '1527451059.000114', + labels: ['Message'], + text: 'Hi Everyone. I would like to know more about Neo4j bloom. Can anybody direct me to some interesting reads or videos? Also please let me know if there is any community edition for that as well for learning purpose', + type: 'message', + }, + id: '163205', + }, + { + attributes: { + createdAt: '2018-05-29T01:37:32Z', + id: '1527557852.000018', + labels: ['Message', 'ThreadedMessage'], + text: 'there is a demo at the GC video and the blog posts from Rik and Jeff.', + type: 'message', + }, + id: '163218', + }, + { + attributes: { + createdAt: '2018-05-29T13:23:46Z', + id: '1527600226.000378', + labels: ['Message'], + text: 'How do I find out what guides are available for exploring Neo4j? I went to <http://guides.neo4j.com/> expecting to see a list of all the guides available, but it is not a helpful page.', + type: 'message', + }, + id: '163227', + }, + { + attributes: { + createdAt: '2018-05-30T06:15:32Z', + id: '1527660932.000314', + labels: ['Message', 'ThreadedMessage'], + text: 'Are you looking <http://neo4j.com/developer/get-started|neo4j.com/developer/get-started>? Or which guides are you referring to?', + type: 'message', + }, + id: '163233', + }, + { + attributes: { + createdAt: '2018-05-31T20:28:20Z', + id: '1527798500.000268', + labels: ['Message', 'ThreadedMessage'], + text: 'I think you might be looking for this? <https://neo4j.com/developer/guide-neo4j-browser/>', + type: 'message', + }, + id: '163269', + }, + { + attributes: { + createdAt: '2018-05-31T20:28:30Z', + id: '1527798510.000434', + labels: ['Message', 'ThreadedMessage'], + text: 'Under the Built-in Guides section', + type: 'message', + }, + id: '163270', + }, + { + attributes: { + createdAt: '2018-06-11T19:14:21Z', + id: '1528744461.000707', + labels: ['Message'], + text: "<@U3RJEUY2Z> / <@U08J18KHB>: I'm bit concerned by stats showing number of commits and number of contributors to the project is consistently declining ( ref: <https://www.openhub.net/p/neo4j-graphdb> ). Any assurances for the future of Neo4j?", + type: 'message', + }, + id: '163387', + }, + { + attributes: { + createdAt: '2018-06-11T20:56:58Z', + id: '1528750618.000029', + labels: ['Message', 'ThreadedMessage'], + text: "Don't worry about it, since I joined in 2010 the company grew from 10 to over 250 people.\n\n1. we have more than 60 full-time developers working on Neo4j\n2. many of the external contributors joined the company\n3. we've moved bunch of things out of the main repo like docs and packaging. Those areas used to have many commits.", + type: 'message', + }, + id: '163391', + }, + { + attributes: { + createdAt: '2018-06-11T20:59:01Z', + id: '1528750741.000036', + labels: ['Message', 'ThreadedMessage'], + text: 'Also almost all of the code locations in openhub are outdated', + type: 'message', + }, + id: '163392', + }, + { + attributes: { + createdAt: '2018-06-11T21:00:57Z', + id: '1528750857.000452', + labels: ['Message', 'ThreadedMessage'], + text: 'It also seems that openhub is broken, at least I cannot add or remove code-locations, there are only a lot of javascript errors.', + type: 'message', + }, + id: '163393', + }, + { + attributes: { + createdAt: '2018-06-11T22:35:20Z', + id: '1528756520.000314', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks Michael.. feeling good now :slightly_smiling_face:', + type: 'message', + }, + id: '163394', + }, + { + attributes: { + createdAt: '2018-06-16T05:37:33Z', + id: '1529127453.000052', + labels: ['Message'], + text: 'Anyone know what AWS instance types does Neo4j perform best on? We are looking at storage optimized currently. Any recommendations based on experience would be appreciated.', + type: 'message', + }, + id: '163454', + }, + { + attributes: { + createdAt: '2018-06-16T21:32:11Z', + id: '1529184731.000034', + labels: ['Message', 'ThreadedMessage'], + text: 'Perhaps <@U7AHFNAA0> could help you to get set up with neo4j cloud?', + type: 'message', + }, + id: '163459', + }, + { + attributes: { + createdAt: '2018-06-18T01:17:21Z', + id: '1529284641.000031', + labels: ['Message', 'ThreadedMessage'], + text: "Thanks Michael but unfortunately, Neo4j needs to live inside our Canadian Central Amazon VPC, in one of our private subnets. We can't have any 3rd party managed systems in other networks", + type: 'message', + }, + id: '163464', + }, + { + attributes: { + createdAt: '2018-06-26T09:41:27Z', + id: '1530006087.000205', + labels: ['Message'], + text: 'Hello Everyone, I am facing issues while importing my Mysql database to Neo4j using ETL Tool. Problem is my data contain special characters like quotes, back and forward slashes. Neo4j etl tool is not escaping those characters. Here is the link of full detailed discussion and necessary code. [<https://github.com/neo4j-contrib/neo4j-etl/issues/20>]. I have also created a dummy database with 2 rows to reproduce the issue.', + type: 'message', + }, + id: '163620', + }, + { + attributes: { + createdAt: '2018-06-27T21:59:30Z', + id: '1530136770.000041', + labels: ['Message', 'ThreadedMessage'], + text: '-> <#CAZBECC7P|neo4j-etl>', + type: 'message', + }, + id: '163644', + }, + { + attributes: { + createdAt: '2018-07-03T14:02:25Z', + id: '1530626545.000210', + labels: ['Message'], + text: 'Hi, I was wondering if anyone is using Neo4j on genomics data? Please, drop me a line! Thanks.', + type: 'message', + }, + id: '163716', + }, + { + attributes: { + createdAt: '2018-07-03T21:25:54Z', + id: '1530653154.000180', + labels: ['Message', 'ThreadedMessage'], + text: 'checkout <#C5X7EJEH3|neo4j-life-sciences> there is a lot of stuff happening <https://neo4j.com/developer/life-sciences-and-healthcare/?ref=blog>\nthere is \nalso a neo4j-biotech google group and e.g. these workshop proceedings: <https://neo4j.com/blog/neo4j-life-sciences-healthcare-workshop-berlin/>', + type: 'message', + }, + id: '163718', + }, + { + attributes: { + createdAt: '2018-07-06T05:03:25Z', + id: '1530853405.000122', + labels: ['Message'], + text: 'How do I install Neo4j Desktop and use it to create graphs ?', + type: 'message', + }, + id: '163750', + }, + { + attributes: { + createdAt: '2018-07-06T09:14:05Z', + id: '1530868445.000351', + labels: ['Message', 'ThreadedMessage'], + text: 'see: <https://medium.com/neo4j/neo4j-get-off-the-ground-in-30min-or-less-3a226a0d48b1>', + type: 'message', + }, + id: '163759', + }, + { + attributes: { + createdAt: '2018-03-20T22:06:07Z', + id: '1521583567.000519', + labels: ['Message'], + text: '<@U0975P59N> Btw, are you tomorrow in Amsterdam, Neo4jGraphtour?', + type: 'message', + }, + id: '164105', + }, + { + attributes: { + createdAt: '2018-03-21T06:15:28Z', + id: '1521612928.000224', + labels: ['Message', 'ThreadedMessage'], + text: '<@U9TEEBYKH> I am :)', + type: 'message', + }, + id: '164114', + }, + { + attributes: { + createdAt: '2018-08-16T01:39:20Z', + id: '1534383560.000100', + labels: ['Message'], + text: 'so i just downloaded the latest GRANDstack starter package and have it up and running...So that is a success. I am comfortable with Neo4j and have been using it for some time. I have an idea of how I want to use this start app to get me going. However, the part I am getting hung up on while I study the different components is to understand how this connects and pulls in the Neo4j data. Which file or location should I focus on when understanding how the Neo4j data is imported into the application? I plan to work backwards from there to modify the app to fit the data I had in mind', + type: 'message', + }, + id: '164237', + }, + { + attributes: { + createdAt: '2018-08-16T01:50:25Z', + id: '1534384225.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'I may have found the rabbit hole...in "graphql-schema.js"...', + type: 'message', + }, + id: '164238', + }, + { + attributes: { + createdAt: '2018-08-16T02:07:32Z', + id: '1534385252.000100', + labels: ['Message', 'ThreadedMessage'], + text: "exactly. it's all about the graphql schema. The neo4j datamodel is inferred from the graphql schema and using the graphql schema the graphql requests are translated to Cypher. that bit is handled by the neo4j-graphql-js library. There's some more info here: <https://grandstack.io/docs/neo4j-graphql-js.html>", + type: 'message', + }, + id: '164239', + }, + { + attributes: { + createdAt: '2018-08-16T02:09:01Z', + id: '1534385341.000100', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'so then this is the file I need to focus on (along with the App.js and UserList.js files) as I work to use my own data? Are there any other files I should keep in mind?', + type: 'message', + }, + id: '164240', + }, + { + attributes: { + createdAt: '2018-08-16T02:12:09Z', + id: '1534385529.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'Changing the graphql schema is the first place to start. that will change the datamodel and the Cypher queries that are generated. you can experiment with the graphql api using graphql playground. then once you have the graphql api updated userlist.js and the other frontend stuff can be updated to use that graphql api', + type: 'message', + }, + id: '164241', + }, + { + attributes: { + createdAt: '2018-08-16T02:14:04Z', + id: '1534385644.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'graphql playground?', + type: 'message', + }, + id: '164242', + }, + { + attributes: { + createdAt: '2018-08-16T02:15:41Z', + id: '1534385741.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'once you have the api app running go to localhost:4000 in the browser. that will open graphql playground which is an interactive way to query and explore the graphql api (like postman)', + type: 'message', + }, + id: '164243', + }, + { + attributes: { + createdAt: '2018-08-16T02:16:28Z', + id: '1534385788.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'this thing: <https://github.com/prisma/graphql-playground>', + type: 'message', + }, + id: '164244', + }, + { + attributes: { + createdAt: '2018-08-16T02:17:45Z', + id: '1534385865.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'oh ok.\nand then i can also import my data through the Neo4j browser and change the graphql schema to incorporate it into the app (before doing the other front end stuff)?', + type: 'message', + }, + id: '164245', + }, + { + attributes: { + createdAt: '2018-08-16T03:55:48Z', + id: '1534391748.000100', + labels: ['Message', 'ThreadedMessage'], + text: "yes, that'll work. there are also mutation operations generated that allow you to load data via graphql", + type: 'message', + }, + id: '164246', + }, + { + attributes: { + createdAt: '2018-08-16T06:23:54Z', + id: '1534400634.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'also see these examples: <https://medium.freecodecamp.org/building-the-2018-world-cup-graphql-api-fab40ccecb9e>', + type: 'message', + }, + id: '164247', + }, + { + attributes: { + createdAt: '2018-08-16T06:24:02Z', + id: '1534400642.000100', + labels: ['Message', 'ThreadedMessage'], + text: '<https://blog.grandstack.io/graphql-apis-for-developer-communities-64ec1b4c0e18>', + type: 'message', + }, + id: '164248', + }, + { + attributes: { + createdAt: '2018-08-17T01:55:43Z', + id: '1534470943.000100', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J18KHB> Thank you!', + type: 'message', + }, + id: '164252', + }, + { + attributes: { + createdAt: '2018-08-18T16:49:41Z', + id: '1534610981.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'So I have been digging deeper and I was able to create a BusinessList pretty much copying over the UserList. While I understand how the ```avgStars``` and ```numStars``` are pulled in, I am a bit confused about how to handle the items like "friends" and "reviews" under UserList, and "reviews" and "categories" in graphql-schema.js\n\nWhat is the key when wanting to use these items?', + type: 'message', + }, + id: '164254', + }, + { + attributes: { + createdAt: '2018-08-18T21:55:23Z', + id: '1534629323.000100', + labels: ['Message', 'ThreadedMessage'], + text: 'Are those just descriptors of the relationships associated with that node?', + type: 'message', + }, + id: '164255', + }, + { + attributes: { + createdAt: '2019-09-03T19:51:46Z', + id: '1567540306.005100', + labels: ['Message'], + text: "any link to a custom mutation for neo4j-graphql-js?... I would like to write back to Neo4j, but keep getting permission error if I run a query. That's why I would like to try a mutation, but can't find anything in official docs", + type: 'message', + }, + id: '164451', + }, + { + attributes: { + createdAt: '2019-09-04T00:16:49Z', + id: '1567556209.005900', + labels: ['Message', 'ThreadedMessage'], + text: 'What’s the error you’re seeing?', + type: 'message', + }, + id: '164452', + }, + { + attributes: { + createdAt: '2019-09-04T08:05:27Z', + id: '1567584327.006100', + labels: ['Message', 'ThreadedMessage'], + text: "it doesn't allow me to write back to Neo4j", + type: 'message', + }, + id: '164453', + }, + { + attributes: { + createdAt: '2019-09-04T08:13:28Z', + id: '1567584808.006400', + labels: ['Message', 'ThreadedMessage'], + text: 'read operations work just fine', + type: 'message', + }, + id: '164454', + }, + { + attributes: { + createdAt: '2019-09-04T12:25:12Z', + id: '1567599912.007200', + labels: ['Message', 'ThreadedMessage'], + text: 'did you put it in the mutation type?', + type: 'message', + }, + id: '164456', + }, + { + attributes: { + createdAt: '2019-11-05T20:06:09Z', + id: '1572984369.011300', + labels: ['Message'], + text: 'I get this error message: `Resolve function for \\"_Neo4jTime.formatted\\" returned undefined`', + type: 'message', + }, + id: '164499', + }, + { + attributes: { + createdAt: '2019-11-05T20:16:29Z', + id: '1572984989.011500', + labels: ['Message', 'ThreadedMessage'], + text: 'So you want to implement the resolver yourself and not use the auto generated temporal types?', + type: 'message', + }, + id: '164500', + }, + { + attributes: { + createdAt: '2019-11-05T20:18:35Z', + id: '1572985115.011700', + labels: ['Message', 'ThreadedMessage'], + text: 'For this 1 case I have to create the resolver myself (since it is not reading the data from a neo4j base).', + type: 'message', + }, + id: '164501', + }, + { + attributes: { + createdAt: '2019-11-05T20:20:20Z', + id: '1572985220.011900', + labels: ['Message', 'ThreadedMessage'], + text: 'I suppose I need to create the Time object myself and add hours, minutes, seconds and formated properties myself.', + type: 'message', + }, + id: '164502', + }, + { + attributes: { + createdAt: '2019-11-05T20:24:19Z', + id: '1572985459.012100', + labels: ['Message', 'ThreadedMessage'], + text: 'yeah exactly', + type: 'message', + }, + id: '164503', + }, + { + attributes: { + createdAt: '2019-11-05T20:25:40Z', + id: '1572985540.012300', + labels: ['Message', 'ThreadedMessage'], + text: 'you’d need to implement the field level resolvers for that type', + type: 'message', + }, + id: '164504', + }, + { + attributes: { + createdAt: '2019-11-05T20:26:44Z', + id: '1572985604.012500', + labels: ['Message', 'ThreadedMessage'], + text: 'Do you know of any good examples that I can have a look at?', + type: 'message', + }, + id: '164505', + }, + { + attributes: { + createdAt: '2019-11-05T21:05:53Z', + id: '1572987953.012700', + labels: ['Message', 'ThreadedMessage'], + text: 'not for that specific case no, I can try to put together a codesandbox for it', + type: 'message', + }, + id: '164506', + }, + { + attributes: { + createdAt: '2019-11-05T21:14:06Z', + id: '1572988446.012900', + labels: ['Message', 'ThreadedMessage'], + text: 'I got it working', + type: 'message', + }, + id: '164507', + }, + { + attributes: { + createdAt: '2019-11-05T21:14:29Z', + id: '1572988469.013100', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks for guidance and for pointing me to the right direction', + type: 'message', + }, + id: '164508', + }, + { + attributes: { + createdAt: '2019-11-05T21:14:49Z', + id: '1572988489.013300', + labels: ['Message', 'ThreadedMessage'], + text: "``` TimeTest: {\n hour(parent: any, args: any, context: any, info: any) {\n return format(parent, 'HH');\n },\n minute(parent: any, args: any, context: any, info: any) {\n return format(parent, 'MM');\n },\n second(parent: any, args: any, context: any, info: any) {\n return format(parent, 'ss');\n },\n formatted(parent: any, args: any, context: any, info: any) {\n return format(parent, 'HH:MM:ss') + 'Z';\n },\n },```", + type: 'message', + }, + id: '164509', + }, + { + attributes: { + createdAt: '2019-11-05T21:15:10Z', + id: '1572988510.013500', + labels: ['Message', 'ThreadedMessage'], + text: 'Here is my TimeTest resolver', + type: 'message', + }, + id: '164510', + }, + { + attributes: { + createdAt: '2019-11-05T21:50:38Z', + id: '1572990638.013800', + labels: ['Message', 'ThreadedMessage'], + text: 'great!', + type: 'message', + }, + id: '164511', + }, + { + attributes: { + createdAt: '2019-11-08T17:28:35Z', + id: '1573234115.027600', + labels: ['Message'], + text: 'I have an existing graph in Neo4j that I’d like to expose via GraphQL, and it seems like there are multiple ways to do so. My one goal is to make it as generated/introspection driven as possible, so I don’t have to write and maintain a bunch of little handlers to update whenever I add to the schema. So the plugin looks easy. But I need to have an access control mechanism, with some basic filtering logic (e.g. each user is constrained to their view of the data). I’m curious - which mechanisms do people use in production? Or do I need to give in and write tons of little handlers with access control logic?', + type: 'message', + }, + id: '164534', + }, + { + attributes: { + createdAt: '2019-11-08T17:30:26Z', + id: '1573234226.027800', + labels: ['Message', 'ThreadedMessage'], + text: 'In terms of generating a GraphQL API from an existing neo4j database, see this example: <https://blog.grandstack.io/inferring-graphql-type-definitions-from-an-existing-neo4j-database-dadca2138b25>', + type: 'message', + }, + id: '164535', + }, + { + attributes: { + createdAt: '2019-11-08T17:31:08Z', + id: '1573234268.028100', + labels: ['Message', 'ThreadedMessage'], + text: 'For authorization rules, there are a few options depending on your requirements. If your auth rules can be expressed in terms of roles and scopes, see this example: <https://blog.grandstack.io/authorization-in-graphql-using-custom-schema-directives-eafa6f5b4658>', + type: 'message', + }, + id: '164536', + }, + { + attributes: { + createdAt: '2019-11-08T17:33:04Z', + id: '1573234384.028400', + labels: ['Message', 'ThreadedMessage'], + text: 'See this docs page which outlines some other options, such as injecting Cypher parameters from the request and middleware support for enforcing more custom auth rules: <https://grandstack.io/docs/neo4j-graphql-js-middleware-authorization.html>', + type: 'message', + }, + id: '164537', + }, + { + attributes: { + createdAt: '2019-11-11T04:25:04Z', + id: '1573446304.030700', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks <@U0975P59N> for the references. Reading!', + type: 'message', + }, + id: '164547', + }, + { + attributes: { + createdAt: '2019-11-11T10:28:43Z', + id: '1573468123.033400', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: "Hey, this is a really useful feature - I'm trying to use it to delete all the schema definitions I'd be maintaining by hand :sob: .\n\nThe only schema definitions that I should need to write myself are fields that use the `@cypher` directive, right?\n\nHow do I do this? I expect that I want to extend the type definition and pass the inferred schema and my extended types into the `makeAugmentedSchema` , but I can't seem to get my extended types working.", + type: 'message', + }, + id: '164552', + }, + { + attributes: { + createdAt: '2017-01-25T21:47:07Z', + id: '1485380827.003664', + labels: ['Message'], + text: 'Currently have a big set of data being stored in Google Datastore. I would like to write a Python script to migrate this data into Neo4j. Does anyone have any ideas on how to go about doing this?', + type: 'message', + }, + id: '185185', + }, + { + attributes: { + createdAt: '2017-01-25T23:09:42Z', + id: '1485385782.003714', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J18KHB> <@U08JH64PM>', + type: 'message', + }, + id: '185228', + }, + { + attributes: { + createdAt: '2017-01-25T23:12:23Z', + id: '1485385943.003716', + labels: ['Message', 'ThreadedMessage'], + text: 'Google Datastore spits out Json dumps right?', + type: 'message', + }, + id: '185229', + }, + { + attributes: { + createdAt: '2017-01-25T23:12:30Z', + id: '1485385950.003718', + labels: ['Message', 'ThreadedMessage'], + text: 'Have you looked at <http://www.markhneedham.com/blog/2015/07/23/neo4j-loading-json-documents-with-cypher/> for inspiration?', + type: 'message', + }, + id: '185230', + }, + { + attributes: { + createdAt: '2017-01-25T23:14:39Z', + id: '1485386079.003721', + labels: ['Message', 'ThreadedMessage'], + text: 'As far as I know, Datastore does not use Json', + type: 'message', + }, + id: '185231', + }, + { + attributes: { + createdAt: '2017-01-25T23:14:55Z', + id: '1485386095.003723', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08JH64PM>', + type: 'message', + }, + id: '185232', + }, + { + attributes: { + createdAt: '2017-01-26T03:51:54Z', + id: '1485402714.003725', + labels: ['Message', 'ThreadedMessage'], + text: 'Any ideas <@U08J18KHB> or <@U08JH64PM> ?', + type: 'message', + }, + id: '185233', + }, + { + attributes: { + createdAt: '2017-01-26T04:17:13Z', + id: '1485404233.003727', + labels: ['Message', 'ThreadedMessage'], + text: 'Ok, then what does it output in? Can you convert it to CSV files?', + type: 'message', + }, + id: '185234', + }, + { + attributes: { + createdAt: '2017-01-26T11:51:29Z', + id: '1485431489.003755', + labels: ['Message', 'ThreadedMessage'], + text: 'What APIs does the datastore have? In python you can use the offical driver or py2neo to import the data.', + type: 'message', + }, + id: '185262', + }, + { + attributes: { + createdAt: '2017-01-26T16:58:19Z', + id: '1485449899.003839', + labels: ['Message', 'ThreadedMessage'], + text: "<@U08JH64PM> it doesn't really output to anything. It is a NoSQL database", + type: 'message', + }, + id: '185316', + }, + { + attributes: { + createdAt: '2017-01-26T16:58:30Z', + id: '1485449910.003841', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J18KHB> <https://cloud.google.com/datastore/docs/apis>', + type: 'message', + }, + id: '185317', + }, + { + attributes: { + createdAt: '2017-01-26T16:58:43Z', + id: '1485449923.003843', + labels: ['Message', 'ThreadedMessage'], + text: "There is an API but I don't fully get your question", + type: 'message', + }, + id: '185318', + }, + { + attributes: { + createdAt: '2017-01-26T16:59:17Z', + id: '1485449957.003845', + labels: ['Message', 'ThreadedMessage'], + text: 'if it has an api, when you query it youget back a response right? csv? json? xml? whatever it is just needs to be parsed and fed into neo', + type: 'message', + }, + id: '185319', + }, + { + attributes: { + createdAt: '2017-01-27T20:16:22Z', + id: '1485548182.003911', + labels: ['Message', 'ThreadedMessage'], + text: "I'll have to look into that further", + type: 'message', + }, + id: '185383', + }, + { + attributes: { + createdAt: '2017-03-16T17:29:54Z', + id: '1489685394.165768', + labels: ['Message'], + text: 'When I start Neo4j I receive the message "Starting Neo4j failed: Component \'org.neo4j.server.database.LifecycleManagingDatabase@35d521bf\' was successfully initialized, but failed to start." Have you ever seen this ?', + type: 'message', + }, + id: '189044', + }, + { + attributes: { + createdAt: '2017-03-17T05:04:33Z', + id: '1489727073.580155', + labels: ['Message', 'ThreadedMessage'], + text: 'clara: Do you read log file?', + type: 'message', + }, + id: '189056', + }, + { + attributes: { + createdAt: '2017-03-17T08:57:20Z', + id: '1489741040.215216', + labels: ['Message'], + text: "<@U4KR9HK6G> Neo seems to be fairly relaxed about it, in that they want businesses using Neo4j for commercial use who can afford the enterprise version to get a commercial license. You can chat with a Neo representative here if you want to discuss your specific case. Otherwise, there's really no TECHNICAL limitation for getting and using the enterprise version, you should be able to download it and use it without any blockers.", + type: 'message', + }, + id: '189081', + }, + { + attributes: { + createdAt: '2017-03-17T09:02:11Z', + id: '1489741331.274856', + labels: ['Message', 'ThreadedMessage'], + text: 'andrew.bowman: haha, thank you! I can actually solve it by making the DB in a read only state after we finish put data into it. It is for a presentation', + type: 'message', + }, + id: '189086', + }, + { + attributes: { + createdAt: '2017-03-17T09:04:25Z', + id: '1489741465.301149', + labels: ['Message', 'ThreadedMessage'], + text: "Great, that's a good solution!", + type: 'message', + }, + id: '189093', + }, + { + attributes: { + createdAt: '2017-03-17T10:14:02Z', + id: '1489745642.156996', + labels: ['Message', 'ThreadedMessage'], + text: 'maybe you are running 1 more instance on the same port', + type: 'message', + }, + id: '189135', + }, + { + attributes: { + createdAt: '2017-03-20T08:51:26Z', + id: '1489999886.719504', + labels: ['Message', 'ThreadedMessage'], + text: '<@U4K9GEM99> use <http://pastebin.com/> and share log file', + type: 'message', + }, + id: '189307', + }, + { + attributes: { + createdAt: '2017-05-23T09:22:03Z', + id: '1495531323.209115', + labels: ['Message'], + text: "<@U59PZLVKL> Hello there. If you're using the Neo4j browser ... it does show a message like `Started streaming 6 records after 2 ms and completed after 3 ms.` for every query. Is that what you are looking for ?", + type: 'message', + }, + id: '194549', + }, + { + attributes: { + createdAt: '2017-05-23T09:47:43Z', + id: '1495532863.588587', + labels: ['Message', 'ThreadedMessage'], + text: 'tom.geudens: HI Tom. I dont see it. how to show it?', + type: 'message', + }, + id: '194551', + }, + { + attributes: { + createdAt: '2017-05-23T09:49:13Z', + id: '1495532953.610235', + labels: ['Message', 'ThreadedMessage'], + text: 'Execute the query, then select the rows, text or code tab.', + type: 'message', + }, + id: '194552', + }, + { + attributes: { + createdAt: '2017-05-23T09:50:07Z', + id: '1495533007.623909', + labels: ['Message', 'ThreadedMessage'], + text: 'I see it. Thank you', + type: 'message', + }, + id: '194553', + }, + { + attributes: { + createdAt: '2017-06-05T19:32:34Z', + id: '1496691154.353378', + labels: ['Message'], + text: 'that command works for me in the Neo4j browser', + type: 'message', + }, + id: '195536', + }, + { + attributes: { + createdAt: '2017-06-05T19:53:12Z', + id: '1496692392.754062', + labels: ['Message', 'ThreadedMessage'], + text: 'nevermind - I found out that the GrapheneDB through Heroku Addons uses 3.1.2, where the docs I was reading was for 3.2 :confused:', + type: 'message', + }, + id: '195540', + }, + { + attributes: { + createdAt: '2017-06-05T19:55:21Z', + id: '1496692521.797479', + labels: ['Message', 'ThreadedMessage'], + text: 'that being said, in an attempt to build a schema, anyone know how to create composite (multiple property) indexes using NodeJS and `neo4j-driver`', + type: 'message', + }, + id: '195541', + }, + { + attributes: { + createdAt: '2017-06-19T10:13:22Z', + id: '1497867202.233780', + labels: ['Message'], + text: 'Need help on how to use Neo4j with elasticsearch', + type: 'message', + }, + id: '196517', + }, + { + attributes: { + createdAt: '2017-06-19T10:31:11Z', + id: '1497868271.459697', + labels: ['Message', 'ThreadedMessage'], + text: 'manu.bansal87: email my friend <mailto:maitiu.ociarain@cognitiox.io|maitiu.ociarain@cognitiox.io>', + type: 'message', + }, + id: '196522', + }, + { + attributes: { + createdAt: '2017-06-19T10:32:02Z', + id: '1497868322.470626', + labels: ['Message', 'ThreadedMessage'], + text: 'And as a starting point, there is this page : <https://neo4j.com/developer/elastic-search/>', + type: 'message', + }, + id: '196523', + }, + { + attributes: { + createdAt: '2017-06-19T10:39:46Z', + id: '1497868786.565233', + labels: ['Message', 'ThreadedMessage'], + text: '<@U4XTARYLD> email ?', + type: 'message', + }, + id: '196525', + }, + { + attributes: { + createdAt: '2017-06-19T10:40:07Z', + id: '1497868807.569544', + labels: ['Message', 'ThreadedMessage'], + text: '<@U5V5JCTDX> <mailto:maitiu.ociarain@cognitiox.io|maitiu.ociarain@cognitiox.io>', + type: 'message', + }, + id: '196526', + }, + { + attributes: { + createdAt: '2017-06-19T10:42:34Z', + id: '1497868954.599067', + labels: ['Message', 'ThreadedMessage'], + text: "<@U08N07MQB> -> i didn't find it useful", + type: 'message', + }, + id: '196527', + }, + { + attributes: { + createdAt: '2017-06-19T10:42:48Z', + id: '1497868968.602048', + labels: ['Message', 'ThreadedMessage'], + text: 'my data is in elasticsearch', + type: 'message', + }, + id: '196528', + }, + { + attributes: { + createdAt: '2017-06-19T10:43:18Z', + id: '1497868998.607730', + labels: ['Message', 'ThreadedMessage'], + text: 'i want to visualize relationships present in my elasticsearch data using Neo4j', + type: 'message', + }, + id: '196529', + }, + { + attributes: { + createdAt: '2017-06-19T10:43:47Z', + id: '1497869027.613467', + labels: ['Message', 'ThreadedMessage'], + text: '<@U4XTARYLD> Mail delivery failed', + type: 'message', + }, + id: '196530', + }, + { + attributes: { + createdAt: '2017-06-19T11:13:49Z', + id: '1497870829.974521', + labels: ['Message', 'ThreadedMessage'], + text: '<@U5V5JCTDX> <mailto:maitiu.ociarain@cognitionx.io|maitiu.ociarain@cognitionx.io>', + type: 'message', + }, + id: '196533', + }, + { + attributes: { + createdAt: '2017-06-19T11:13:57Z', + id: '1497870837.975808', + labels: ['Message', 'ThreadedMessage'], + text: 'i was missing an “n†on cognitionx :slightly_smiling_face:', + type: 'message', + }, + id: '196534', + }, + { + attributes: { + createdAt: '2017-06-19T11:20:36Z', + id: '1497871236.051025', + labels: ['Message', 'ThreadedMessage'], + text: '<@U4XTARYLD> : Done.. Thanks !!', + type: 'message', + }, + id: '196535', + }, + { + attributes: { + createdAt: '2017-06-19T11:22:59Z', + id: '1497871379.078459', + labels: ['Message', 'ThreadedMessage'], + text: ':+1:', + type: 'message', + }, + id: '196536', + }, + { + attributes: { + createdAt: '2017-06-20T10:09:24Z', + id: '1497953364.021334', + labels: ['Message', 'ThreadedMessage'], + text: '<@U4XTARYLD> : I am also having the same scenario, how i can index the relationship among object in Elastic Search ?', + type: 'message', + }, + id: '196631', + }, + { + attributes: { + createdAt: '2017-06-23T05:54:15Z', + id: '1498197255.197194', + labels: ['Message'], + text: "You shouldn't be using the `START` clause after Neo4j 2.3.x", + type: 'message', + }, + id: '196936', + }, + { + attributes: { + createdAt: '2017-06-23T07:12:18Z', + id: '1498201938.824202', + labels: ['Message', 'ThreadedMessage'], + text: 'maxdemarzi: I clear database\n/var/lib/neo4j/data/databases/graph.db\nand everything works again', + type: 'message', + }, + id: '196945', + }, + { + attributes: { + createdAt: '2017-08-07T10:23:48Z', + id: '1502101428.251926', + labels: ['Message'], + text: 'What do end users do with Neo4j? I have a graph: it works. If I give the URL to an end user, do they open their browser, load the graph, then copy/paste queries into the browser window?', + type: 'message', + }, + id: '200225', + }, + { + attributes: { + createdAt: '2017-08-07T15:17:50Z', + id: '1502119070.463886', + labels: ['Message', 'ThreadedMessage'], + text: "It depends upon how you want to expose it. The kind of open access you mentioned doesn't sound very secure, this is like having a relational db and then providing public access to everyone to query", + type: 'message', + }, + id: '200355', + }, + { + attributes: { + createdAt: '2017-08-07T15:19:34Z', + id: '1502119174.522247', + labels: ['Message', 'ThreadedMessage'], + text: 'Often neo4j is used like any other db, where the server is the only one directly interacting, with some API being called from the actual application which hits the db as needed with the relevant queries', + type: 'message', + }, + id: '200356', + }, + { + attributes: { + createdAt: '2017-08-07T15:20:29Z', + id: '1502119229.553222', + labels: ['Message', 'ThreadedMessage'], + text: 'Or you could have some front end that interacts closer to neo4j, like some kind of visualizer, which may be able to feed (read-only) queries directly to the db', + type: 'message', + }, + id: '200357', + }, + { + attributes: { + createdAt: '2017-09-25T05:25:38Z', + id: '1506317138.000045', + labels: ['Message'], + text: "hey guys i've loaded the NASA doctopics database from <https://github.com/davidmeza1/doctopics/tree/master/neo4jdb/RNeo4jDB> ..... set dbms.allow_format_migration=true and upgrade the data files ok ... but the node labels don't seem to have come through correctly ....", + type: 'message', + }, + id: '203980', + }, + { + attributes: { + createdAt: '2017-09-25T08:06:32Z', + id: '1506326792.000175', + labels: ['Message', 'ThreadedMessage'], + text: 'can you check if the indexes are available with ":schema"', + type: 'message', + }, + id: '203994', + }, + { + attributes: { + createdAt: '2017-09-25T08:06:58Z', + id: '1506326818.000263', + labels: ['Message', 'ThreadedMessage'], + text: 'can you send us a zipped version of your backup to investitage?', + type: 'message', + }, + id: '203995', + }, + { + attributes: { + createdAt: '2017-09-25T08:07:22Z', + id: '1506326842.000341', + labels: ['Message', 'ThreadedMessage'], + text: 'indexes are rebuilt at restart so you could just delete the schema and index directories.', + type: 'message', + }, + id: '203996', + }, + { + attributes: { + createdAt: '2017-11-03T09:37:14Z', + id: '1509701834.000375', + labels: ['Message'], + text: 'Why does adding Gson to my Extension cause Neo4j to crash?', + type: 'message', + }, + id: '207292', + }, + { + attributes: { + createdAt: '2017-11-03T09:37:43Z', + id: '1509701863.000257', + labels: ['Message', 'ThreadedMessage'], + text: 'is there something in the logs ?', + type: 'message', + }, + id: '207293', + }, + { + attributes: { + createdAt: '2017-11-03T09:37:56Z', + id: '1509701876.000216', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes "Multiple Exceptions"', + type: 'message', + }, + id: '207294', + }, + { + attributes: { + createdAt: '2017-11-03T09:38:24Z', + id: '1509701904.000014', + labels: ['Message', 'ThreadedMessage'], + text: 'can you share them ?', + type: 'message', + }, + id: '207295', + }, + { + attributes: { + createdAt: '2017-11-03T09:38:33Z', + id: '1509701913.000105', + labels: ['Message', 'ThreadedMessage'], + text: '2017-11-03 09:39:02.836+0000 ERROR [o.n.s.CommunityNeoServer] Failed to start Neo4j on 127.0.0.1:7474: Multiple exceptions', + type: 'message', + }, + id: '207296', + }, + { + attributes: { + createdAt: '2017-11-03T09:39:17Z', + id: '1509701957.000129', + labels: ['Message', 'ThreadedMessage'], + text: 'is it the `debug.log` file ?', + type: 'message', + }, + id: '207297', + }, + { + attributes: { + createdAt: '2017-11-03T09:39:23Z', + id: '1509701963.000252', + labels: ['Message', 'ThreadedMessage'], + text: 'neo4j.log', + type: 'message', + }, + id: '207298', + }, + { + attributes: { + createdAt: '2017-11-03T09:39:56Z', + id: '1509701996.000342', + labels: ['Message', 'ThreadedMessage'], + text: 'can you take a look at the `debug.log` file ?', + type: 'message', + }, + id: '207299', + }, + { + attributes: { + createdAt: '2017-11-03T09:40:05Z', + id: '1509702005.000021', + labels: ['Message', 'ThreadedMessage'], + text: 'you should see some stacktrace', + type: 'message', + }, + id: '207300', + }, + { + attributes: { + createdAt: '2017-11-03T09:40:05Z', + id: '1509702005.000103', + labels: ['Message', 'ThreadedMessage'], + text: 'where is it located?', + type: 'message', + }, + id: '207301', + }, + { + attributes: { + createdAt: '2017-11-03T09:40:12Z', + id: '1509702012.000378', + labels: ['Message', 'ThreadedMessage'], + text: 'you are on windows ?', + type: 'message', + }, + id: '207302', + }, + { + attributes: { + createdAt: '2017-11-03T09:40:15Z', + id: '1509702015.000207', + labels: ['Message', 'ThreadedMessage'], + text: 'yes', + type: 'message', + }, + id: '207303', + }, + { + attributes: { + createdAt: '2017-11-03T09:40:16Z', + id: '1509702016.000100', + labels: ['Message', 'ThreadedMessage'], + text: '10', + type: 'message', + }, + id: '207304', + }, + { + attributes: { + createdAt: '2017-11-03T09:41:05Z', + id: '1509702065.000128', + labels: ['Message', 'ThreadedMessage'], + text: "from what I remember it's into your `graph.db` folder, something like `graph.db/logs/debug.log`", + type: 'message', + }, + id: '207305', + }, + { + attributes: { + createdAt: '2017-11-03T09:42:15Z', + id: '1509702135.000110', + labels: ['Message', 'ThreadedMessage'], + text: 'Found it, what am i looking for?', + type: 'message', + }, + id: '207306', + }, + { + attributes: { + createdAt: '2017-11-03T09:43:03Z', + id: '1509702183.000066', + labels: ['Message', 'ThreadedMessage'], + text: 'to some java stack trace :slightly_smiling_face:', + type: 'message', + }, + id: '207307', + }, + { + attributes: { + createdAt: '2017-11-03T09:43:15Z', + id: '1509702195.000253', + labels: ['Message', 'ThreadedMessage'], + text: 'skimming through it, nothing in the debug log is recent', + type: 'message', + }, + id: '207308', + }, + { + attributes: { + createdAt: '2017-11-03T09:43:29Z', + id: '1509702209.000234', + labels: ['Message', 'ThreadedMessage'], + text: 'last entry is from yesterday', + type: 'message', + }, + id: '207309', + }, + { + attributes: { + createdAt: '2017-11-03T09:45:28Z', + id: '1509702328.000029', + labels: ['Message', 'ThreadedMessage'], + text: 'Okey ammendment. found the appropriate debug log', + type: 'message', + }, + id: '207310', + }, + { + attributes: { + createdAt: '2017-11-03T09:45:38Z', + id: '1509702338.000137', + labels: ['Message', 'ThreadedMessage'], + text: "OK, let's do it on another way: what version of gson have you added ?", + type: 'message', + }, + id: '207311', + }, + { + attributes: { + createdAt: '2017-11-03T09:45:42Z', + id: '1509702342.000177', + labels: ['Message', 'ThreadedMessage'], + text: "however i can't find any errors in teh debug log, at least no obvious ones", + type: 'message', + }, + id: '207312', + }, + { + attributes: { + createdAt: '2017-11-03T09:45:57Z', + id: '1509702357.000243', + labels: ['Message', 'ThreadedMessage'], + text: 'have you added the same version as Neo4j ?', + type: 'message', + }, + id: '207313', + }, + { + attributes: { + createdAt: '2017-11-03T09:46:11Z', + id: '1509702371.000171', + labels: ['Message', 'ThreadedMessage'], + text: '2.9.2', + type: 'message', + }, + id: '207314', + }, + { + attributes: { + createdAt: '2017-11-03T09:46:14Z', + id: '1509702374.000114', + labels: ['Message', 'ThreadedMessage'], + text: '2.8.2*', + type: 'message', + }, + id: '207315', + }, + { + attributes: { + createdAt: '2017-11-03T09:46:31Z', + id: '1509702391.000096', + labels: ['Message', 'ThreadedMessage'], + text: '<https://github.com/neo4j/neo4j/blob/13515c716d91210e8fa2a00d4c623f69198beaf1/pom.xml#L865-L869>', + type: 'message', + }, + id: '207317', + }, + { + attributes: { + createdAt: '2017-11-03T09:47:24Z', + id: '1509702444.000196', + labels: ['Message', 'ThreadedMessage'], + text: 'Neo4j is using the `2.2.4`, and I think they are not compatible', + type: 'message', + }, + id: '207318', + }, + { + attributes: { + createdAt: '2017-11-03T09:48:08Z', + id: '1509702488.000243', + labels: ['Message', 'ThreadedMessage'], + text: 'still same error', + type: 'message', + }, + id: '207319', + }, + { + attributes: { + createdAt: '2017-11-03T09:48:20Z', + id: '1509702500.000038', + labels: ['Message', 'ThreadedMessage'], + text: 'Starting Neo4j failed: Component \'org.neo4j.server.AbstractNeoServer$ServerComponentsLifecycleAdapter@c566d3c\' was successfully initialized, but failed to start. Please see the attached cause exception "com.google.gson.Gson".', + type: 'message', + }, + id: '207320', + }, + { + attributes: { + createdAt: '2017-11-03T09:51:14Z', + id: '1509702674.000425', + labels: ['Message', 'ThreadedMessage'], + text: "you have a stacktrace somewhere, and normally it's in the `debug.log`. But it's a progress, you don't have anymore the \"Multiple exception\" :slightly_smiling_face:", + type: 'message', + }, + id: '207324', + }, + { + attributes: { + createdAt: '2017-11-03T09:53:00Z', + id: '1509702780.000153', + labels: ['Message', 'ThreadedMessage'], + text: 'Not that i can find', + type: 'message', + }, + id: '207326', + }, + { + attributes: { + createdAt: '2017-11-03T10:01:34Z', + id: '1509703294.000342', + labels: ['Message', 'ThreadedMessage'], + text: 'do you have a `debug.log`into `%APPDATA%\\Neo4j Community Edition\\logs\\` ?', + type: 'message', + }, + id: '207333', + }, + { + attributes: { + createdAt: '2017-11-03T10:02:03Z', + id: '1509703323.000134', + labels: ['Message', 'ThreadedMessage'], + text: 'No only a neo4j.log file', + type: 'message', + }, + id: '207334', + }, + { + attributes: { + createdAt: '2017-11-03T10:12:25Z', + id: '1509703945.000244', + labels: ['Message', 'ThreadedMessage'], + text: "humm, I don't know what to do now ... without the stack I can't figure what is the error, and so I can't find a solution", + type: 'message', + }, + id: '207336', + }, + { + attributes: { + createdAt: '2017-11-03T10:13:01Z', + id: '1509703981.000206', + labels: ['Message', 'ThreadedMessage'], + text: 'Gonna patch the server to a newer version. see if that helps', + type: 'message', + }, + id: '207337', + }, + { + attributes: { + createdAt: '2017-11-03T10:13:37Z', + id: '1509704017.000124', + labels: ['Message', 'ThreadedMessage'], + text: 'what version are you using ?', + type: 'message', + }, + id: '207338', + }, + { + attributes: { + createdAt: '2017-11-03T10:13:41Z', + id: '1509704021.000224', + labels: ['Message', 'ThreadedMessage'], + text: '3.2.5', + type: 'message', + }, + id: '207339', + }, + { + attributes: { + createdAt: '2017-11-03T10:41:39Z', + id: '1509705699.000228', + labels: ['Message', 'ThreadedMessage'], + text: 'You still there?', + type: 'message', + }, + id: '207346', + }, + { + attributes: { + createdAt: '2017-11-03T10:42:21Z', + id: '1509705741.000142', + labels: ['Message', 'ThreadedMessage'], + text: 'I ran it in 3.3.0 and got a proper stack trace', + type: 'message', + }, + id: '207347', + }, + { + attributes: { + createdAt: '2017-11-03T10:42:34Z', + id: '1509705754.000170', + labels: ['Message', 'ThreadedMessage'], + text: 'FAILED o.e.j.s.ServletContextHandler@271a140c{/examples/unmanaged,null,STARTING}: java.lang.NoClassDefFoundError: Lcom/google/gson/Gson; Lcom/google/gson/Gson;\njava.lang.NoClassDefFoundError: Lcom/google/gson/Gson;', + type: 'message', + }, + id: '207348', + }, + { + attributes: { + createdAt: '2017-11-03T10:43:36Z', + id: '1509705816.000165', + labels: ['Message', 'ThreadedMessage'], + text: 'a class not found exception ...', + type: 'message', + }, + id: '207351', + }, + { + attributes: { + createdAt: '2017-11-03T10:44:16Z', + id: '1509705856.000457', + labels: ['Message', 'ThreadedMessage'], + text: 'Does that help narrow down the issue?', + type: 'message', + }, + id: '207352', + }, + { + attributes: { + createdAt: '2017-11-03T10:45:55Z', + id: '1509705955.000001', + labels: ['Message', 'ThreadedMessage'], + text: 'is your project open-source ? (ie. can I see the code ?)', + type: 'message', + }, + id: '207353', + }, + { + attributes: { + createdAt: '2017-11-03T10:46:24Z', + id: '1509705984.000047', + labels: ['Message', 'ThreadedMessage'], + text: 'its not open-source', + type: 'message', + }, + id: '207354', + }, + { + attributes: { + createdAt: '2017-11-03T10:48:54Z', + id: '1509706134.000320', + labels: ['Message', 'ThreadedMessage'], + text: 'I would have to involve my boss to expose the project', + type: 'message', + }, + id: '207355', + }, + { + attributes: { + createdAt: '2017-11-03T10:49:00Z', + id: '1509706140.000390', + labels: ['Message', 'ThreadedMessage'], + text: 'can you give me your pom.xml file ?', + type: 'message', + }, + id: '207356', + }, + { + attributes: { + createdAt: '2017-11-03T10:49:07Z', + id: '1509706147.000149', + labels: ['Message', 'ThreadedMessage'], + text: 'that i can', + type: 'message', + }, + id: '207357', + }, + { + attributes: { + createdAt: '2017-11-03T10:49:34Z', + id: '1509706174.000045', + labels: ['Message', 'ThreadedMessage'], + text: '<dependency>\n <groupId>org.neo4j.3rdparty.javax.ws.rs</groupId>\n <artifactId>jsr311-api</artifactId>\n <version>1.1.2.r612</version>\n <scope>provided</scope>\n </dependency>\n <dependency>\n <groupId>org.neo4j</groupId>\n <artifactId>neo4j</artifactId>\n <version>3.3.0-alpha07</version>\n <scope>provided</scope>\n </dependency>\n <dependency>\n <groupId>org.codehaus.jackson</groupId>\n <artifactId>jackson-mapper-asl</artifactId>\n <version>1.9.13</version>\n </dependency>\n <dependency>\n <groupId>com.google.code.gson</groupId>\n <artifactId>gson</artifactId>\n <version>2.2.4</version>\n </dependency>', + type: 'message', + }, + id: '207358', + }, + { + attributes: { + createdAt: '2017-11-03T10:50:50Z', + id: '1509706250.000047', + labels: ['Message', 'ThreadedMessage'], + text: 'I need to see also how you package your lib', + type: 'message', + }, + id: '207359', + }, + { + attributes: { + createdAt: '2017-11-03T10:51:19Z', + id: '1509706279.000343', + labels: ['Message', 'ThreadedMessage'], + text: 'jar', + type: 'message', + }, + id: '207360', + }, + { + attributes: { + createdAt: '2017-11-03T10:51:40Z', + id: '1509706300.000241', + labels: ['Message', 'ThreadedMessage'], + text: 'are you using assembly / shade plugin ?', + type: 'message', + }, + id: '207361', + }, + { + attributes: { + createdAt: '2017-11-03T10:52:20Z', + id: '1509706340.000290', + labels: ['Message', 'ThreadedMessage'], + text: 'not sure what Netbeans use to be honest', + type: 'message', + }, + id: '207364', + }, + { + attributes: { + createdAt: '2017-11-03T10:55:35Z', + id: '1509706535.000116', + labels: ['Message', 'ThreadedMessage'], + text: 'you should have something like that in your pom.xml \n```\n<build>\n <plugins>\n <plugin>\n <artifactId>maven-shade-plugin</artifactId>\n <version>2.4.3</version>\n <executions>\n <execution>\n <phase>package</phase>\n <goals>\n <goal>shade</goal>\n </goals>\n </execution>\n </executions>\n </plugin>\n </plugins>\n </build>\n```', + type: 'message', + }, + id: '207367', + }, + { + attributes: { + createdAt: '2017-11-03T10:55:42Z', + id: '1509706542.000033', + labels: ['Message', 'ThreadedMessage'], + text: '<?xml version="1.0" encoding="UTF-8"?>\n<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\n <modelVersion>4.0.0</modelVersion>\n <groupId>{Redacted}</groupId>\n <artifactId>{Redacted}</artifactId>\n <version>{Redacted}</version>\n <packaging>jar</packaging>\n \n <dependencies>\n <!-- <dependency>\n <groupId>javax</groupId>\n <artifactId>javaee-web-api</artifactId>\n <version>8.0</version>\n <scope>provided</scope>\n </dependency>-->\n<!-- <dependency>\n \n <groupId>com.graphaware.neo4j</groupId>\n <artifactId></artifactId>\n \n </dependency>-->\n<!-- <dependency>\n <groupId>com.fasterxml.jackson.jaxrs</groupId>\n <artifactId>jackson-jaxrs-json-provider</artifactId>\n <version>2.9.2</version>\n </dependency>-->\n <dependency>\n <groupId>org.neo4j.3rdparty.javax.ws.rs</groupId>\n <artifactId>jsr311-api</artifactId>\n <version>1.1.2.r612</version>\n <scope>provided</scope>\n </dependency>\n <dependency>\n <groupId>org.neo4j</groupId>\n <artifactId>neo4j</artifactId>\n <version>3.3.0-alpha07</version>\n <scope>provided</scope>\n </dependency>\n <dependency>\n <groupId>org.codehaus.jackson</groupId>\n <artifactId>jackson-mapper-asl</artifactId>\n <version>1.9.13</version>\n </dependency>\n <dependency>\n <groupId>com.google.code.gson</groupId>\n <artifactId>gson</artifactId>\n <version>2.2.4</version>\n </dependency>\n \n </dependencies>\n \n \n <properties>\n <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\n <maven.compiler.source>1.8</maven.compiler.source>\n <maven.compiler.target>1.8</maven.compiler.target>\n </properties>\n</project', + type: 'message', + }, + id: '207368', + }, + { + attributes: { + createdAt: '2017-11-03T11:00:42Z', + id: '1509706842.000287', + labels: ['Message', 'ThreadedMessage'], + text: 'Adding that seems to have done the trick', + type: 'message', + }, + id: '207369', + }, + { + attributes: { + createdAt: '2017-11-03T11:01:47Z', + id: '1509706907.000162', + labels: ['Message', 'ThreadedMessage'], + text: 'so now when you create your jar, all its deps are included in it', + type: 'message', + }, + id: '207370', + }, + { + attributes: { + createdAt: '2017-11-03T11:02:01Z', + id: '1509706921.000256', + labels: ['Message', 'ThreadedMessage'], + text: 'Neo4j starts without any exceptions now', + type: 'message', + }, + id: '207371', + }, + { + attributes: { + createdAt: '2017-11-03T11:02:07Z', + id: '1509706927.000190', + labels: ['Message', 'ThreadedMessage'], + text: 'cool !', + type: 'message', + }, + id: '207372', + }, + { + attributes: { + createdAt: '2017-11-03T11:02:12Z', + id: '1509706932.000366', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks for the help', + type: 'message', + }, + id: '207373', + }, + { + attributes: { + createdAt: '2017-11-03T11:02:40Z', + id: '1509706960.000081', + labels: ['Message', 'ThreadedMessage'], + text: "you're welcome", + type: 'message', + }, + id: '207374', + }, + { + attributes: { + createdAt: '2017-11-03T11:02:42Z', + id: '1509706962.000240', + labels: ['Message', 'ThreadedMessage'], + text: "I looked everywhere for any information related to why this didn't work. Maybe add this information to the help page?", + type: 'message', + }, + id: '207375', + }, + { + attributes: { + createdAt: '2017-11-03T11:03:02Z', + id: '1509706982.000077', + labels: ['Message', 'ThreadedMessage'], + text: "for unmanaged extensions. It might be common knowledge, but i sure didn't know it", + type: 'message', + }, + id: '207376', + }, + { + attributes: { + createdAt: '2017-11-03T11:03:03Z', + id: '1509706983.000077', + labels: ['Message', 'ThreadedMessage'], + text: 'and just a stupid question : why are you creating an unmanaged extension ?', + type: 'message', + }, + id: '207377', + }, + { + attributes: { + createdAt: '2017-11-03T11:03:22Z', + id: '1509707002.000397', + labels: ['Message', 'ThreadedMessage'], + text: 'Rest api', + type: 'message', + }, + id: '207378', + }, + { + attributes: { + createdAt: '2017-11-03T11:03:24Z', + id: '1509707004.000135', + labels: ['Message', 'ThreadedMessage'], + text: "you can't access to Neo4j via bolt ?", + type: 'message', + }, + id: '207379', + }, + { + attributes: { + createdAt: '2017-11-03T11:04:16Z', + id: '1509707056.000101', + labels: ['Message', 'ThreadedMessage'], + text: 'we probably can', + type: 'message', + }, + id: '207380', + }, + { + attributes: { + createdAt: '2017-11-03T11:04:18Z', + id: '1509707058.000286', + labels: ['Message', 'ThreadedMessage'], + text: 'was not my decision', + type: 'message', + }, + id: '207381', + }, + { + attributes: { + createdAt: '2017-11-03T11:05:08Z', + id: '1509707108.000008', + labels: ['Message', 'ThreadedMessage'], + text: 'well thanks for the help', + type: 'message', + }, + id: '207382', + }, + { + attributes: { + createdAt: '2017-11-03T11:06:12Z', + id: '1509707172.000094', + labels: ['Message', 'ThreadedMessage'], + text: 'FYI : we only use unmanaged extension for specific case now. The main way now when you need to have access to the java graph api, is to create some procedures', + type: 'message', + }, + id: '207383', + }, + { + attributes: { + createdAt: '2017-11-03T11:06:36Z', + id: '1509707196.000413', + labels: ['Message', 'ThreadedMessage'], + text: "Hmm. I'll look into that, see if it serves us better", + type: 'message', + }, + id: '207384', + }, + { + attributes: { + createdAt: '2017-11-03T11:06:50Z', + id: '1509707210.000148', + labels: ['Message', 'ThreadedMessage'], + text: 'do you have a URL for information on how to go about it?', + type: 'message', + }, + id: '207385', + }, + { + attributes: { + createdAt: '2017-11-03T11:07:23Z', + id: '1509707243.000163', + labels: ['Message', 'ThreadedMessage'], + text: 'we have interns here that are learning, so as basic as possible would be best', + type: 'message', + }, + id: '207386', + }, + { + attributes: { + createdAt: '2017-11-03T13:08:42Z', + id: '1509714522.000025', + labels: ['Message', 'ThreadedMessage'], + text: "if you need to have REST API, you can simply create a web application (with play!, spring boot or whatever) witch is connected to Neo4j via our driver (or you can use sping data neo4j). So you see it's the same as a usual database project :slightly_smiling_face:", + type: 'message', + }, + id: '207393', + }, + { + attributes: { + createdAt: '2017-11-03T14:42:46Z', + id: '1509720166.000036', + labels: ['Message'], + text: '<@U08J5DPMG> thanks for reply, I noticed you mentioned document DB - for Mongo DB, our data is just like financial data just numbers that are pulled down from APIs and then we make some quick bidding decisions and send it back (from Neo4j we can get some more decisions/recommendations that originate from big data using Neo4j algorithms, should this quiry fail we will have Mongo DB just execute based on their info). Having that in mind that Mongo DB will be handling simple nr decisions on VPS does it still sound like the best choice or would you fully do everything on Neo4j or have 2 Neo4j instances.', + type: 'message', + }, + id: '207429', + }, + { + attributes: { + createdAt: '2017-11-03T15:16:29Z', + id: '1509722189.000600', + labels: ['Message', 'ThreadedMessage'], + text: 'I’ll go with neo4j only, but we should deepdive a bit more on the requirements', + type: 'message', + }, + id: '207433', + }, + { + attributes: { + createdAt: '2017-11-03T15:59:50Z', + id: '1509724790.000479', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks for help I will PM you', + type: 'message', + }, + id: '207435', + }, + { + attributes: { + createdAt: '2017-11-09T01:51:33Z', + id: '1510192293.000102', + labels: ['Message'], + text: 'hello everyone ,I’m working on a customized project which need to show graph visualization,Which tool should I use to achieve it ? D3.js ? Neo4j native api or something else? #NEED HELP#', + type: 'message', + }, + id: '208013', + }, + { + attributes: { + createdAt: '2017-11-09T01:56:35Z', + id: '1510192595.000003', + labels: ['Message', 'ThreadedMessage'], + text: 'this is a good starting point: <https://github.com/johnymontana/neovis.js>', + type: 'message', + }, + id: '208017', + }, + { + attributes: { + createdAt: '2017-11-09T02:17:25Z', + id: '1510193845.000149', + labels: ['Message', 'ThreadedMessage'], + text: ':stuck_out_tongue_closed_eyes: <@U08J18KHB> thhhhhhhhhhhanks', + type: 'message', + }, + id: '208019', + }, + { + attributes: { + createdAt: '2017-11-09T12:17:14Z', + id: '1510229834.000310', + labels: ['Message', 'ThreadedMessage'], + text: '<@U6A2D93DF> If you have the plugin APOC, you can use `call apoc.gephi.add()` command. More details:\nFirst make sure that the ‘graph streaming’ plugin in Gephi is installed\nThen add the following to neo4j.conf\n```\ndbms.security.procedures.unrestricted=apoc.*\napoc.import.file.enabled=true\n```\nThen in Gephi click on ‘streaming’, then right click on ‘Master Server’, then on start\nThen add the following in neo4j (for example):\n```\nMATCH path = (n)--()\nwith collect(path) as paths\ncall apoc.gephi.add(null,"workspace1",paths) yield nodes, relationships\nreturn nodes, relationships;\n```\nThen you should see the graph populating in Gephi', + type: 'message', + }, + id: '208038', + }, + { + attributes: { + createdAt: '2017-11-10T14:59:21Z', + id: '1510325961.000528', + labels: ['Message'], + text: '<@U7XQCB9R9> Take a look at part 1 and 2 of <https://maxdemarzi.com/2017/03/30/building-a-twitter-clone-with-neo4j-part-one/> and you can see how to build your own API directly on Neo4j ala micro-service.', + type: 'message', + }, + id: '208090', + }, + { + attributes: { + createdAt: '2017-11-10T18:55:08Z', + id: '1510340108.000012', + labels: ['Message', 'ThreadedMessage'], + text: 'Wow, this is an absolute gold mine. I think I’ll be digging in deep here.\n\nAfter combing through parts 1-4 or so I still have these questions (maybe I just overlooked their answers):\n\n(1) Where does the user session management happen on the backend? Like in Rails, managing the session cookie and such.\n\n(2) Maybe related: how do these Java classes (like for the User API) snap into whatever web server they’re running under? (I’m inferring that Neo4J _is_ the web server and that these classes are extensions that handle the custom routes you’ve defined, but I don’t see where the hookup part is that actually makes your classes runnable as a web service).', + type: 'message', + }, + id: '208110', + }, + { + attributes: { + createdAt: '2017-11-10T19:04:22Z', + id: '1510340662.000380', + labels: ['Message', 'ThreadedMessage'], + text: "2) They hook into Neo4j's web server since we have our own REST API, it just extends that.", + type: 'message', + }, + id: '208111', + }, + { + attributes: { + createdAt: '2017-11-10T19:04:59Z', + id: '1510340699.000339', + labels: ['Message', 'ThreadedMessage'], + text: '1) it doesn\'t. It\'s just a stateless "micro service".', + type: 'message', + }, + id: '208112', + }, + { + attributes: { + createdAt: '2017-11-10T19:24:56Z', + id: '1510341896.000276', + labels: ['Message', 'ThreadedMessage'], + text: 'Ok, I haven’t used micro services before. So it must authenticate on every call and send with each call whatever inputs are required. Right?', + type: 'message', + }, + id: '208113', + }, + { + attributes: { + createdAt: '2017-11-10T19:25:47Z', + id: '1510341947.000029', + labels: ['Message', 'ThreadedMessage'], + text: '(Inputs: meaning, like a pure function, it doesn’t depend on any state and expects no side effects)', + type: 'message', + }, + id: '208114', + }, + { + attributes: { + createdAt: '2017-11-10T20:09:35Z', + id: '1510344575.000144', + labels: ['Message', 'ThreadedMessage'], + text: "So I lied, it looks like we can use the session within extensions. I've just never done it. ( <https://www.geekmj.org/jersey/working-with-request-cookie-in-jersey-jax-rs-guide-313/> )", + type: 'message', + }, + id: '208115', + }, + { + attributes: { + createdAt: '2017-11-10T20:49:42Z', + id: '1510346982.000329', + labels: ['Message', 'ThreadedMessage'], + text: 'Oh, well, anyway, it just occurs to me that I\'m probably confusing the normal Rails MVC pattern where you have a SessionController and a totally REST API, which would involve authentication with each call. After all, the "S" is for stateless...\n\nI think this gets me far enough along down this path for now. Thanks so much for your help!', + type: 'message', + }, + id: '208117', + }, + { + attributes: { + createdAt: '2017-11-10T20:50:19Z', + id: '1510347019.000206', + labels: ['Message', 'ThreadedMessage'], + text: "I really do think that as I build out my app model and such, I'll be referencing your blog series a lot. Thanks so much for that.", + type: 'message', + }, + id: '208118', + }, + { + attributes: { + createdAt: '2017-11-21T06:50:04Z', + id: '1511247004.000066', + labels: ['Message'], + text: 'I have done it but not able to integrate this with Neo4j AppImage', + type: 'message', + }, + id: '208823', + }, + { + attributes: { + createdAt: '2017-11-21T07:15:55Z', + id: '1511248555.000195', + labels: ['Message', 'ThreadedMessage'], + text: 'neo4j desktop ? is a standalone download which allows you to install different versions of Neo4j', + type: 'message', + }, + id: '208827', + }, + { + attributes: { + createdAt: '2017-11-21T07:16:14Z', + id: '1511248574.000151', + labels: ['Message', 'ThreadedMessage'], + text: 'And it has a "Plugins" tab that allows you to install APOC', + type: 'message', + }, + id: '208828', + }, + { + attributes: { + createdAt: '2017-11-21T07:44:15Z', + id: '1511250255.000271', + labels: ['Message', 'ThreadedMessage'], + text: 'Hello <@U08J18KHB>: I just saw yor message and I am not getting any "pluggins" tab.', + type: 'message', + }, + id: '208829', + }, + { + attributes: { + createdAt: '2017-11-21T07:46:13Z', + id: '1511250373.000297', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes Neo4j Desktop 1.0.4.', + type: 'message', + }, + id: '208831', + }, + { + attributes: { + createdAt: '2017-11-21T07:55:49Z', + id: '1511250949.000079', + labels: ['Message', 'ThreadedMessage'], + text: 'If you have a database there is "Manage"', + type: 'message', + }, + id: '208833', + }, + { + attributes: { + createdAt: '2017-11-21T07:56:19Z', + id: '1511250979.000207', + labels: ['Message', 'ThreadedMessage'], + text: 'and then there are `Details Logs Terminal Settings Plugins Upgrade`', + type: 'message', + }, + id: '208834', + }, + { + attributes: { + createdAt: '2017-11-21T07:56:55Z', + id: '1511251015.000129', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks', + type: 'message', + }, + id: '208835', + }, + { + attributes: { + createdAt: '2017-11-21T07:57:00Z', + id: '1511251020.000173', + labels: ['Message', 'ThreadedMessage'], + text: 'Got it', + type: 'message', + }, + id: '208836', + }, + { + attributes: { + createdAt: '2017-11-02T21:56:20Z', + id: '1509659780.000296', + labels: ['Message'], + text: "Hello all. I am trying to find a way to do Machine Learning using the data in the Neo4j Database. Couldn't find any direct way to do so. Currently, we are reading the data using Spark and then use MLlib in Spark to achieve the same result. Can someone suggest a better way?", + type: 'message', + }, + id: '207244', + }, + { + attributes: { + createdAt: '2017-11-23T09:47:36Z', + id: '1511430456.000063', + labels: ['Message', 'ThreadedMessage'], + text: "Hi Ankit. We are also investigating ML + graphs. Would be good to share any findings. I've found these: <https://github.com/neo4j-contrib/neo4j-ml-procedures> and there are several examples of decision engines, <https://www.youtube.com/watch?v=jiE3wsrVUQs>", + type: 'message', + }, + id: '208983', + }, + { + attributes: { + createdAt: '2017-11-27T02:16:45Z', + id: '1511749005.000123', + labels: ['Message'], + text: 'Hey, I am having an issue (127.0.0.1 refused to connect) connecting to <http://127.0.0.1:7474/browser/> I am running Neo4j as a docker container in a VS 2017 project', + type: 'message', + }, + id: '209160', + }, + { + attributes: { + createdAt: '2017-11-27T17:38:27Z', + id: '1511804307.000191', + labels: ['Message', 'ThreadedMessage'], + text: 'did you expose your ports? `-p 7474:7474`', + type: 'message', + }, + id: '209169', + }, + { + attributes: { + createdAt: '2017-11-27T21:48:53Z', + id: '1511819333.000276', + labels: ['Message', 'ThreadedMessage'], + text: "I should have also mentioned you'll need to expose the `7687` port as well since the browser will want to use that for the bolt protocol.", + type: 'message', + }, + id: '209205', + }, + { + attributes: { + createdAt: '2017-11-28T15:58:21Z', + id: '1511884701.000489', + labels: ['Message', 'ThreadedMessage'], + text: 'yes they are exposed. This happened when I put in my parameters to get the latest Neo4j version. I went back to the version I was using before 3.2.1 and it worked fine', + type: 'message', + }, + id: '209283', + }, + { + attributes: { + createdAt: '2017-11-28T15:58:38Z', + id: '1511884718.000260', + labels: ['Message', 'ThreadedMessage'], + text: "I am not sure if it's some instability in the latest version", + type: 'message', + }, + id: '209284', + }, + { + attributes: { + createdAt: '2017-12-01T19:55:39Z', + id: '1512158139.000498', + labels: ['Message'], + text: "This is probably a broad question. But would love to hear ideas of how to achieve this: what's the best way to scoring and term weighting the search results in Neo4j?", + type: 'message', + }, + id: '209522', + }, + { + attributes: { + createdAt: '2017-12-01T23:30:57Z', + id: '1512171057.000102', + labels: ['Message', 'ThreadedMessage'], + text: 'we have a full course on that for realtime recommendations, some of it is also in the recommendations sandbox.', + type: 'message', + }, + id: '209524', + }, + { + attributes: { + createdAt: '2017-12-01T23:31:24Z', + id: '1512171084.000208', + labels: ['Message', 'ThreadedMessage'], + text: 'bascially you dou different matches for collab-filtering, content-similarity, other similarities, location, preferences etc.', + type: 'message', + }, + id: '209525', + }, + { + attributes: { + createdAt: '2017-12-01T23:31:30Z', + id: '1512171090.000181', + labels: ['Message', 'ThreadedMessage'], + text: 'and then combine the scores in the end', + type: 'message', + }, + id: '209526', + }, + { + attributes: { + createdAt: '2017-12-01T23:31:44Z', + id: '1512171104.000050', + labels: ['Message', 'ThreadedMessage'], + text: '`:play <http://guides.neo4j.com/reco>`', + type: 'message', + }, + id: '209527', + }, + { + attributes: { + createdAt: '2017-12-05T05:13:23Z', + id: '1512450803.000153', + labels: ['Message', 'ThreadedMessage'], + text: 'So from my modest understanding: in order to score, I need to use legacy indexing and use lucene query language to order by score. From this article (<https://github.com/neo4jrb/neo4j/wiki/Indexing-VS-Legacy-Indexing> ), I understood that this is not supported by Neo4j anymore. And that I am better off integrating some elasticSearch tool if I want full text search capabilities. Is my conclusion correct?', + type: 'message', + }, + id: '209676', + }, + { + attributes: { + createdAt: '2017-12-06T01:52:16Z', + id: '1512525136.000102', + labels: ['Message', 'ThreadedMessage'], + text: "it's still supported, e.g. with the explicit index procedures that were just released in 3.3", + type: 'message', + }, + id: '209816', + }, + { + attributes: { + createdAt: '2017-12-06T14:03:06Z', + id: '1512568986.000233', + labels: ['Message'], + text: 'Hi! I am looking for recent example/demo of using Neo4j with python or java. I have looked in github but the example on neo4j-examples repositories seems to be from the last version. Do you know where I could find that? Thanks', + type: 'message', + }, + id: '209845', + }, + { + attributes: { + createdAt: '2017-12-06T21:54:30Z', + id: '1512597270.000185', + labels: ['Message', 'ThreadedMessage'], + text: 'did you look at the bolt version?', + type: 'message', + }, + id: '209884', + }, + { + attributes: { + createdAt: '2017-12-12T13:09:09Z', + id: '1513084149.000445', + labels: ['Message'], + text: 'Hello. Is it possible to unit test Neo4j when using the java driver?', + type: 'message', + }, + id: '210168', + }, + { + attributes: { + createdAt: '2017-12-13T13:54:12Z', + id: '1513173252.000524', + labels: ['Message', 'ThreadedMessage'], + text: 'yes, see: neo4j-harness in the docs: <http://neo4j.com/docs/developer-manual/current/extending-neo4j/procedures/#_set_up_a_new_project>', + type: 'message', + }, + id: '210248', + }, + { + attributes: { + createdAt: '2017-12-13T18:23:30Z', + id: '1513189410.000628', + labels: ['Message'], + text: "Hi guys, a teaching manual has been prepared with Neo4j 3.01 community edition version, window installer (.exe). Seems the link I had on the manual does not lead to the download of this particular version exe file. And I don't have much time now to upgrade the manual to reflect the current installation process of the new Desktop version. Can anyone lead me to a link that can download Neo4j 3.01 or any other .exe file?", + type: 'message', + }, + id: '210270', + }, + { + attributes: { + createdAt: '2017-12-13T21:57:51Z', + id: '1513202271.000122', + labels: ['Message', 'ThreadedMessage'], + text: 'can you explain this in simpler words?\nyou can download neo4j 3.3.x desktop', + type: 'message', + }, + id: '210291', + }, + { + attributes: { + createdAt: '2017-12-13T21:58:05Z', + id: '1513202285.000081', + labels: ['Message', 'ThreadedMessage'], + text: 'or do you mean the old community edition UI ?', + type: 'message', + }, + id: '210292', + }, + { + attributes: { + createdAt: '2017-12-15T05:55:11Z', + id: '1513317311.000042', + labels: ['Message'], + text: "Hi All, Can anyone please share 'JDBC-URL' and 'Driver Source'(executable JDBC driver file) to be used for importing data from Teradata to Neo4j. I have successfully did the connection for MySQL database with Neo4j. Stuck up here for Teradata. Thanks in advance!", + type: 'message', + }, + id: '210402', + }, + { + attributes: { + createdAt: '2017-12-15T11:02:04Z', + id: '1513335724.000032', + labels: ['Message', 'ThreadedMessage'], + text: 'You probably have to google it/find it in the teradata jdbc docs.', + type: 'message', + }, + id: '210459', + }, + { + attributes: { + createdAt: '2017-12-15T11:25:45Z', + id: '1513337145.000091', + labels: ['Message', 'ThreadedMessage'], + text: 'okay...just wanted to confirm. Thank you for the response!! :slightly_smiling_face:', + type: 'message', + }, + id: '210467', + }, + { + attributes: { + createdAt: '2017-12-15T16:33:58Z', + id: '1513355638.000262', + labels: ['Message'], + text: 'Hi everyone, I’m looking for a way to edit Neo4j databases visually. I have tried the demo/community versions of both Graphileon and Linkurious, but neither were very convincing. Does anyone on here know of other tools, or have any recommendations? many thanks', + type: 'message', + }, + id: '210485', + }, + { + attributes: { + createdAt: '2017-12-15T23:39:38Z', + id: '1513381178.000047', + labels: ['Message', 'ThreadedMessage'], + text: '<@U7YC1MQGY> there is graffeine which allows that. <https://github.com/julianbrowne/graffeine>', + type: 'message', + }, + id: '210493', + }, + { + attributes: { + createdAt: '2017-12-15T23:40:48Z', + id: '1513381248.000020', + labels: ['Message', 'ThreadedMessage'], + text: 'This one is more recent and looks quite nice: <https://github.com/adadgio/neo4j-js-ng2>', + type: 'message', + }, + id: '210495', + }, + { + attributes: { + createdAt: '2017-12-16T14:38:01Z', + id: '1513435081.000030', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J18KHB> These look great, Thank you!', + type: 'message', + }, + id: '210530', + }, + { + attributes: { + createdAt: '2017-12-19T17:55:28Z', + id: '1513706128.000345', + labels: ['Message'], + text: 'Hi, I just downloaded Neo4j 3.3.1 Desktop edition, and I have a question. I see it is easy to install a new database in a project. I have an existing Neo4j database. How do I add the exiting database to a project?', + type: 'message', + }, + id: '210603', + }, + { + attributes: { + createdAt: '2017-12-19T20:27:08Z', + id: '1513715228.000459', + labels: ['Message', 'ThreadedMessage'], + text: 'Either open the folder via the button and copy your graph.db folder into data/databases/graph.db', + type: 'message', + }, + id: '210614', + }, + { + attributes: { + createdAt: '2017-12-19T20:30:51Z', + id: '1513715451.000592', + labels: ['Message', 'ThreadedMessage'], + text: 'it should also work to run in `Manage`, in the `Terminal` tab to run `bin/neo4j-admin import --mode=database --from=/path/to/graph.db`', + type: 'message', + }, + id: '210615', + }, + { + attributes: { + createdAt: '2017-12-22T00:08:25Z', + id: '1513901305.000224', + labels: ['Message'], + text: "Hello. Running into Caused by: java.lang.ClassNotFoundException: org.springframework.data.neo4j.template.Neo4jTemplate which I believe is because I'm running Spring Boot 1.5.9 and Spring Data ReleaseTrain Kay-SR2 which resolves to spring-data-neo4j 5.0.2. I found a post (<https://github.com/spring-projects/spring-boot/issues/8687>) that says this is because Neo4jTemplate was removed in 5+. Anybody have any idea's on how I can resolve this or if I'll need to wait on 5.0 until I upgrade to Spring Boot 2.0?", + type: 'message', + }, + id: '210762', + }, + { + attributes: { + createdAt: '2017-12-22T08:21:33Z', + id: '1513930893.000076', + labels: ['Message', 'ThreadedMessage'], + text: 'please ask in <#C08J16K8X|neo4j-sdn-ogm>', + type: 'message', + }, + id: '210775', + }, + { + attributes: { + createdAt: '2018-01-04T18:43:50Z', + id: '1515091430.000349', + labels: ['Message'], + text: 'We are receiving the error message `WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to determine the root cause of the failure. Common reasons include the database being unavailable, using the wrong connection URL or temporary network problems. If you have enabled encryption, ensure your browser is configured to trust the certificate Neo4j is configured to use. WebSocket readyState is: 0`', + type: 'message', + }, + id: '211187', + }, + { + attributes: { + createdAt: '2018-01-06T00:23:02Z', + id: '1515198182.000051', + labels: ['Message', 'ThreadedMessage'], + text: 'how do you connect to neo4j?', + type: 'message', + }, + id: '211238', + }, + { + attributes: { + createdAt: '2018-01-06T00:23:07Z', + id: '1515198187.000059', + labels: ['Message', 'ThreadedMessage'], + text: 'best ask in <#C08J2BNPP|neo4j-javascript>', + type: 'message', + }, + id: '211239', + }, + { + attributes: { + createdAt: '2018-01-10T08:03:44Z', + id: '1515571424.000037', + labels: ['Message'], + text: '<@U65UANCG2> which version of Neo4j, which os and which browser flavour ?', + type: 'message', + }, + id: '211574', + }, + { + attributes: { + createdAt: '2018-01-10T09:57:44Z', + id: '1515578264.000291', + labels: ['Message', 'ThreadedMessage'], + text: '<@U58A5L1AR> Mac, Neo4j Desktop\n1.0.10, when I use the button “open browser†-> it opens with Safari and there is no “button†`run` I can’t see. But I tried just copy/paste to Chrome a link with a browser and it works, I can see button “run†and I can run queries. It seems like Neo4j Desktop don’t work with Safari nicely?', + type: 'message', + }, + id: '211581', + }, + { + attributes: { + createdAt: '2018-01-16T05:32:27Z', + id: '1516080747.000027', + labels: ['Message'], + text: "Hi, I was just wondering how I can specify a node's default value in the graph view in the Neo4j Browser (3.1.1) ...", + type: 'message', + }, + id: '212057', + }, + { + attributes: { + createdAt: '2018-01-16T16:17:54Z', + id: '1516119474.000659', + labels: ['Message', 'ThreadedMessage'], + text: 'do you mean the caption property?', + type: 'message', + }, + id: '212090', + }, + { + attributes: { + createdAt: '2018-01-18T19:57:32Z', + id: '1516305452.000231', + labels: ['Message'], + text: 'Hi guys, I have a requirement to load/insert Spanish translation words into Neo4j database. Words which has special characters are not inserting as it is. . Some character conversion is happening. For example, Años,DÃas ..etc . Can someone help on this ?', + type: 'message', + }, + id: '212226', + }, + { + attributes: { + createdAt: '2018-01-18T20:00:13Z', + id: '1516305613.000853', + labels: ['Message', 'ThreadedMessage'], + text: 'How are you doing the inserts, and how are you reading them back?', + type: 'message', + }, + id: '212227', + }, + { + attributes: { + createdAt: '2018-01-23T14:37:06Z', + id: '1516718226.000473', + labels: ['Message'], + text: 'Neo4j community storage limit is 34B nodes, 34B rels, 68B properties... Neo4j Enterprise comes with a second storage option with some crazy number for the limit', + type: 'message', + }, + id: '212446', + }, + { + attributes: { + createdAt: '2018-01-24T10:36:08Z', + id: '1516790168.000210', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'Thanks !', + type: 'message', + }, + id: '212564', + }, + { + attributes: { + createdAt: '2018-01-26T08:11:22Z', + id: '1516954282.000094', + labels: ['Message'], + text: 'Hi , a question about transactions of large bulks -> I have a custom etl process (that uses the community neo4jclient ) . Each time i schedule it , it collects ~13M nodes and ~25M rels and ingests them neo4j in 50K bulks ( using the unwind trick ). Recently i was asked to supprt deletions ( meaning , if the new batch of data ive collected doesnt contain a node/rel already in the DB , i need to delete it). The way i tackled this was opening a transaction that starts with each collection cycle , delete all nodes and rels within the transaction context , collect and ingest all the data and only then Commit the tx. The thing is that sometimes this explodes my heap. My Neo4j community is installed on a host with 64Gb ram and 4 cpus. I assign 35gb to heap and 15 to page cache. Still it seems it isnt enough for the tx. Any suggestions or a better approach to handle deletes? ', + type: 'message', + }, + id: '212743', + }, + { + attributes: { + createdAt: '2018-01-26T09:16:51Z', + id: '1516958211.000204', + labels: ['Message', 'ThreadedMessage'], + text: 'also batch deletes the same way you do with inserts', + type: 'message', + }, + id: '212753', + }, + { + attributes: { + createdAt: '2018-01-26T09:27:28Z', + id: '1516958848.000516', + labels: ['Message', 'ThreadedMessage'], + text: '10x.. thats kind of what i do... but i end up with a huge transaction that holds all the deletes and new data (30M deletes of nodes and rels and 30M of node and rel merge statements). I notice that according to the db directory the data (*store.db*) sums to 25Gb. So i guess i run into heap issues because the tx requires at least that. But even with 30gb i still got memory errors. do u think theres a better way to handle deletions without having users see outdated / incorrect data and without downtime to the db?', + type: 'message', + }, + id: '212755', + }, + { + attributes: { + createdAt: '2018-01-31T11:13:52Z', + id: '1517397232.000479', + labels: ['Message'], + text: 'In Neo4j Deskto you can just create different databases', + type: 'message', + }, + id: '213094', + }, + { + attributes: { + createdAt: '2018-01-31T11:17:11Z', + id: '1517397431.000200', + labels: ['Message', 'ThreadedMessage'], + text: 'How? Please tell', + type: 'message', + }, + id: '213095', + }, + { + attributes: { + createdAt: '2018-01-31T11:23:38Z', + id: '1517397818.000241', + labels: ['Message', 'ThreadedMessage'], + text: '<@U08J18KHB>', + type: 'message', + }, + id: '213097', + }, + { + attributes: { + createdAt: '2018-01-31T13:57:54Z', + id: '1517407074.000435', + labels: ['Message'], + text: 'Hi everyone, I am using Neo4j JDBC Driver with cluster mode, and I would like to know if there is a way to get the JDBC url of the master without using something like HA Proxy. If not possible, what do you recommend to handle failover if HA Proxy falls down. Thanks by advance.', + type: 'message', + }, + id: '213114', + }, + { + attributes: { + createdAt: '2018-01-31T16:32:59Z', + id: '1517416379.000770', + labels: ['Message', 'ThreadedMessage'], + text: 'Hi Eric, we’re currently developing BOLT+ROUTING protocol, but will be in the next release…\nIf you wanna point to the master directly, it’s sufficient to put the master IP address in the URL (assuming it’s exposed)…', + type: 'message', + }, + id: '213122', + }, + { + attributes: { + createdAt: '2018-01-31T16:51:22Z', + id: '1517417482.000742', + labels: ['Message', 'ThreadedMessage'], + text: 'Ok. But I guess if a new master is elected after the original falls down, then I will be pointing to the wrong one, am I right ? Will JDBC Driver next release support automatic routing ? Thanks a lot in advance.', + type: 'message', + }, + id: '213124', + }, + { + attributes: { + createdAt: '2018-01-31T16:51:48Z', + id: '1517417508.000367', + labels: ['Message', 'ThreadedMessage'], + text: 'You’re right…', + type: 'message', + }, + id: '213125', + }, + { + attributes: { + createdAt: '2018-01-31T16:52:57Z', + id: '1517417577.000573', + labels: ['Message', 'ThreadedMessage'], + text: 'Yes, we’re working on automatic routing and more in general to support Causal Clustering', + type: 'message', + }, + id: '213126', + }, + { + attributes: { + createdAt: '2018-01-31T16:55:01Z', + id: '1517417701.000890', + labels: ['Message', 'ThreadedMessage'], + text: 'For a customer we inquiry the neo4j cluster apis to understand each node’s role and then we open the connection to the right one according to the operation we need to do (read or writes) and this is something we wanna embed into the driver…', + type: 'message', + }, + id: '213127', + }, + { + attributes: { + createdAt: '2018-01-31T19:24:05Z', + id: '1517426645.000855', + labels: ['Message', 'ThreadedMessage'], + text: 'Actually, I am currently using Highly Available cluster mode, not Causal one. Is there a good reason to move to Causal ? Do you mean the next release will contain facilities to connect to master node only for Causal cluster ? When approximatively is expected next release ? Thanks a lot again !', + type: 'message', + }, + id: '213134', + }, + { + attributes: { + createdAt: '2018-01-31T20:31:29Z', + id: '1517430689.000101', + labels: ['Message'], + text: 'Is it possible to use Neo4j for handling auth? like could i swap out postgres in my django app and use Neo4j?', + type: 'message', + }, + id: '213143', + }, + { + attributes: { + createdAt: '2018-01-31T23:37:16Z', + id: '1517441836.000224', + labels: ['Message', 'ThreadedMessage'], + text: 'there is auth for neo4j users', + type: 'message', + }, + id: '213149', + }, + { + attributes: { + createdAt: '2018-01-31T23:38:07Z', + id: '1517441887.000031', + labels: ['Message', 'ThreadedMessage'], + text: "for django you can check out <https://github.com/neo4j-contrib/django-neomodel>\nwe'd love some feedback on that", + type: 'message', + }, + id: '213150', + }, + { + attributes: { + createdAt: '2018-02-01T13:53:31Z', + id: '1517493211.000486', + labels: ['Message', 'ThreadedMessage'], + text: 'thank you!', + type: 'message', + }, + id: '213190', + }, + { + attributes: { + createdAt: '2018-02-04T10:15:21Z', + id: '1517739321.000097', + labels: ['Message'], + text: 'hello there.. just had to wipe hard drive and whereas things were working fine before, for some reason I cannot connect to Neo4j (desktop) via python bolt protocol…. it gives me an invalid ip address, yet, (7686) ….. tried searching for the issue but cant find anything.. anyone point me to the right place?', + type: 'message', + }, + id: '213337', + }, + { + attributes: { + createdAt: '2018-02-04T10:22:58Z', + id: '1517739778.000069', + labels: ['Message', 'ThreadedMessage'], + text: 'okay. solved it by trail and error… seems replacing localhost:7687 with 127.0.0.1:7687 worked..', + type: 'message', + }, + id: '213338', + }, + { + attributes: { + createdAt: '2018-02-06T10:19:19Z', + id: '1517912359.000409', + labels: ['Message'], + text: 'Hi everyone. From Neo4j latest documentation : "A Routing driver is created via a bolt+routing URI, for example: <bolt+routing://graph.example.com:7687>. The address in the URI must be that of a core server. This kind of driver uses the Bolt Routing Protocol and works in tandem with the cluster to route transactions to available cluster members." My question is : what happens if the core server that you supply the URI falls down ? Is failover handled by the driver ? Thanks by advance.', + type: 'message', + }, + id: '213475', + }, + { + attributes: { + createdAt: '2018-02-06T15:53:45Z', + id: '1517932425.000818', + labels: ['Message', 'ThreadedMessage'], + text: 'if your question is what happens if the instance core instance at <http://graph.example.com|graph.example.com> is down/not-reachable, then you will get a connection refused. you would need a load balancer in front of the instances to redirect to the available/reachable instance', + type: 'message', + }, + id: '213490', + }, + { + attributes: { + createdAt: '2018-02-07T19:38:45Z', + id: '1518032325.000030', + labels: ['Message'], + text: 'Hey Everybody, do you know whats the best workflow for exporting data from Postgre SQL to Neo4j?', + type: 'message', + }, + id: '213728', + }, + { + attributes: { + createdAt: '2018-02-07T19:39:47Z', + id: '1518032387.000634', + labels: ['Message', 'ThreadedMessage'], + text: 'Look into the JDBC connector\n<https://neo4j.com/developer/kb/how-do-i-use-cypher-to-connect-to-a-rbms-using-jdbc>', + type: 'message', + }, + id: '213729', + }, + { + attributes: { + createdAt: '2018-02-07T17:23:57Z', + id: '1518024237.000121', + labels: ['Message'], + text: "<#C6L0GCM33|neo4j-desktop> #windows From the terminal I navigate to /bin and do command: neo4j restart and I get an error that the service cannot be found? I find this curious because everything from the desktop GUI functions. I'm trying to learn more about working from the command line. \"Invoke-Neo4j : Cannot find any service with service name 'neo4j'.\" Ultimately I'm trying to get the neo4j-shell-tools installed which unzipping and placing in the /lib folder isn't working", + type: 'message', + }, + id: '213723', + }, + { + attributes: { + createdAt: '2018-02-07T21:24:16Z', + id: '1518038656.000028', + labels: ['Message', 'ThreadedMessage'], + text: '<@U9373KH61> if you want to start Neo4j the way desktop does it - use `neo4j.bat console`', + type: 'message', + }, + id: '213735', + }, + { + attributes: { + createdAt: '2018-02-07T21:48:13Z', + id: '1518040093.000524', + labels: ['Message', 'ThreadedMessage'], + text: "bin>neo4j.bat restart\nWARNING: This command does not appear to be running with\nadministrative rights. Some commands may fail e.g. Start/Stop\nInvoke-Neo4j : Cannot find any service with service name\n'neo4j'.\nAt line:1 char:421\n+ ... llation-3.3.2\\bin\\Neo4j-Management.psd1'; Exit\n(Invoke-Neo4j restart)\n+\n~~~~~~~~~~~~~~~~~~~~\n + CategoryInfo : NotSpecified: (:) [Write-Error],\n WriteErrorException\n + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.Wr\n iteErrorException,Invoke-Neo4j", + type: 'message', + }, + id: '213736', + }, + { + attributes: { + createdAt: '2018-02-07T21:48:37Z', + id: '1518040117.000700', + labels: ['Message', 'ThreadedMessage'], + text: 'Thanks for the suggestion, I tried it and I still get an error :disappointed:', + type: 'message', + }, + id: '213737', + }, + { + attributes: { + createdAt: '2018-02-08T08:05:20Z', + id: '1518077120.000135', + labels: ['Message', 'ThreadedMessage'], + text: '<@U9373KH61> are these logs the correct ones? Because they show the result of command that is different from the one I have suggested :slightly_smiling_face: use `neo4j.bat console` as this command does not create any Windows services.', + type: 'message', + }, + id: '213754', + }, + { + attributes: { + createdAt: '2018-02-21T11:18:25Z', + id: '1519211905.000185', + labels: ['Message'], + text: 'Yes, currently RNeo4j is the go-to driver for that', + type: 'message', + }, + id: '214942', + }, + { + attributes: { + createdAt: '2018-02-21T12:31:10Z', + id: '1519216270.000363', + labels: ['Message', 'ThreadedMessage'], + subtype: 'thread_broadcast', + text: 'Thank you, I am trying to connect to Neo4j Desktop 3.1.4 but I don\'t know how to use startGraph. \n\n```neo4j <- startGraph("<bolt://localhost:7687>")``` \n\nError in curl::curl_fetch_memory(url, handle = handle) : \n Protocol "bolt" not supported or disabled in libcurl', + type: 'message', + }, + id: '214959', + }, + { + attributes: { + createdAt: '2018-02-21T14:35:14Z', + id: '1519223714.000430', + labels: ['Message', 'ThreadedMessage'], + text: 'it uses the http api, so use <http://localhost:7474>', + type: 'message', + }, + id: '214973', + }, + { + attributes: { + createdAt: '2018-02-21T21:13:20Z', + id: '1519247600.000472', + labels: ['Message'], + text: "That doesn't sound right. Is this via the Desktop app, or which Neo4j install?", + type: 'message', + }, + id: '215015', + }, + { + attributes: { + createdAt: '2018-02-21T21:15:50Z', + id: '1519247750.000715', + labels: ['Message', 'ThreadedMessage'], + text: 'I have installed using the tar file that I received in the email. neo4j enterprise 3.3.0', + type: 'message', + }, + id: '215019', + }, + { + attributes: { + createdAt: '2018-02-21T21:19:23Z', + id: '1519247963.000144', + labels: ['Message', 'ThreadedMessage'], + text: 'If your instance is stopped, does the browser continue to load? (checking for a separate Neo4j instance possibly running behind the scenes)', + type: 'message', + }, + id: '215020', + }, + { + attributes: { + createdAt: '2018-02-21T21:20:29Z', + id: '1519248029.000379', + labels: ['Message', 'ThreadedMessage'], + text: "No. When I shutdown using `bin/neo4j stop`, browser doesn't load.", + type: 'message', + }, + id: '215022', + }, + { + attributes: { + createdAt: '2018-02-21T21:21:53Z', + id: '1519248113.000613', + labels: ['Message', 'ThreadedMessage'], + text: "Is there another browser app you can try? Could be it's attempting to use cached credentials, you could try looking in the relevant browser settings", + type: 'message', + }, + id: '215023', + }, + { + attributes: { + createdAt: '2018-02-21T21:22:05Z', + id: '1519248125.000600', + labels: ['Message', 'ThreadedMessage'], + text: "It says, site can't be reached. Which seems to be an expected behaviour", + type: 'message', + }, + id: '215024', + }, + { + attributes: { + createdAt: '2018-02-21T21:22:30Z', + id: '1519248150.000312', + labels: ['Message', 'ThreadedMessage'], + text: "Right, so there's no separate Neo4j instance. We'll move on", + type: 'message', + }, + id: '215025', + }, + { + attributes: { + createdAt: '2018-02-21T21:22:54Z', + id: '1519248174.000341', + labels: ['Message', 'ThreadedMessage'], + text: 'Okay. Let me try another browser app. Give me a minute', + type: 'message', + }, + id: '215026', + }, + { + attributes: { + createdAt: '2018-02-21T21:25:09Z', + id: '1519248309.000119', + labels: ['Message', 'ThreadedMessage'], + text: 'Unfortunately, same error on Mozilla.', + type: 'message', + }, + id: '215027', + }, + { + attributes: { + createdAt: '2018-02-21T21:27:15Z', + id: '1519248435.000141', + labels: ['Message', 'ThreadedMessage'], + text: 'Are you able to try on later versions? Usually .0 installs land with their share of bugs. Our latest is 3.3.3 I think', + type: 'message', + }, + id: '215028', + }, + { + attributes: { + createdAt: '2018-02-21T21:28:11Z', + id: '1519248491.000513', + labels: ['Message', 'ThreadedMessage'], + text: "I'm on neo4j 3.3.0. Do you want me to try 3.3.3?", + type: 'message', + }, + id: '215029', + }, + ], + }, + type: 'nodelink', + }, +}; + +export const slackReactionToThreadedMessageQueryResult = slackReactionToThreadedMessageQueryResultPayload.result.payload; +export const slackReplyToThreadedMessageWithNeo4jQueryResult = slackReplyToThreadedMessageWithNeo4jQueryResultPayload.result.payload; diff --git a/libs/shared/lib/mock-data/schema/fincenWithAttributes.ts b/libs/shared/lib/mock-data/schema/fincenWithAttributes.ts new file mode 100644 index 000000000..143c29539 --- /dev/null +++ b/libs/shared/lib/mock-data/schema/fincenWithAttributes.ts @@ -0,0 +1,178 @@ +import { SchemaUtils } from '@graphpolaris/shared/lib/schema/schema-utils'; +import { SchemaFromBackend } from '../../schema'; + +export const fincenWithAttributesRaw: SchemaFromBackend = { + nodes: [ + { + name: 'Entity', + attributes: [ + { + name: 'name', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'country', + type: 'string', + }, + ], + }, + { + name: 'Filing', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'end_date', + type: 'string', + }, + { + name: 'amount', + type: 'int', + }, + { + name: 'beneficiary_iso', + type: 'string', + }, + { + name: 'beneficiary_lng', + type: 'string', + }, + { + name: 'begin_date', + type: 'string', + }, + { + name: 'originator_bank', + type: 'string', + }, + { + name: 'beneficiary_lat', + type: 'string', + }, + { + name: 'begin_date_format', + type: 'string', + }, + { + name: 'end_date_format', + type: 'string', + }, + { + name: 'originator_iso', + type: 'string', + }, + { + name: 'beneficiary_bank_id', + type: 'string', + }, + { + name: 'origin_lat', + type: 'string', + }, + { + name: 'number', + type: 'int', + }, + { + name: 'filer_org_name', + type: 'string', + }, + { + name: 'originator_bank_country', + type: 'string', + }, + { + name: 'filer_org_name_id', + type: 'string', + }, + { + name: 'beneficiary_bank', + type: 'string', + }, + { + name: 'beneficiary_bank_country', + type: 'string', + }, + { + name: 'origin_lng', + type: 'string', + }, + { + name: 'originator_bank_id', + type: 'string', + }, + { + name: 'sar_id', + type: 'string', + }, + ], + }, + { + name: 'Country', + attributes: [ + { + name: 'code', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'tld', + type: 'string', + }, + ], + }, + ], + edges: [ + { + name: 'FILED', + label: 'FILED', + collection: 'FILED', + from: 'Entity', + to: 'Filing', + attributes: [], + }, + { + name: 'COUNTRY', + label: 'COUNTRY', + collection: 'COUNTRY', + from: 'Entity', + to: 'Country', + attributes: [], + }, + { + name: 'CONCERNS', + label: 'CONCERNS', + collection: 'CONCERNS', + from: 'Filing', + to: 'Entity', + attributes: [], + }, + { + name: 'ORIGINATOR', + label: 'ORIGINATOR', + collection: 'ORIGINATOR', + from: 'Filing', + to: 'Entity', + attributes: [], + }, + { + name: 'BENEFITS', + label: 'BENEFITS', + collection: 'BENEFITS', + from: 'Filing', + to: 'Entity', + attributes: [], + }, + ], +}; + +export const fincenWithAttributes = SchemaUtils.schemaBackend2Graphology(fincenWithAttributesRaw); diff --git a/libs/shared/lib/mock-data/schema/index.ts b/libs/shared/lib/mock-data/schema/index.ts index 51d471634..733bdfd4d 100644 --- a/libs/shared/lib/mock-data/schema/index.ts +++ b/libs/shared/lib/mock-data/schema/index.ts @@ -1,6 +1,12 @@ export * from './simpleRaw'; export * from './moviesSchemaRaw'; +export * from './moviesSchemaWithAttributes'; export * from './northwindSchemaRaw'; export * from './twitterSchemaRaw'; export * from './big2ndChamberSchemaRaw'; export * from './typesMockSchemaRaw'; +export * from './recommendationsWithAttributes' +export * from './northwindWithAttributes' +export * from './slackWithAttributes' +export * from './fincenWithAttributes' + diff --git a/libs/shared/lib/mock-data/schema/moviesSchemaWithAttributes.ts b/libs/shared/lib/mock-data/schema/moviesSchemaWithAttributes.ts new file mode 100644 index 000000000..51891d789 --- /dev/null +++ b/libs/shared/lib/mock-data/schema/moviesSchemaWithAttributes.ts @@ -0,0 +1,107 @@ +import { SchemaUtils } from '@graphpolaris/shared/lib/schema/schema-utils'; +import { SchemaFromBackend } from '../../schema'; + +export const movieSchemaWithAttributesRaw: SchemaFromBackend = { + nodes: [ + { + name: 'Movie', + attributes: [ + { + name: 'tagline', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'released', + type: 'int', + }, + { + name: 'votes', + type: 'int', + }, + ], + }, + { + name: 'Person', + attributes: [ + { + name: 'born', + type: 'int', + }, + { + name: 'name', + type: 'string', + }, + ], + }, + ], + edges: [ + { + name: 'ACTED_IN', + label: 'ACTED_IN', + collection: 'ACTED_IN', + from: 'Person', + to: 'Movie', + attributes: [ + { + name: 'roles', + type: 'string', + }, + ], + }, + { + name: 'REVIEWED', + label: 'REVIEWED', + collection: 'REVIEWED', + from: 'Person', + to: 'Movie', + attributes: [ + { + name: 'summary', + type: 'string', + }, + { + name: 'rating', + type: 'int', + }, + ], + }, + { + name: 'PRODUCED', + label: 'PRODUCED', + collection: 'PRODUCED', + from: 'Person', + to: 'Movie', + attributes: [], + }, + { + name: 'WROTE', + label: 'WROTE', + collection: 'WROTE', + from: 'Person', + to: 'Movie', + attributes: [], + }, + { + name: 'FOLLOWS', + label: 'FOLLOWS', + collection: 'FOLLOWS', + from: 'Person', + to: 'Person', + attributes: [], + }, + { + name: 'DIRECTED', + label: 'DIRECTED', + collection: 'DIRECTED', + from: 'Person', + to: 'Movie', + attributes: [], + }, + ], +}; + +export const movieSchemaWithAttributes = SchemaUtils.schemaBackend2Graphology(movieSchemaWithAttributesRaw); diff --git a/libs/shared/lib/mock-data/schema/northwindWithAttributes.ts b/libs/shared/lib/mock-data/schema/northwindWithAttributes.ts new file mode 100644 index 000000000..8b3954358 --- /dev/null +++ b/libs/shared/lib/mock-data/schema/northwindWithAttributes.ts @@ -0,0 +1,293 @@ +import { SchemaUtils } from '@graphpolaris/shared/lib/schema/schema-utils'; +import { SchemaFromBackend } from '../../schema'; + +export const northWindWithAttributesRaw: SchemaFromBackend = { + nodes: [ + { + name: 'Order', + attributes: [ + { + name: 'customerID', + type: 'string', + }, + { + name: 'shipCity', + type: 'string', + }, + { + name: 'orderID', + type: 'string', + }, + { + name: 'freight', + type: 'string', + }, + { + name: 'requiredDate', + type: 'string', + }, + { + name: 'employeeID', + type: 'string', + }, + { + name: 'shipName', + type: 'string', + }, + { + name: 'shipPostalCode', + type: 'string', + }, + { + name: 'orderDate', + type: 'string', + }, + { + name: 'shipRegion', + type: 'string', + }, + { + name: 'shipCountry', + type: 'string', + }, + { + name: 'shippedDate', + type: 'string', + }, + { + name: 'shipVia', + type: 'string', + }, + { + name: 'shipAddress', + type: 'string', + }, + ], + }, + { + name: 'Category', + attributes: [ + { + name: 'categoryID', + type: 'string', + }, + { + name: 'description', + type: 'string', + }, + { + name: 'categoryName', + type: 'string', + }, + { + name: 'picture', + type: 'string', + }, + ], + }, + { + name: 'Customer', + attributes: [ + { + name: 'country', + type: 'string', + }, + { + name: 'address', + type: 'string', + }, + { + name: 'contactTitle', + type: 'string', + }, + { + name: 'city', + type: 'string', + }, + { + name: 'phone', + type: 'string', + }, + { + name: 'contactName', + type: 'string', + }, + { + name: 'postalCode', + type: 'string', + }, + { + name: 'companyName', + type: 'string', + }, + { + name: 'fax', + type: 'string', + }, + { + name: 'region', + type: 'string', + }, + { + name: 'customerID', + type: 'string', + }, + ], + }, + { + name: 'Product', + attributes: [ + { + name: 'reorderLevel', + type: 'int', + }, + { + name: 'unitsInStock', + type: 'int', + }, + { + name: 'unitPrice', + type: 'float', + }, + { + name: 'supplierID', + type: 'string', + }, + { + name: 'productID', + type: 'string', + }, + { + name: 'discontinued', + type: 'bool', + }, + { + name: 'quantityPerUnit', + type: 'string', + }, + { + name: 'categoryID', + type: 'string', + }, + { + name: 'unitsOnOrder', + type: 'int', + }, + { + name: 'productName', + type: 'string', + }, + ], + }, + { + name: 'Supplier', + attributes: [ + { + name: 'supplierID', + type: 'string', + }, + { + name: 'country', + type: 'string', + }, + { + name: 'address', + type: 'string', + }, + { + name: 'contactTitle', + type: 'string', + }, + { + name: 'city', + type: 'string', + }, + { + name: 'phone', + type: 'string', + }, + { + name: 'contactName', + type: 'string', + }, + { + name: 'postalCode', + type: 'string', + }, + { + name: 'companyName', + type: 'string', + }, + { + name: 'fax', + type: 'string', + }, + { + name: 'region', + type: 'string', + }, + { + name: 'homePage', + type: 'string', + }, + ], + }, + ], + edges: [ + { + name: 'ORDERS', + label: 'ORDERS', + collection: 'ORDERS', + from: 'Order', + to: 'Product', + attributes: [ + { + name: 'unitPrice', + type: 'string', + }, + { + name: 'productID', + type: 'string', + }, + { + name: 'orderID', + type: 'string', + }, + { + name: 'discount', + type: 'string', + }, + { + name: 'quantity', + type: 'int', + }, + ], + }, + { + name: 'PART_OF', + label: 'PART_OF', + collection: 'PART_OF', + from: 'Product', + to: 'Category', + attributes: [], + }, + { + name: 'SUPPLIES', + label: 'SUPPLIES', + collection: 'SUPPLIES', + from: 'Supplier', + to: 'Product', + attributes: [], + }, + { + name: 'PURCHASED', + label: 'PURCHASED', + collection: 'PURCHASED', + from: 'Customer', + to: 'Order', + attributes: [], + }, + ], +}; + +export const northWindWithAttributes = SchemaUtils.schemaBackend2Graphology(northWindWithAttributesRaw); diff --git a/libs/shared/lib/mock-data/schema/recommendationsWithAttributes.ts b/libs/shared/lib/mock-data/schema/recommendationsWithAttributes.ts new file mode 100644 index 000000000..fd36d0482 --- /dev/null +++ b/libs/shared/lib/mock-data/schema/recommendationsWithAttributes.ts @@ -0,0 +1,472 @@ +import { SchemaUtils } from '@graphpolaris/shared/lib/schema/schema-utils'; +import { SchemaFromBackend } from '../../schema'; + +export const recommendationsWithAttributesRaw: SchemaFromBackend = { + nodes: [ + { + name: 'Movie', + attributes: [ + { + name: 'movieId', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'year', + type: 'int', + }, + { + name: 'countries', + type: 'string', + }, + { + name: 'languages', + type: 'string', + }, + { + name: 'plot', + type: 'string', + }, + { + name: 'imdbRating', + type: 'float', + }, + { + name: 'imdbVotes', + type: 'int', + }, + { + name: 'released', + type: 'string', + }, + { + name: 'runtime', + type: 'int', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'revenue', + type: 'int', + }, + { + name: 'budget', + type: 'int', + }, + { + name: 'url', + type: 'string', + }, + ], + }, + { + name: 'User', + attributes: [ + { + name: 'name', + type: 'string', + }, + { + name: 'userId', + type: 'string', + }, + ], + }, + { + name: 'Actor', + attributes: [ + { + name: 'name', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'born', + type: 'string', + }, + { + name: 'died', + type: 'string', + }, + { + name: 'bornIn', + type: 'string', + }, + { + name: 'bio', + type: 'string', + }, + { + name: 'url', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'born', + type: 'string', + }, + { + name: 'died', + type: 'string', + }, + { + name: 'bornIn', + type: 'string', + }, + { + name: 'bio', + type: 'string', + }, + { + name: 'url', + type: 'string', + }, + ], + }, + { + name: 'Director', + attributes: [ + { + name: 'name', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'born', + type: 'string', + }, + { + name: 'died', + type: 'string', + }, + { + name: 'bornIn', + type: 'string', + }, + { + name: 'bio', + type: 'string', + }, + { + name: 'url', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'born', + type: 'string', + }, + { + name: 'died', + type: 'string', + }, + { + name: 'bornIn', + type: 'string', + }, + { + name: 'bio', + type: 'string', + }, + { + name: 'url', + type: 'string', + }, + ], + }, + { + name: 'Genre', + attributes: [ + { + name: 'name', + type: 'string', + }, + ], + }, + { + name: 'Person', + attributes: [ + { + name: 'name', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'born', + type: 'string', + }, + { + name: 'died', + type: 'string', + }, + { + name: 'bornIn', + type: 'string', + }, + { + name: 'bio', + type: 'string', + }, + { + name: 'url', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'born', + type: 'string', + }, + { + name: 'died', + type: 'string', + }, + { + name: 'bornIn', + type: 'string', + }, + { + name: 'bio', + type: 'string', + }, + { + name: 'url', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'imdbId', + type: 'string', + }, + { + name: 'tmdbId', + type: 'string', + }, + { + name: 'poster', + type: 'string', + }, + { + name: 'born', + type: 'string', + }, + { + name: 'died', + type: 'string', + }, + { + name: 'bornIn', + type: 'string', + }, + { + name: 'bio', + type: 'string', + }, + { + name: 'url', + type: 'string', + }, + ], + }, + ], + edges: [ + { + name: 'ACTED_IN', + label: 'ACTED_IN', + collection: 'ACTED_IN', + from: 'Actor', + to: 'Movie', + attributes: [ + { + name: 'role', + type: 'string', + }, + ], + }, + { + name: 'ACTED_IN', + label: 'ACTED_IN', + collection: 'ACTED_IN', + from: 'Person', + to: 'Movie', + attributes: [ + { + name: 'role', + type: 'string', + }, + ], + }, + { + name: 'ACTED_IN', + label: 'ACTED_IN', + collection: 'ACTED_IN', + from: 'Director', + to: 'Movie', + attributes: [ + { + name: 'role', + type: 'string', + }, + ], + }, + { + name: 'RATED', + label: 'RATED', + collection: 'RATED', + from: 'User', + to: 'Movie', + attributes: [ + { + name: 'rating', + type: 'float', + }, + { + name: 'timestamp', + type: 'int', + }, + ], + }, + { + name: 'IN_GENRE', + label: 'IN_GENRE', + collection: 'IN_GENRE', + from: 'Movie', + to: 'Genre', + attributes: [], + }, + { + name: 'DIRECTED', + label: 'DIRECTED', + collection: 'DIRECTED', + from: 'Actor', + to: 'Movie', + attributes: [ + { + name: 'role', + type: 'string', + }, + ], + }, + { + name: 'DIRECTED', + label: 'DIRECTED', + collection: 'DIRECTED', + from: 'Director', + to: 'Movie', + attributes: [ + { + name: 'role', + type: 'string', + }, + ], + }, + { + name: 'DIRECTED', + label: 'DIRECTED', + collection: 'DIRECTED', + from: 'Person', + to: 'Movie', + attributes: [ + { + name: 'role', + type: 'string', + }, + ], + }, + ], +}; + +export const recommendationsSchemaWithAttributes = SchemaUtils.schemaBackend2Graphology(recommendationsWithAttributesRaw); diff --git a/libs/shared/lib/mock-data/schema/slackWithAttributes.ts b/libs/shared/lib/mock-data/schema/slackWithAttributes.ts new file mode 100644 index 000000000..53dad9529 --- /dev/null +++ b/libs/shared/lib/mock-data/schema/slackWithAttributes.ts @@ -0,0 +1,2779 @@ +import { SchemaUtils } from '@graphpolaris/shared/lib/schema/schema-utils'; +import { SchemaFromBackend } from '../../schema'; + +export const slackWithAttributesRaw: SchemaFromBackend = { + nodes: [ + { + name: 'Owner', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'status_emoji', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + ], + }, + { + name: 'Bot', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + ], + }, + { + name: 'AppUser', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'status_expiration', + type: 'int', + }, + ], + }, + { + name: 'Emoji', + attributes: [ + { + name: 'name', + type: 'string', + }, + ], + }, + { + name: 'ThreadedMessage', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'subtype', + type: 'string', + }, + { + name: 'type', + type: 'string', + }, + { + name: 'text', + type: 'string', + }, + ], + }, + { + name: 'PrimaryOwner', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + ], + }, + { + name: 'Team', + attributes: [], + }, + { + name: 'User', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'status_emoji', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'skype', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'status_text_canonical', + type: 'string', + }, + { + name: 'status_text', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'status_emoji', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'status_emoji', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'skype', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'status_text', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'skype', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + ], + }, + { + name: 'Message', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'subtype', + type: 'string', + }, + { + name: 'type', + type: 'string', + }, + { + name: 'text', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'subtype', + type: 'string', + }, + { + name: 'type', + type: 'string', + }, + { + name: 'text', + type: 'string', + }, + ], + }, + { + name: 'Deleted', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'skype', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + ], + }, + { + name: 'Channel', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'is_archived', + type: 'bool', + }, + { + name: 'purpose', + type: 'string', + }, + { + name: 'is_general', + type: 'bool', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'topic', + type: 'string', + }, + { + name: 'pagerank', + type: 'float', + }, + ], + }, + { + name: 'Attachment', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'title_link', + type: 'string', + }, + { + name: 'text', + type: 'string', + }, + { + name: 'thumb_url', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'thumb_width', + type: 'int', + }, + { + name: 'thumb_height', + type: 'int', + }, + ], + }, + { + name: 'Admin', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'status_emoji', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'status_emoji', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_1024', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'is_custom_image', + type: 'bool', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'skype', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'status_text', + type: 'string', + }, + { + name: 'image_original', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'id', + type: 'string', + }, + { + name: 'name', + type: 'string', + }, + { + name: 'real_name', + type: 'string', + }, + { + name: 'color', + type: 'string', + }, + { + name: 'image_32', + type: 'string', + }, + { + name: 'image_48', + type: 'string', + }, + { + name: 'real_name_normalized', + type: 'string', + }, + { + name: 'team', + type: 'string', + }, + { + name: 'image_24', + type: 'string', + }, + { + name: 'display_name_normalized', + type: 'string', + }, + { + name: 'image_512', + type: 'string', + }, + { + name: 'avatar_hash', + type: 'string', + }, + { + name: 'display_name', + type: 'string', + }, + { + name: 'first_name', + type: 'string', + }, + { + name: 'title', + type: 'string', + }, + { + name: 'image_72', + type: 'string', + }, + { + name: 'last_name', + type: 'string', + }, + { + name: 'image_192', + type: 'string', + }, + { + name: 'status_expiration', + type: 'int', + }, + ], + }, + { + name: 'Reaction', + attributes: [ + { + name: 'id', + type: 'string', + }, + ], + }, + { + name: 'TimeZone', + attributes: [ + { + name: 'id', + type: 'string', + }, + { + name: 'label', + type: 'string', + }, + ], + }, + ], + edges: [ + { + name: 'MEMBER_OF', + label: 'MEMBER_OF', + collection: 'MEMBER_OF', + from: 'Admin', + to: 'Channel', + attributes: [], + }, + { + name: 'MEMBER_OF', + label: 'MEMBER_OF', + collection: 'MEMBER_OF', + from: 'Bot', + to: 'Channel', + attributes: [], + }, + { + name: 'MEMBER_OF', + label: 'MEMBER_OF', + collection: 'MEMBER_OF', + from: 'Owner', + to: 'Channel', + attributes: [], + }, + { + label: 'MEMBER_OF', + name: 'MEMBER_OF', + collection: 'MEMBER_OF', + from: 'PrimaryOwner', + to: 'Channel', + attributes: [], + }, + { + name: 'MEMBER_OF', + label: 'MEMBER_OF', + collection: 'MEMBER_OF', + from: 'User', + to: 'Channel', + attributes: [], + }, + { + name: 'MEMBER_OF', + label: 'MEMBER_OF', + collection: 'MEMBER_OF', + from: 'Deleted', + to: 'Channel', + attributes: [], + }, + { + name: 'REACTION_TYPE', + label: 'REACTION_TYPE', + collection: 'REACTION_TYPE', + from: 'Reaction', + to: 'Emoji', + attributes: [], + }, + { + name: 'MENTIONS_CHANNEL', + label: 'MENTIONS_CHANNEL', + collection: 'MENTIONS_CHANNEL', + from: 'ThreadedMessage', + to: 'Channel', + attributes: [], + }, + { + name: 'MENTIONS_CHANNEL', + label: 'MENTIONS_CHANNEL', + collection: 'MENTIONS_CHANNEL', + from: 'Message', + to: 'Channel', + attributes: [], + }, + { + name: 'IN_REPLY_TO', + label: 'IN_REPLY_TO', + collection: 'IN_REPLY_TO', + from: 'Message', + to: 'Message', + attributes: [], + }, + { + name: 'IN_REPLY_TO', + label: 'IN_REPLY_TO', + collection: 'IN_REPLY_TO', + from: 'Message', + to: 'ThreadedMessage', + attributes: [], + }, + { + name: 'IN_REPLY_TO', + label: 'IN_REPLY_TO', + collection: 'IN_REPLY_TO', + from: 'ThreadedMessage', + to: 'Message', + attributes: [], + }, + { + name: 'IN_REPLY_TO', + label: 'IN_REPLY_TO', + collection: 'IN_REPLY_TO', + from: 'ThreadedMessage', + to: 'ThreadedMessage', + attributes: [], + }, + { + name: 'REACTED', + label: 'REACTED', + collection: 'REACTED', + from: 'Owner', + to: 'Reaction', + attributes: [], + }, + { + name: 'REACTED', + label: 'REACTED', + collection: 'REACTED', + from: 'User', + to: 'Reaction', + attributes: [], + }, + { + name: 'REACTED', + label: 'REACTED', + collection: 'REACTED', + from: 'Admin', + to: 'Reaction', + attributes: [], + }, + { + name: 'REACTED', + label: 'REACTED', + collection: 'REACTED', + from: 'PrimaryOwner', + to: 'Reaction', + attributes: [], + }, + { + name: 'REACTED', + label: 'REACTED', + collection: 'REACTED', + from: 'Deleted', + to: 'Reaction', + attributes: [], + }, + { + name: 'CREATED', + label: 'CREATED', + collection: 'CREATED', + from: 'PrimaryOwner', + to: 'Channel', + attributes: [], + }, + { + name: 'CREATED', + label: 'CREATED', + collection: 'CREATED', + from: 'Admin', + to: 'Channel', + attributes: [], + }, + { + name: 'CREATED', + label: 'CREATED', + collection: 'CREATED', + from: 'User', + to: 'Channel', + attributes: [], + }, + { + name: 'CREATED', + label: 'CREATED', + collection: 'CREATED', + from: 'Deleted', + to: 'Channel', + attributes: [], + }, + { + name: 'CREATED', + label: 'CREATED', + collection: 'CREATED', + from: 'Owner', + to: 'Channel', + attributes: [], + }, + { + name: 'IN_TIMEZONE', + label: 'IN_TIMEZONE', + collection: 'IN_TIMEZONE', + from: 'Deleted', + to: 'TimeZone', + attributes: [], + }, + { + name: 'IN_TIMEZONE', + label: 'IN_TIMEZONE', + collection: 'IN_TIMEZONE', + from: 'User', + to: 'TimeZone', + attributes: [], + }, + { + name: 'IN_TIMEZONE', + label: 'IN_TIMEZONE', + collection: 'IN_TIMEZONE', + from: 'Owner', + to: 'TimeZone', + attributes: [], + }, + { + name: 'IN_TIMEZONE', + label: 'IN_TIMEZONE', + collection: 'IN_TIMEZONE', + from: 'AppUser', + to: 'TimeZone', + attributes: [], + }, + { + name: 'IN_TIMEZONE', + label: 'IN_TIMEZONE', + collection: 'IN_TIMEZONE', + from: 'PrimaryOwner', + to: 'TimeZone', + attributes: [], + }, + { + name: 'IN_TIMEZONE', + label: 'IN_TIMEZONE', + collection: 'IN_TIMEZONE', + from: 'Bot', + to: 'TimeZone', + attributes: [], + }, + { + name: 'IN_TIMEZONE', + label: 'IN_TIMEZONE', + collection: 'IN_TIMEZONE', + from: 'Admin', + to: 'TimeZone', + attributes: [], + }, + { + name: 'HAS_ATTACHMENT', + label: 'HAS_ATTACHMENT', + collection: 'HAS_ATTACHMENT', + from: 'Message', + to: 'Attachment', + attributes: [], + }, + { + name: 'HAS_ATTACHMENT', + label: 'HAS_ATTACHMENT', + collection: 'HAS_ATTACHMENT', + from: 'ThreadedMessage', + to: 'Attachment', + attributes: [], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'PrimaryOwner', + to: 'ThreadedMessage', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'Deleted', + to: 'ThreadedMessage', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'User', + to: 'Message', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'Admin', + to: 'Message', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'User', + to: 'ThreadedMessage', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'Admin', + to: 'ThreadedMessage', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'Deleted', + to: 'Message', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'PrimaryOwner', + to: 'Message', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'Owner', + to: 'Message', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'EDITED', + label: 'EDITED', + collection: 'EDITED', + from: 'Owner', + to: 'ThreadedMessage', + attributes: [ + { + name: 'editedAt', + type: 'int', + }, + { + name: 'ts', + type: 'string', + }, + ], + }, + { + name: 'IN_CHANNEL', + label: 'IN_CHANNEL', + collection: 'IN_CHANNEL', + from: 'Message', + to: 'Channel', + attributes: [], + }, + { + name: 'IN_CHANNEL', + label: 'IN_CHANNEL', + collection: 'IN_CHANNEL', + from: 'ThreadedMessage', + to: 'Channel', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'User', + to: 'Message', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'Owner', + to: 'Message', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'PrimaryOwner', + to: 'Message', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'Deleted', + to: 'ThreadedMessage', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'User', + to: 'ThreadedMessage', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'Admin', + to: 'ThreadedMessage', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'PrimaryOwner', + to: 'ThreadedMessage', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'Admin', + to: 'Message', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'Deleted', + to: 'Message', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'Bot', + to: 'ThreadedMessage', + attributes: [], + }, + { + label: 'POSTED', + name: 'POSTED', + collection: 'POSTED', + from: 'Bot', + to: 'Message', + attributes: [], + }, + { + name: 'POSTED', + label: 'POSTED', + collection: 'POSTED', + from: 'Owner', + to: 'ThreadedMessage', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'Message', + to: 'User', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'ThreadedMessage', + to: 'Admin', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'ThreadedMessage', + to: 'Bot', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'ThreadedMessage', + to: 'User', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'Message', + to: 'Admin', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'ThreadedMessage', + to: 'Deleted', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'ThreadedMessage', + to: 'PrimaryOwner', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'Message', + to: 'Owner', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'Message', + to: 'PrimaryOwner', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'Message', + to: 'Bot', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'Message', + to: 'Deleted', + attributes: [], + }, + { + name: 'MENTIONS_USER', + label: 'MENTIONS_USER', + collection: 'MENTIONS_USER', + from: 'ThreadedMessage', + to: 'Owner', + attributes: [], + }, + { + name: 'TO_MESSAGE', + label: 'TO_MESSAGE', + collection: 'TO_MESSAGE', + from: 'Reaction', + to: 'Message', + attributes: [], + }, + { + name: 'TO_MESSAGE', + label: 'TO_MESSAGE', + collection: 'TO_MESSAGE', + from: 'Reaction', + to: 'ThreadedMessage', + attributes: [], + }, + ], +}; + +export const slackWithAttributes = SchemaUtils.schemaBackend2Graphology(slackWithAttributesRaw); -- GitLab