From 621fcb9d88fd3aa605015751c1202d5a9a59266b Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 15 Mar 2021 11:26:33 +0100 Subject: [PATCH] [core] Batch small changes (#1209) --- .gitattributes | 2 + netlify.toml | 14 +- packages/grid/x-grid-data-generator/some.json | 3979 ----------------- 3 files changed, 9 insertions(+), 3986 deletions(-) create mode 100644 .gitattributes delete mode 100644 packages/grid/x-grid-data-generator/some.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..d56abbf3047f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto eol=lf diff --git a/netlify.toml b/netlify.toml index cd03b6e77cc5..a26340884010 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,11 +1,11 @@ -# [build] -# # Directory (relative to root of your repo) that contains the deploy-ready -# # HTML files and assets generated by the build. If a base directory has -# # been specified, include it in the publish directory path. -# publish = "docs/export/" +[build] + # Directory (relative to root of your repo) that contains the deploy-ready + # HTML files and assets generated by the build. If a base directory has + # been specified, include it in the publish directory path. + publish = "docs/export/" -# # Default build command. -# command = "yarn docs:build && yarn docs:export && yarn storybook:build && yarn storybook:export && yarn demo:build && yarn demo:export" + # Default build command. + command = "yarn docs:build && yarn docs:export && yarn storybook:build && yarn storybook:export" [build.environment] NODE_VERSION = "10" diff --git a/packages/grid/x-grid-data-generator/some.json b/packages/grid/x-grid-data-generator/some.json deleted file mode 100644 index b4f495e409ea..000000000000 --- a/packages/grid/x-grid-data-generator/some.json +++ /dev/null @@ -1,3979 +0,0 @@ -{ - "columns": [ - { - "field": "id", - "hide": true - }, - { - "field": "desk", - "headerName": "Desk" - }, - { - "field": "commodity", - "headerName": "Commodity", - "sortDirection": "asc", - "sortIndex": 0, - "width": 120 - }, - { - "field": "traderId", - "headerName": "Trader Id" - }, - { - "field": "traderName", - "headerName": "Trader Name", - "disableClickEventBubbling": true, - "width": 150 - }, - { - "field": "traderEmail", - "headerName": "Trader Email", - "width": 200, - "hide": true - }, - { - "field": "unitPrice", - "headerName": "Unit Price", - "type": "number", - "width": 100 - }, - { - "field": "unitPriceCurrency", - "headerName": "Unit Price Currency", - "width": 70 - }, - { - "field": "quantity", - "type": "number" - }, - { - "field": "filledQuantity", - "headerName": "Filled Quantity", - "sortDirection": "desc", - "sortIndex": 1, - "type": "number", - "width": 120 - }, - { - "field": "isFilled", - "headerName": "Is Filled", - "align": "center", - "width": 50 - }, - { - "field": "subTotal", - "headerName": "Sub Total", - "type": "number", - "width": 120 - }, - { - "field": "feeRate", - "headerName": "Fee Rate", - "type": "number", - "width": 80 - }, - { - "field": "feeAmount", - "headerName": "Fee Amount", - "type": "number", - "width": 120 - }, - { - "field": "incoTerm", - "width": 100 - }, - { - "field": "totalPrice", - "headerName": "Total in USD", - "cellClassRules": {}, - "type": "number", - "width": 120 - }, - { - "field": "status", - "width": 150 - }, - { - "field": "pnl", - "headerName": "PnL", - "cellClassRules": {}, - "type": "number", - "width": 120 - }, - { - "field": "maturityDate", - "headerName": "Maturity Date", - "type": "date" - }, - { - "field": "tradeDate", - "headerName": "Trade Date", - "type": "date" - }, - { - "field": "brokerId", - "headerName": "Broker Id", - "hide": true - }, - { - "field": "brokerName", - "headerName": "Broker Name", - "width": 140 - }, - { - "field": "counterPartyName", - "headerName": "Counterparty", - "width": 180 - }, - { - "field": "counterPartyCountry", - "headerName": "Counterparty Country", - "width": 120 - }, - { - "field": "counterPartyCurrency", - "headerName": "Counterparty Currency" - }, - { - "field": "counterPartyAddress", - "headerName": "Counterparty Address", - "width": 200 - }, - { - "field": "counterPartyCity", - "headerName": "Counterparty City", - "width": 120 - }, - { - "field": "taxCode", - "headerName": "Tax Code" - }, - { - "field": "contractType", - "headerName": "Contract Type" - }, - { - "field": "rateType", - "headerName": "Rate Type" - }, - { - "field": "lastUpdated", - "headerName": "Updated on", - "type": "dateTime", - "width": 180 - }, - { - "field": "dateCreated", - "headerName": "Created on", - "type": "date", - "width": 150 - } - ], - "rows": [ - { - "id": "5a1fa88b-1ac5-4acf-ae0c-9750fc4d3536", - "desk": "D-21561", - "commodity": "Corn", - "traderId": 12034, - "traderName": "Dr. Josie Rath", - "traderEmail": "Tess38@hotmail.com", - "unitPrice": 57.6554067022875, - "unitPriceCurrency": "MXN", - "quantity": 73600, - "filledQuantity": 0.11744565217391305, - "isFilled": false, - "subTotal": 4243437.93328836, - "feeRate": 0.17442197858169128, - "feeAmount": 740148.8403127587, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 4243438.107710338, - "status": "Filled", - "pnl": -7640838.230044842, - "maturityDate": "2020-12-28T20:28:53.557Z", - "tradeDate": "2020-05-12T03:45:12.100Z", - "brokerId": "31847a95-263e-4e5c-92f8-6518d755a208", - "brokerName": "Rosenbaum Inc", - "counterPartyName": "Mohr Inc", - "counterPartyCountry": { - "code": "FR", - "label": "France", - "phone": "33", - "suggested": true - }, - "counterPartyCurrency": "JPY", - "counterPartyAddress": "08865 Payton Common", - "counterPartyCity": "Mertieburgh", - "taxCode": "BR", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T00:42:37.718Z", - "dateCreated": "2019-12-15T18:51:55.404Z" - }, - { - "id": "b57fca51-b833-4e03-a4cc-be86a644e9da", - "desk": "D-53256", - "commodity": "Sugar No.14", - "traderId": 1940, - "traderName": "Mr. Eriberto Waters", - "traderEmail": "Tom_Krajcik@hotmail.com", - "unitPrice": 69.66543271576414, - "unitPriceCurrency": "BRZ", - "quantity": 11697, - "filledQuantity": 0.37744720868598786, - "isFilled": false, - "subTotal": 814876.5664762931, - "feeRate": 0.15713562410671106, - "feeAmount": 128046.13784318614, - "incoTerm": "EXW (Ex Works)", - "totalPrice": 814876.7236119172, - "status": "PartiallyFilled", - "pnl": -38904337.42082835, - "maturityDate": "2020-06-25T03:26:05.076Z", - "tradeDate": "2020-05-12T16:29:25.969Z", - "brokerId": "ad069668-4c36-429e-bcf2-d9c9eb66682a", - "brokerName": "Shields - VonRueden", - "counterPartyName": "Klocko, Parker and Wehner", - "counterPartyCountry": { - "code": "JO", - "label": "Jordan", - "phone": "962" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "3462 Stark Knolls", - "counterPartyCity": "Destinport", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T21:01:43.701Z", - "dateCreated": "2019-08-19T22:40:56.269Z" - }, - { - "id": "bfa3f0e7-bf0e-4afe-a1f1-a94ee499948e", - "desk": "D-34704", - "commodity": "Rough Rice", - "traderId": 82096, - "traderName": "Mr. Tina Glover", - "traderEmail": "Mandy.Wolff@hotmail.com", - "unitPrice": 3.515804597075603, - "unitPriceCurrency": "THB", - "quantity": 37671, - "filledQuantity": 0.1874120676382363, - "isFilled": false, - "subTotal": 132443.87497643504, - "feeRate": 0.1976630059032478, - "feeAmount": 26179.254441316094, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 132444.07263944094, - "status": "Filled", - "pnl": 74345486.82714853, - "maturityDate": "2020-09-21T17:06:53.313Z", - "tradeDate": "2020-05-12T07:46:32.901Z", - "brokerId": "990c923d-30b2-4799-a2a2-341962972190", - "brokerName": "Rowe, Dietrich and Casper", - "counterPartyName": "Bruen, Gulgowski and Lemke", - "counterPartyCountry": { - "code": "GW", - "label": "Guinea-Bissau", - "phone": "245" - }, - "counterPartyCurrency": "TRY", - "counterPartyAddress": "0924 Thelma Plain", - "counterPartyCity": "Sammieville", - "taxCode": "BR", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-12T15:54:31.350Z", - "dateCreated": "2020-02-24T03:35:09.248Z" - }, - { - "id": "5487f3f3-0c91-4e18-b7d8-4dfced216d95", - "desk": "D-81929", - "commodity": "Milk", - "traderId": 4378, - "traderName": "Kenny Bode", - "traderEmail": "Magdalen.Ledner@yahoo.com", - "unitPrice": 40.707741972636235, - "unitPriceCurrency": "HKD", - "quantity": 29753, - "filledQuantity": 0.9830269216549592, - "isFilled": false, - "subTotal": 1211177.4469118458, - "feeRate": 0.3894677434396985, - "feeAmount": 471714.5471538118, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 1211177.8363795893, - "status": "Filled", - "pnl": -38434647.06051751, - "maturityDate": "2020-08-07T13:17:45.472Z", - "tradeDate": "2020-05-12T06:26:28.272Z", - "brokerId": "875348f6-25ae-47fb-988a-2a7a4e752a12", - "brokerName": "Hintz LLC", - "counterPartyName": "Watsica and Sons", - "counterPartyCountry": { - "code": "BR", - "label": "Brazil", - "phone": "55" - }, - "counterPartyCurrency": "GBP", - "counterPartyAddress": "08552 Odessa Mills", - "counterPartyCity": "South Liam", - "taxCode": "BR", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T00:07:23.606Z", - "dateCreated": "2019-11-21T16:04:47.670Z" - }, - { - "id": "52bf2843-f8ad-4656-95d7-f9a6aa9bf630", - "desk": "D-64385", - "commodity": "Milk", - "traderId": 92884, - "traderName": "Dr. Hattie Murphy", - "traderEmail": "Laurianne_Luettgen@yahoo.com", - "unitPrice": 64.21717972931442, - "unitPriceCurrency": "ARS", - "quantity": 97770, - "filledQuantity": 0.5799631788892299, - "isFilled": false, - "subTotal": 6278513.662135071, - "feeRate": 0.15511645422296289, - "feeAmount": 973900.7770608218, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 6278513.817251525, - "status": "Open", - "pnl": -73158665.93611853, - "maturityDate": "2020-11-08T15:34:15.711Z", - "tradeDate": "2020-05-12T02:53:07.554Z", - "brokerId": "33aad8ae-0ede-4d5b-a9e0-42a8838f9870", - "brokerName": "Monahan, Ullrich and Mosciski", - "counterPartyName": "Lueilwitz - Greenfelder", - "counterPartyCountry": { - "code": "CW", - "label": "Curacao", - "phone": "599" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "10919 Green Ranch", - "counterPartyCity": "Gradyfurt", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-12T02:29:22.271Z", - "dateCreated": "2019-07-12T20:45:31.870Z" - }, - { - "id": "e9ef8183-f675-4daf-aac0-4133dcbbd48d", - "desk": "D-21722", - "commodity": "Adzuki bean", - "traderId": 87150, - "traderName": "Tiara Corwin", - "traderEmail": "Dianna_Swift@gmail.com", - "unitPrice": 99.43752659853887, - "unitPriceCurrency": "NZD", - "quantity": 50356, - "filledQuantity": 0.5740130272460084, - "isFilled": false, - "subTotal": 5007276.089396023, - "feeRate": 0.12433886446892803, - "feeAmount": 622599.023037916, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 5007276.213734888, - "status": "PartiallyFilled", - "pnl": -71078880.73571669, - "maturityDate": "2021-02-04T11:02:01.105Z", - "tradeDate": "2020-05-12T06:32:32.685Z", - "brokerId": "fb068f1e-4943-4dde-9db6-ce49c7989b19", - "brokerName": "Kohler LLC", - "counterPartyName": "Jast, Jakubowski and Prohaska", - "counterPartyCountry": { - "code": "NG", - "label": "Nigeria", - "phone": "234" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "47415 Kshlerin Plains", - "counterPartyCity": "DuBuqueton", - "taxCode": "BR", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T10:47:53.920Z", - "dateCreated": "2020-01-24T21:37:32.182Z" - }, - { - "id": "b6b50cd9-39f5-4690-b324-8feb42a32f7c", - "desk": "D-5038", - "commodity": "Soybeans", - "traderId": 2539, - "traderName": "Carolanne Macejkovic", - "traderEmail": "Orion.Schultz88@gmail.com", - "unitPrice": 86.20339726327059, - "unitPriceCurrency": "CAD", - "quantity": 76865, - "filledQuantity": 0.4978728940349964, - "isFilled": false, - "subTotal": 6626024.130641294, - "feeRate": 0.39649427058093256, - "feeAmount": 2627180.6045302777, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 6626024.527135564, - "status": "Rejected", - "pnl": -29720084.59422648, - "maturityDate": "2021-03-28T06:40:33.408Z", - "tradeDate": "2020-05-11T18:23:28.134Z", - "brokerId": "98f8eac4-d30f-4c41-b3ef-6b3541ad35a5", - "brokerName": "Ortiz Inc", - "counterPartyName": "Schaefer - Leffler", - "counterPartyCountry": { - "code": "SO", - "label": "Somalia", - "phone": "252" - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "0789 Bennett Grove", - "counterPartyCity": "West Verdaborough", - "taxCode": "BR", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T08:32:26.788Z", - "dateCreated": "2020-02-06T16:17:04.302Z" - }, - { - "id": "93fbe5b4-ef93-4179-b256-c79db80662e2", - "desk": "D-29386", - "commodity": "Rapeseed", - "traderId": 61653, - "traderName": "Kathlyn Schneider", - "traderEmail": "Carroll.Sanford@yahoo.com", - "unitPrice": 24.096516404537265, - "unitPriceCurrency": "HKD", - "quantity": 72474, - "filledQuantity": 0.10380274305268096, - "isFilled": false, - "subTotal": 1746370.9299024337, - "feeRate": 0.382491060643539, - "feeAmount": 667971.2692554253, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 1746371.3123934942, - "status": "Open", - "pnl": 13430265.844275668, - "maturityDate": "2020-06-15T06:31:29.829Z", - "tradeDate": "2020-05-12T09:46:18.491Z", - "brokerId": "d6b7c4d8-3ae4-45a5-8667-11e5e2a01943", - "brokerName": "Nicolas, Botsford and Murray", - "counterPartyName": "Parker Group", - "counterPartyCountry": { - "code": "EE", - "label": "Estonia", - "phone": "372" - }, - "counterPartyCurrency": "BRZ", - "counterPartyAddress": "5567 Gerald Turnpike", - "counterPartyCity": "Willbury", - "taxCode": "IGN179", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T04:12:13.138Z", - "dateCreated": "2019-12-20T00:23:23.430Z" - }, - { - "id": "e5ddb0ce-e787-4864-b6ae-41c79b637e06", - "desk": "D-61797", - "commodity": "Soybeans", - "traderId": 24628, - "traderName": "Birdie Homenick", - "traderEmail": "Johnpaul.Stokes50@hotmail.com", - "unitPrice": 38.53609345118065, - "unitPriceCurrency": "THB", - "quantity": 86614, - "filledQuantity": 0.19195511118294964, - "isFilled": false, - "subTotal": 3337765.1981805605, - "feeRate": 0.2699653013901733, - "feeAmount": 901080.7876964464, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 3337765.4681458618, - "status": "Open", - "pnl": -25951068.497674614, - "maturityDate": "2020-06-27T09:46:11.633Z", - "tradeDate": "2020-05-11T16:40:34.508Z", - "brokerId": "2e5ee4a1-92ab-4b8a-b0a4-4c0876a858de", - "brokerName": "Gislason - Rau", - "counterPartyName": "Vandervort - Thompson", - "counterPartyCountry": { - "code": "TG", - "label": "Togo", - "phone": "228" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "5154 Pedro Turnpike", - "counterPartyCity": "North Olafview", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T13:08:43.909Z", - "dateCreated": "2019-12-02T04:32:52.344Z" - }, - { - "id": "0df4e75b-ea4a-4bde-a120-ba646eff8fb8", - "desk": "D-79681", - "commodity": "Oats", - "traderId": 40598, - "traderName": "Shannon Johnston", - "traderEmail": "Pascale_Lueilwitz82@hotmail.com", - "unitPrice": 60.62741298500351, - "unitPriceCurrency": "THB", - "quantity": 47200, - "filledQuantity": 0.8581355932203389, - "isFilled": false, - "subTotal": 2861613.8928921656, - "feeRate": 0.2837751096994403, - "feeAmount": 812054.7963729167, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 2861614.1766672754, - "status": "PartiallyFilled", - "pnl": -25411997.430005863, - "maturityDate": "2020-10-15T23:32:04.899Z", - "tradeDate": "2020-05-12T11:51:12.346Z", - "brokerId": "3f76e2a3-d31b-45f7-884f-4ca9cf485d23", - "brokerName": "Larson - Bailey", - "counterPartyName": "Kreiger Group", - "counterPartyCountry": { - "code": "NL", - "label": "Netherlands", - "phone": "31" - }, - "counterPartyCurrency": "CAD", - "counterPartyAddress": "602 Elian Tunnel", - "counterPartyCity": "South Jovani", - "taxCode": "BR", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T19:03:10.012Z", - "dateCreated": "2020-03-01T20:59:45.603Z" - }, - { - "id": "7ff48449-2be2-4714-b12e-4e375fdf927c", - "desk": "D-93645", - "commodity": "Wheat", - "traderId": 40949, - "traderName": "Mrs. Dino Parker", - "traderEmail": "Alysa_Walker@yahoo.com", - "unitPrice": 65.9840280033779, - "unitPriceCurrency": "EUR", - "quantity": 79114, - "filledQuantity": 0.05842202391485704, - "isFilled": false, - "subTotal": 5220260.39145924, - "feeRate": 0.22122372360124573, - "feeAmount": 1154845.4419667097, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 5220260.612682963, - "status": "Rejected", - "pnl": 59355943.976030886, - "maturityDate": "2020-05-14T07:51:31.596Z", - "tradeDate": "2020-05-11T23:55:50.080Z", - "brokerId": "ee6a8cb5-a415-4652-aef0-55d161663930", - "brokerName": "Roberts - Collier", - "counterPartyName": "Mitchell - Oberbrunner", - "counterPartyCountry": { - "code": "BA", - "label": "Bosnia and Herzegovina", - "phone": "387" - }, - "counterPartyCurrency": "BRZ", - "counterPartyAddress": "74311 Nader Fields", - "counterPartyCity": "New Shanellefort", - "taxCode": "BR", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T13:20:12.209Z", - "dateCreated": "2019-05-17T11:29:51.094Z" - }, - { - "id": "850b97b9-6eaf-4dd7-9a02-e60ec70c3b1c", - "desk": "D-15287", - "commodity": "Soybean Oil", - "traderId": 77531, - "traderName": "Ebba Okuneva", - "traderEmail": "Claude_Lehner82@gmail.com", - "unitPrice": 49.14902944841395, - "unitPriceCurrency": "ARS", - "quantity": 16291, - "filledQuantity": 0.476643545515929, - "isFilled": false, - "subTotal": 800686.8387441116, - "feeRate": 0.2602285072748942, - "feeAmount": 208361.5408410341, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 800687.0989726188, - "status": "Filled", - "pnl": 92447541.93360865, - "maturityDate": "2021-05-02T08:16:01.058Z", - "tradeDate": "2020-05-11T19:14:25.346Z", - "brokerId": "c3fc38a1-afb4-4fda-8320-985d9f92d895", - "brokerName": "Haley, Schowalter and Volkman", - "counterPartyName": "Bruen - Ruecker", - "counterPartyCountry": { - "code": "SR", - "label": "Suriname", - "phone": "597" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "211 Lisandro Springs", - "counterPartyCity": "Marvinstad", - "taxCode": "IGN179", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T23:05:11.771Z", - "dateCreated": "2019-08-22T10:18:58.924Z" - }, - { - "id": "25e40bc1-442e-4d06-ad31-c342471f3e32", - "desk": "D-14580", - "commodity": "Cotton No.2", - "traderId": 80700, - "traderName": "Kitty Schamberger", - "traderEmail": "Madeline60@hotmail.com", - "unitPrice": 84.72380242345557, - "unitPriceCurrency": "HKD", - "quantity": 29234, - "filledQuantity": 0.43038927276458916, - "isFilled": false, - "subTotal": 2476815.6400473, - "feeRate": 0.21971906783667197, - "feeAmount": 544203.6236344829, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 2476815.859766368, - "status": "Open", - "pnl": 16743379.935676917, - "maturityDate": "2021-01-14T19:45:21.277Z", - "tradeDate": "2020-05-12T00:26:59.525Z", - "brokerId": "8c9840b2-70a7-4835-896d-f10f6b4ac6f2", - "brokerName": "Jacobs and Sons", - "counterPartyName": "Roberts - Orn", - "counterPartyCountry": { - "code": "EC", - "label": "Ecuador", - "phone": "593" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "5705 Skiles Trace", - "counterPartyCity": "Delfinabury", - "taxCode": "20G", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T01:59:27.473Z", - "dateCreated": "2020-01-09T17:14:02.630Z" - }, - { - "id": "84b12ebd-c362-43da-836e-55f54e437990", - "desk": "D-27764", - "commodity": "Sugar No.11", - "traderId": 71743, - "traderName": "Dr. Reilly Kuphal", - "traderEmail": "Kendrick97@gmail.com", - "unitPrice": 81.09349087728528, - "unitPriceCurrency": "EUR", - "quantity": 32914, - "filledQuantity": 0.6467764477122198, - "isFilled": false, - "subTotal": 2669111.1587349675, - "feeRate": 0.3253551400904686, - "feeAmount": 868409.0349672483, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 2669111.4840901075, - "status": "PartiallyFilled", - "pnl": -95718392.98441547, - "maturityDate": "2020-06-10T10:26:22.698Z", - "tradeDate": "2020-05-12T10:04:27.791Z", - "brokerId": "32e2d8ed-a7f9-4dd0-b86e-4695a10ae631", - "brokerName": "Green Inc", - "counterPartyName": "Wiegand, Stehr and Bergstrom", - "counterPartyCountry": { - "code": "IM", - "label": "Isle of Man", - "phone": "44" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "71726 Autumn River", - "counterPartyCity": "Robelview", - "taxCode": "IGN179", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T12:49:14.839Z", - "dateCreated": "2019-07-18T20:30:30.264Z" - }, - { - "id": "06b02cb5-715c-4f5a-917e-625bcdb486b4", - "desk": "D-382", - "commodity": "Rapeseed", - "traderId": 26999, - "traderName": "Jackeline Hansen", - "traderEmail": "Kaitlin.Doyle@gmail.com", - "unitPrice": 61.87119821266952, - "unitPriceCurrency": "GBP", - "quantity": 95735, - "filledQuantity": 0.8984697341620097, - "isFilled": false, - "subTotal": 5923239.160889916, - "feeRate": 0.2780473886738273, - "feeAmount": 1646941.181175993, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 5923239.438937305, - "status": "Filled", - "pnl": -86199979.12930128, - "maturityDate": "2021-02-10T11:46:25.379Z", - "tradeDate": "2020-05-12T05:38:56.356Z", - "brokerId": "76345fbc-339e-4710-af36-0b62d3f33215", - "brokerName": "Kuhn Inc", - "counterPartyName": "Durgan LLC", - "counterPartyCountry": { - "code": "TL", - "label": "Timor-Leste", - "phone": "670" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "5506 Beahan Burgs", - "counterPartyCity": "Port Jerad", - "taxCode": "1250L", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-12T16:28:43.446Z", - "dateCreated": "2020-01-23T21:37:38.045Z" - }, - { - "id": "6b69fbb5-ab79-42a2-b5f6-440c82f1c16f", - "desk": "D-13322", - "commodity": "Oats", - "traderId": 62151, - "traderName": "Isabel Ritchie", - "traderEmail": "Maureen74@yahoo.com", - "unitPrice": 34.81052461868852, - "unitPriceCurrency": "CAD", - "quantity": 56243, - "filledQuantity": 0.8348416691854986, - "isFilled": false, - "subTotal": 1957848.3361288984, - "feeRate": 0.17918242235187784, - "feeAmount": 350812.0074651696, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 1957848.5153113208, - "status": "PartiallyFilled", - "pnl": -81443539.35072437, - "maturityDate": "2021-01-10T03:08:21.351Z", - "tradeDate": "2020-05-11T22:39:18.181Z", - "brokerId": "8a23627d-c2fa-4c88-bc2f-e4de6df9a92a", - "brokerName": "Moore, Larson and Howell", - "counterPartyName": "Weber - Hilpert", - "counterPartyCountry": { - "code": "QA", - "label": "Qatar", - "phone": "974" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "82809 Zachery Squares", - "counterPartyCity": "West Willowfort", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T05:20:23.272Z", - "dateCreated": "2020-02-02T07:52:42.446Z" - }, - { - "id": "5f46aced-7eee-4d5c-8b90-c7b845942eb2", - "desk": "D-11181", - "commodity": "Coffee C", - "traderId": 99914, - "traderName": "Devante Lebsack", - "traderEmail": "Trinity.Schowalter@gmail.com", - "unitPrice": 44.19020748028723, - "unitPriceCurrency": "NZD", - "quantity": 23504, - "filledQuantity": 0.3196051735874745, - "isFilled": false, - "subTotal": 1038646.636616671, - "feeRate": 0.34842926526565565, - "feeAmount": 361894.8844669911, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 1038646.9850459363, - "status": "Rejected", - "pnl": 94461171.41614333, - "maturityDate": "2020-07-03T23:06:33.129Z", - "tradeDate": "2020-05-12T07:13:18.262Z", - "brokerId": "f8906985-7c8e-4033-a0ee-76a538327fff", - "brokerName": "Green Inc", - "counterPartyName": "Wilderman - Okuneva", - "counterPartyCountry": { - "code": "AR", - "label": "Argentina", - "phone": "54" - }, - "counterPartyCurrency": "GBP", - "counterPartyAddress": "961 Schroeder Lane", - "counterPartyCity": "Mattchester", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T14:02:08.983Z", - "dateCreated": "2019-08-28T02:55:01.999Z" - }, - { - "id": "f6dfc655-b6e7-4f1d-83a1-0949467e5d22", - "desk": "D-73766", - "commodity": "Cocoa", - "traderId": 98347, - "traderName": "Frederique Cole PhD", - "traderEmail": "Krista87@gmail.com", - "unitPrice": 62.95457064111106, - "unitPriceCurrency": "BRZ", - "quantity": 30229, - "filledQuantity": 0.8649641073141685, - "isFilled": false, - "subTotal": 1903053.7159101462, - "feeRate": 0.32919682813709494, - "feeAmount": 626479.2470521323, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 1903054.0451069744, - "status": "PartiallyFilled", - "pnl": -89841705.14763528, - "maturityDate": "2020-11-11T00:28:19.604Z", - "tradeDate": "2020-05-12T07:31:19.799Z", - "brokerId": "5acebd1c-8322-46e7-a61d-107c1e8949c3", - "brokerName": "Abbott LLC", - "counterPartyName": "Zboncak - Toy", - "counterPartyCountry": { - "code": "AI", - "label": "Anguilla", - "phone": "1-264" - }, - "counterPartyCurrency": "TRY", - "counterPartyAddress": "8266 Kessler Avenue", - "counterPartyCity": "Cassidyborough", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T16:50:35.137Z", - "dateCreated": "2019-07-30T23:50:14.252Z" - }, - { - "id": "f29adb3a-2ae5-47be-8cf0-bfb2aa8f4099", - "desk": "D-45082", - "commodity": "Soybean Oil", - "traderId": 23207, - "traderName": "Annabelle Muller", - "traderEmail": "Shana17@yahoo.com", - "unitPrice": 75.60895882600855, - "unitPriceCurrency": "NZD", - "quantity": 53204, - "filledQuantity": 0.14628599353432073, - "isFilled": false, - "subTotal": 4022699.045378959, - "feeRate": 0.23745987443767855, - "feeAmount": 955229.6102162569, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 4022699.282838833, - "status": "PartiallyFilled", - "pnl": -78449537.4038427, - "maturityDate": "2020-10-16T02:58:50.780Z", - "tradeDate": "2020-05-12T16:12:43.116Z", - "brokerId": "bef071d7-dddb-46d1-9faa-c9eb4e95f5db", - "brokerName": "Schmidt Group", - "counterPartyName": "Balistreri - Orn", - "counterPartyCountry": { - "code": "FJ", - "label": "Fiji", - "phone": "679" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "96283 Schumm Burg", - "counterPartyCity": "Lake Clint", - "taxCode": "20G", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T06:28:39.610Z", - "dateCreated": "2019-10-01T14:08:13.947Z" - }, - { - "id": "df07d0ba-8dfa-48d1-8b3f-f39b5ae6e9c8", - "desk": "D-83485", - "commodity": "Sugar No.14", - "traderId": 84414, - "traderName": "Bulah Cummings", - "traderEmail": "Milo.Konopelski44@yahoo.com", - "unitPrice": 87.69692496790856, - "unitPriceCurrency": "GBP", - "quantity": 8667, - "filledQuantity": 0.6919349255797854, - "isFilled": false, - "subTotal": 760069.2486968634, - "feeRate": 0.2608697400171869, - "feeAmount": 198279.06730260933, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 760069.5095666035, - "status": "PartiallyFilled", - "pnl": 92014513.70993993, - "maturityDate": "2020-12-11T19:59:25.176Z", - "tradeDate": "2020-05-12T01:56:40.122Z", - "brokerId": "89a0c0ab-a558-4f89-882d-c8744eb59b14", - "brokerName": "Wisozk - Hudson", - "counterPartyName": "Rosenbaum - Runolfsson", - "counterPartyCountry": { - "code": "GA", - "label": "Gabon", - "phone": "241" - }, - "counterPartyCurrency": "GBP", - "counterPartyAddress": "63637 Grimes Rue", - "counterPartyCity": "Lake Julietborough", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T21:14:39.605Z", - "dateCreated": "2020-05-07T23:29:52.800Z" - }, - { - "id": "78d8b7c2-cef9-4b31-b38a-a0b2a0644bba", - "desk": "D-5769", - "commodity": "Adzuki bean", - "traderId": 58293, - "traderName": "Skye Lang", - "traderEmail": "Dell_Mann@gmail.com", - "unitPrice": 42.45427536630499, - "unitPriceCurrency": "GBP", - "quantity": 27499, - "filledQuantity": 0.35601294592530636, - "isFilled": false, - "subTotal": 1167450.118298021, - "feeRate": 0.12355877145219779, - "feeAmount": 144248.70234862645, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 1167450.2418567925, - "status": "Open", - "pnl": 75243024.73241425, - "maturityDate": "2021-02-19T20:12:48.266Z", - "tradeDate": "2020-05-11T18:18:02.910Z", - "brokerId": "8b5b350d-1e2c-471f-8cfb-73551f391f88", - "brokerName": "Rau Group", - "counterPartyName": "Wyman Inc", - "counterPartyCountry": { - "code": "MS", - "label": "Montserrat", - "phone": "1-664" - }, - "counterPartyCurrency": "CAD", - "counterPartyAddress": "37042 Kurt Pike", - "counterPartyCity": "Ebertport", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T22:01:40.074Z", - "dateCreated": "2020-01-30T07:33:18.835Z" - }, - { - "id": "c18bdf1e-2ee7-4740-b438-e9c9020ce0c0", - "desk": "D-42188", - "commodity": "Rapeseed", - "traderId": 26824, - "traderName": "Shawn Kozey", - "traderEmail": "Selena.Hauck@hotmail.com", - "unitPrice": 82.3413201132216, - "unitPriceCurrency": "EUR", - "quantity": 73278, - "filledQuantity": 0.52408635606867, - "isFilled": false, - "subTotal": 6033807.255256652, - "feeRate": 0.12283989148588034, - "feeAmount": 741192.2284824447, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 6033807.378096543, - "status": "Rejected", - "pnl": 175673.38308922946, - "maturityDate": "2020-12-10T12:13:27.226Z", - "tradeDate": "2020-05-12T00:07:17.988Z", - "brokerId": "bb87dd63-2506-42f2-a204-fadd89dcf301", - "brokerName": "Schowalter - Borer", - "counterPartyName": "Swaniawski Inc", - "counterPartyCountry": { - "code": "AE", - "label": "United Arab Emirates", - "phone": "971" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "2523 Rolfson Glen", - "counterPartyCity": "Port Natashafort", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T11:40:44.450Z", - "dateCreated": "2020-02-23T04:24:46.588Z" - }, - { - "id": "8297a43a-ebf8-4f51-90cb-c65efa6e60f1", - "desk": "D-6948", - "commodity": "Coffee C", - "traderId": 61659, - "traderName": "Edmund Wiza", - "traderEmail": "Landen.Jast29@hotmail.com", - "unitPrice": 5.908281537732391, - "unitPriceCurrency": "HKD", - "quantity": 80754, - "filledQuantity": 0.33803898258909776, - "isFilled": false, - "subTotal": 477117.36729804147, - "feeRate": 0.20826022181988962, - "feeAmount": 99364.56874761186, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 477117.5755582633, - "status": "Rejected", - "pnl": 94896614.80337688, - "maturityDate": "2020-06-03T22:22:10.483Z", - "tradeDate": "2020-05-11T21:02:26.716Z", - "brokerId": "9b56a388-93bb-4c08-b101-2192dec782df", - "brokerName": "Vandervort - Corkery", - "counterPartyName": "Kozey - Kuhic", - "counterPartyCountry": { - "code": "CA", - "label": "Canada", - "phone": "1", - "suggested": true - }, - "counterPartyCurrency": "GBP", - "counterPartyAddress": "661 Keyon Plaza", - "counterPartyCity": "Emilioville", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-11T18:14:14.464Z", - "dateCreated": "2019-07-18T12:55:12.318Z" - }, - { - "id": "a98d9b11-c23a-424e-af1e-98a6f2cda325", - "desk": "D-91290", - "commodity": "Wheat", - "traderId": 598, - "traderName": "Camila Lakin", - "traderEmail": "Tate_OConnell99@gmail.com", - "unitPrice": 12.613074894212925, - "unitPriceCurrency": "EUR", - "quantity": 54366, - "filledQuantity": 0.3046389287422286, - "isFilled": false, - "subTotal": 685722.42969878, - "feeRate": 0.3642225564800958, - "feeAmount": 249755.5763806324, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 685722.7939213364, - "status": "PartiallyFilled", - "pnl": 33418860.177959114, - "maturityDate": "2020-07-12T17:42:20.345Z", - "tradeDate": "2020-05-11T17:02:16.896Z", - "brokerId": "9287df7c-5663-4213-b898-af4371c5f772", - "brokerName": "Daugherty - Crooks", - "counterPartyName": "Gusikowski LLC", - "counterPartyCountry": { - "code": "YE", - "label": "Yemen", - "phone": "967" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "2457 Eleanora Extensions", - "counterPartyCity": "North Nathanaeltown", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T17:05:28.712Z", - "dateCreated": "2019-07-27T02:18:57.487Z" - }, - { - "id": "8f78d5ac-ebb9-4464-84f3-5751600dc2ef", - "desk": "D-11064", - "commodity": "Soybeans", - "traderId": 53673, - "traderName": "Kaleb Gibson", - "traderEmail": "Trent98@yahoo.com", - "unitPrice": 45.4767412059527, - "unitPriceCurrency": "AUD", - "quantity": 69875, - "filledQuantity": 0.4900751341681574, - "isFilled": false, - "subTotal": 3177687.291765945, - "feeRate": 0.32644431811555985, - "feeAmount": 1037337.961145014, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 3177687.618210263, - "status": "Rejected", - "pnl": 13376845.152095556, - "maturityDate": "2020-12-17T09:28:09.646Z", - "tradeDate": "2020-05-12T07:12:29.256Z", - "brokerId": "c3e987da-201a-4658-9480-7ccd03ebf07f", - "brokerName": "Hammes - O'Conner", - "counterPartyName": "Mante LLC", - "counterPartyCountry": { - "code": "FR", - "label": "France", - "phone": "33", - "suggested": true - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "14274 Ebert Landing", - "counterPartyCity": "Daughertyfort", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T01:05:50.529Z", - "dateCreated": "2020-01-25T19:52:48.955Z" - }, - { - "id": "56993a31-3281-4344-b2a3-cd529fddcf60", - "desk": "D-66938", - "commodity": "Oats", - "traderId": 7833, - "traderName": "Donnie Mills", - "traderEmail": "Cecile_Adams@gmail.com", - "unitPrice": 12.842810414892835, - "unitPriceCurrency": "MXN", - "quantity": 22078, - "filledQuantity": 0.06078449134885406, - "isFilled": false, - "subTotal": 283543.568340004, - "feeRate": 0.10345138303436985, - "feeAmount": 29332.97429527378, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 283543.671791387, - "status": "PartiallyFilled", - "pnl": -96227838.51593386, - "maturityDate": "2020-10-28T02:16:49.967Z", - "tradeDate": "2020-05-12T12:23:05.546Z", - "brokerId": "3c028f3d-11f7-4249-ba86-802d6d2d105b", - "brokerName": "Greenholt Group", - "counterPartyName": "Reynolds LLC", - "counterPartyCountry": { - "code": "FR", - "label": "France", - "phone": "33", - "suggested": true - }, - "counterPartyCurrency": "JPY", - "counterPartyAddress": "89924 Yost Lodge", - "counterPartyCity": "East Lunatown", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T21:50:36.880Z", - "dateCreated": "2020-03-25T00:11:57.844Z" - }, - { - "id": "4c9304c5-d6d4-4d01-acd9-ccfc8388ce99", - "desk": "D-90447", - "commodity": "Soybean Oil", - "traderId": 67054, - "traderName": "Otha Graham", - "traderEmail": "Pasquale58@hotmail.com", - "unitPrice": 79.23453738189751, - "unitPriceCurrency": "GBP", - "quantity": 20855, - "filledQuantity": 0.27585710860704865, - "isFilled": false, - "subTotal": 1652436.2770994725, - "feeRate": 0.2109250859160487, - "feeAmount": 348540.2637180019, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 1652436.4880245584, - "status": "PartiallyFilled", - "pnl": 1643874.2973213643, - "maturityDate": "2020-06-26T13:14:29.493Z", - "tradeDate": "2020-05-12T03:56:05.106Z", - "brokerId": "46f3332f-1fd8-4ddd-9503-efcf4203507f", - "brokerName": "Becker - Bergstrom", - "counterPartyName": "Gerlach - Halvorson", - "counterPartyCountry": { - "code": "OM", - "label": "Oman", - "phone": "968" - }, - "counterPartyCurrency": "MXN", - "counterPartyAddress": "099 Thora Plains", - "counterPartyCity": "North Sydneystad", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T13:18:26.711Z", - "dateCreated": "2019-08-11T15:55:46.590Z" - }, - { - "id": "af2d6107-1710-426c-ac24-3f4a329f3d0e", - "desk": "D-49451", - "commodity": "Corn", - "traderId": 63579, - "traderName": "Diego Leffler", - "traderEmail": "Vern33@hotmail.com", - "unitPrice": 81.690861536302, - "unitPriceCurrency": "BRZ", - "quantity": 32183, - "filledQuantity": 0.14485908709567163, - "isFilled": false, - "subTotal": 2629056.996822807, - "feeRate": 0.2061280912682241, - "feeAmount": 541922.5005904547, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 2629057.202950898, - "status": "Filled", - "pnl": 73130164.43554586, - "maturityDate": "2020-09-19T21:29:44.898Z", - "tradeDate": "2020-05-11T16:43:35.976Z", - "brokerId": "9ad2650a-34f1-47fb-9668-c4a17a081b5f", - "brokerName": "Wilderman, Hyatt and Feil", - "counterPartyName": "Runte LLC", - "counterPartyCountry": { - "code": "KZ", - "label": "Kazakhstan", - "phone": "7" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "01519 Feeney Views", - "counterPartyCity": "North Selmer", - "taxCode": "BR", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T00:49:22.511Z", - "dateCreated": "2019-06-09T17:28:29.265Z" - }, - { - "id": "8843ee6d-f9d1-4a3f-ab44-819964fba509", - "desk": "D-17220", - "commodity": "Corn", - "traderId": 31963, - "traderName": "Jalon Schumm", - "traderEmail": "Ruth7@yahoo.com", - "unitPrice": 9.6835847887349, - "unitPriceCurrency": "JPY", - "quantity": 49873, - "filledQuantity": 0.26912357387764924, - "isFilled": false, - "subTotal": 482949.4241685756, - "feeRate": 0.11175044464297115, - "feeAmount": 53969.8128909052, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 482949.53591902024, - "status": "Filled", - "pnl": 68980442.67695466, - "maturityDate": "2021-04-30T00:10:50.719Z", - "tradeDate": "2020-05-12T04:57:50.326Z", - "brokerId": "54a150d9-7a5e-48b9-b93d-a9ea0c985a8a", - "brokerName": "Kuphal - Cole", - "counterPartyName": "Hickle, Heaney and Runolfsson", - "counterPartyCountry": { - "code": "AI", - "label": "Anguilla", - "phone": "1-264" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "563 Schulist Bridge", - "counterPartyCity": "Pollichborough", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T21:38:45.586Z", - "dateCreated": "2019-07-04T05:12:58.190Z" - }, - { - "id": "b8443241-bdfc-45be-ae9d-5de737184da3", - "desk": "D-89708", - "commodity": "Soybeans", - "traderId": 13986, - "traderName": "Mara Rosenbaum", - "traderEmail": "Antwan_Gleichner87@hotmail.com", - "unitPrice": 18.972231823936472, - "unitPriceCurrency": "HKD", - "quantity": 86491, - "filledQuantity": 0.1913147032639234, - "isFilled": false, - "subTotal": 1640927.3026840894, - "feeRate": 0.16947709527034244, - "feeAmount": 278099.5928086975, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 1640927.4721611848, - "status": "Filled", - "pnl": 31526725.71342498, - "maturityDate": "2021-04-16T15:25:56.125Z", - "tradeDate": "2020-05-12T12:53:08.570Z", - "brokerId": "2f7a1abf-34be-418b-9ba6-8704e38efebf", - "brokerName": "Nikolaus, Koepp and Bayer", - "counterPartyName": "Prosacco and Sons", - "counterPartyCountry": { - "code": "ML", - "label": "Mali", - "phone": "223" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "4102 Trantow Bridge", - "counterPartyCity": "West Jadyn", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T13:36:25.800Z", - "dateCreated": "2020-02-26T11:18:16.345Z" - }, - { - "id": "a48081ca-8cdc-45a3-82a7-7affa480275c", - "desk": "D-26561", - "commodity": "Soybean Meal", - "traderId": 8868, - "traderName": "Maximillian Kirlin", - "traderEmail": "Joe_Hessel15@gmail.com", - "unitPrice": 19.6457614695584, - "unitPriceCurrency": "ARS", - "quantity": 99226, - "filledQuantity": 0.9679922600931208, - "isFilled": false, - "subTotal": 1949370.327578402, - "feeRate": 0.3285227336167946, - "feeAmount": 640412.468847523, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 1949370.6561011355, - "status": "Rejected", - "pnl": -16772753.036109388, - "maturityDate": "2020-08-19T14:48:10.213Z", - "tradeDate": "2020-05-12T11:57:29.234Z", - "brokerId": "fd035f95-5f57-424d-9eb7-341293d1a9c9", - "brokerName": "Boyle - Lockman", - "counterPartyName": "Keeling - Parisian", - "counterPartyCountry": { - "code": "GF", - "label": "French Guiana", - "phone": "594" - }, - "counterPartyCurrency": "HKD", - "counterPartyAddress": "3444 Carter Orchard", - "counterPartyCity": "Kuhnville", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T20:51:21.385Z", - "dateCreated": "2020-05-04T18:42:04.714Z" - }, - { - "id": "cce57c71-5bd0-4621-946c-a9f35b5523ab", - "desk": "D-37733", - "commodity": "Soybeans", - "traderId": 31629, - "traderName": "Alia Mohr", - "traderEmail": "Hillary.Abernathy@gmail.com", - "unitPrice": 45.05805840748502, - "unitPriceCurrency": "HKD", - "quantity": 52716, - "filledQuantity": 0.37497154564079216, - "isFilled": false, - "subTotal": 2375280.6070089806, - "feeRate": 0.22488577747486432, - "feeAmount": 534166.8260281823, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 2375280.831894758, - "status": "Filled", - "pnl": 22325616.6627575, - "maturityDate": "2020-10-01T22:54:56.416Z", - "tradeDate": "2020-05-12T02:36:03.613Z", - "brokerId": "2be006d3-6434-4da2-91d2-37728d7f22e7", - "brokerName": "Beatty, Douglas and Effertz", - "counterPartyName": "Bogisich - Torphy", - "counterPartyCountry": { - "code": "CN", - "label": "China", - "phone": "86" - }, - "counterPartyCurrency": "MXN", - "counterPartyAddress": "38198 Edna Brooks", - "counterPartyCity": "North Fanny", - "taxCode": "IGN179", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T12:43:39.842Z", - "dateCreated": "2019-07-25T17:46:34.695Z" - }, - { - "id": "86fc7f55-c3a5-4f2f-8a68-79ab797adfb8", - "desk": "D-495", - "commodity": "Soybeans", - "traderId": 90463, - "traderName": "Gabe Maggio Sr.", - "traderEmail": "Kiel_Hoeger@gmail.com", - "unitPrice": 39.73588087701607, - "unitPriceCurrency": "GBP", - "quantity": 9189, - "filledQuantity": 0.871367939928175, - "isFilled": false, - "subTotal": 365133.0093789007, - "feeRate": 0.38706667763738634, - "feeAmount": 141330.82083603172, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 365133.3964455783, - "status": "Filled", - "pnl": 89873359.95667195, - "maturityDate": "2020-11-29T20:22:33.091Z", - "tradeDate": "2020-05-12T05:17:19.141Z", - "brokerId": "da08d673-9354-41b8-8440-d89d6bb03a77", - "brokerName": "Hills, Bruen and Gibson", - "counterPartyName": "Erdman, Dibbert and Stroman", - "counterPartyCountry": { - "code": "NU", - "label": "Niue", - "phone": "683" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "0797 Axel Plain", - "counterPartyCity": "Goldnerberg", - "taxCode": "IGN179", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-12T03:39:21.139Z", - "dateCreated": "2019-06-12T19:22:03.742Z" - }, - { - "id": "7a4c1dc8-7407-4cd9-83d1-3a6e016d8ca6", - "desk": "D-33590", - "commodity": "Cotton No.2", - "traderId": 20867, - "traderName": "Aniyah Wintheiser", - "traderEmail": "Jerrell23@yahoo.com", - "unitPrice": 74.0422917230213, - "unitPriceCurrency": "GBP", - "quantity": 73125, - "filledQuantity": 0.5450803418803419, - "isFilled": false, - "subTotal": 5414342.582245932, - "feeRate": 0.29244743459610134, - "feeAmount": 1583410.5982022537, - "incoTerm": "EXW (Ex Works)", - "totalPrice": 5414342.874693367, - "status": "Open", - "pnl": 8779442.559302986, - "maturityDate": "2021-04-05T20:39:24.960Z", - "tradeDate": "2020-05-12T06:02:17.700Z", - "brokerId": "d5dcd69d-f93d-436d-b6ec-0603f19a5235", - "brokerName": "Quigley Inc", - "counterPartyName": "Gulgowski Group", - "counterPartyCountry": { - "code": "SZ", - "label": "Swaziland", - "phone": "268" - }, - "counterPartyCurrency": "THB", - "counterPartyAddress": "10173 Ankunding Brooks", - "counterPartyCity": "West Joaquinshire", - "taxCode": "IGN179", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T11:41:57.653Z", - "dateCreated": "2020-03-30T02:11:58.827Z" - }, - { - "id": "915ac183-9548-49cc-b81f-f0af5d41d32c", - "desk": "D-55317", - "commodity": "Oats", - "traderId": 92785, - "traderName": "Wilma Kozey", - "traderEmail": "Guy_Pouros52@gmail.com", - "unitPrice": 98.87407937308095, - "unitPriceCurrency": "BRZ", - "quantity": 18989, - "filledQuantity": 0.6246774448364842, - "isFilled": false, - "subTotal": 1877519.8932154342, - "feeRate": 0.26402252226953515, - "feeAmount": 495707.53781796724, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 1877520.1572379565, - "status": "Filled", - "pnl": -34390780.58872309, - "maturityDate": "2020-09-08T12:42:24.878Z", - "tradeDate": "2020-05-12T12:13:23.914Z", - "brokerId": "d2a9c5a8-f463-409b-9874-8fe64fc090b7", - "brokerName": "Batz - Roberts", - "counterPartyName": "Muller Inc", - "counterPartyCountry": { - "code": "ET", - "label": "Ethiopia", - "phone": "251" - }, - "counterPartyCurrency": "HKD", - "counterPartyAddress": "21506 Maximillian Harbors", - "counterPartyCity": "West Pearline", - "taxCode": "BR", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T22:45:17.471Z", - "dateCreated": "2019-06-19T23:52:15.358Z" - }, - { - "id": "c491ba46-4f35-42e8-baeb-66322eb60682", - "desk": "D-7604", - "commodity": "Adzuki bean", - "traderId": 95953, - "traderName": "Domenic West", - "traderEmail": "Oran_Bahringer13@yahoo.com", - "unitPrice": 55.18159201824028, - "unitPriceCurrency": "ARS", - "quantity": 22616, - "filledQuantity": 0.855765829501238, - "isFilled": false, - "subTotal": 1247986.8850845222, - "feeRate": 0.3555750724466975, - "feeAmount": 443753.02707645734, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 1247987.2406595945, - "status": "PartiallyFilled", - "pnl": -75283940.24589282, - "maturityDate": "2020-11-20T18:52:34.686Z", - "tradeDate": "2020-05-11T22:09:22.942Z", - "brokerId": "dd1cdbd4-1918-41c7-9a63-99135741abf4", - "brokerName": "Herman - Schultz", - "counterPartyName": "Lemke, Bode and Stracke", - "counterPartyCountry": { - "code": "NU", - "label": "Niue", - "phone": "683" - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "503 Altenwerth Heights", - "counterPartyCity": "Goldnerside", - "taxCode": "20G", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-12T07:04:36.065Z", - "dateCreated": "2020-01-21T00:48:43.731Z" - }, - { - "id": "27c358fe-5e6c-47d3-a051-584c1dea5480", - "desk": "D-8191", - "commodity": "Soybean Meal", - "traderId": 888, - "traderName": "Mr. Bessie Nader", - "traderEmail": "Izaiah.Schultz91@yahoo.com", - "unitPrice": 91.79495373238731, - "unitPriceCurrency": "ARS", - "quantity": 98947, - "filledQuantity": 0.33028793192315076, - "isFilled": false, - "subTotal": 9082835.286958527, - "feeRate": 0.2532786281909215, - "feeAmount": 2300488.0615649507, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 9082835.540237155, - "status": "Filled", - "pnl": 39122223.41140875, - "maturityDate": "2021-05-06T01:05:04.650Z", - "tradeDate": "2020-05-12T02:30:03.547Z", - "brokerId": "c2748bb4-a62d-4a80-bed7-4f5f07fb6acc", - "brokerName": "Goyette, Schaden and Ward", - "counterPartyName": "Kshlerin, Cruickshank and Runte", - "counterPartyCountry": { - "code": "LB", - "label": "Lebanon", - "phone": "961" - }, - "counterPartyCurrency": "THB", - "counterPartyAddress": "28442 Kreiger Key", - "counterPartyCity": "East Jocelyn", - "taxCode": "BR", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T10:48:55.054Z", - "dateCreated": "2019-09-21T19:56:13.372Z" - }, - { - "id": "66833249-253d-451a-81c8-045ae1cce834", - "desk": "D-75452", - "commodity": "Frozen Concentrated Orange Juice", - "traderId": 88003, - "traderName": "Mrs. Delpha Senger", - "traderEmail": "Wayne.Hammes@yahoo.com", - "unitPrice": 31.96450826857472, - "unitPriceCurrency": "EUR", - "quantity": 24886, - "filledQuantity": 0.6261753596399582, - "isFilled": false, - "subTotal": 795468.7527717504, - "feeRate": 0.2179951675337713, - "feeAmount": 173408.34402835782, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 795468.9707669179, - "status": "Filled", - "pnl": 93232819.41280058, - "maturityDate": "2020-09-21T14:54:37.321Z", - "tradeDate": "2020-05-12T11:54:31.977Z", - "brokerId": "f38ba8a5-58f5-41a3-827d-ca33d492a9bb", - "brokerName": "Cassin, Berge and Senger", - "counterPartyName": "Treutel - Raynor", - "counterPartyCountry": { - "code": "MF", - "label": "Saint Martin (French part)", - "phone": "590" - }, - "counterPartyCurrency": "BRZ", - "counterPartyAddress": "0252 Dean Loaf", - "counterPartyCity": "North Sophie", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T05:03:31.783Z", - "dateCreated": "2020-03-09T13:15:57.398Z" - }, - { - "id": "b6a5ab70-61c2-45b3-87fa-fbd4410fe9d4", - "desk": "D-90249", - "commodity": "Soybean Meal", - "traderId": 89969, - "traderName": "Breana Hamill", - "traderEmail": "Theresia_Wilkinson36@gmail.com", - "unitPrice": 49.07727750154769, - "unitPriceCurrency": "JPY", - "quantity": 3739, - "filledQuantity": 0.9042524739235089, - "isFilled": false, - "subTotal": 183499.94057828683, - "feeRate": 0.33453639394934237, - "feeAmount": 61387.40841097868, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 183500.2751146808, - "status": "Filled", - "pnl": -19838769.687839, - "maturityDate": "2020-10-17T17:08:02.772Z", - "tradeDate": "2020-05-12T16:12:53.109Z", - "brokerId": "5d7cddae-bfd1-4229-8480-3cdbbd753648", - "brokerName": "Hills - Mertz", - "counterPartyName": "Auer, Hodkiewicz and Beier", - "counterPartyCountry": { - "code": "KP", - "label": "Korea, Democratic People's Republic of", - "phone": "850" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "14189 Constance Canyon", - "counterPartyCity": "East Markus", - "taxCode": "20G", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T17:14:37.661Z", - "dateCreated": "2020-05-04T04:08:02.969Z" - }, - { - "id": "9552a26d-9860-4749-9f61-f4994c327a2e", - "desk": "D-57448", - "commodity": "Rapeseed", - "traderId": 96929, - "traderName": "Ms. Sister Mertz", - "traderEmail": "Minerva47@hotmail.com", - "unitPrice": 1.254259732272451, - "unitPriceCurrency": "CAD", - "quantity": 24425, - "filledQuantity": 0.46427840327533265, - "isFilled": false, - "subTotal": 30635.293960754614, - "feeRate": 0.28140328886527083, - "feeAmount": 8620.872475910717, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 30635.575364043478, - "status": "Open", - "pnl": -81025351.4781519, - "maturityDate": "2020-05-29T10:05:55.438Z", - "tradeDate": "2020-05-12T16:24:04.973Z", - "brokerId": "9b31b970-03df-4c95-9485-fe8ac0be59f5", - "brokerName": "Hammes and Sons", - "counterPartyName": "Roberts and Sons", - "counterPartyCountry": { - "code": "MO", - "label": "Macao", - "phone": "853" - }, - "counterPartyCurrency": "BRZ", - "counterPartyAddress": "7822 Johnston Turnpike", - "counterPartyCity": "East Lanceton", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T16:13:27.625Z", - "dateCreated": "2020-03-02T06:49:51.085Z" - }, - { - "id": "685b5d49-1efe-4728-b8df-c4baa472516a", - "desk": "D-87487", - "commodity": "Rough Rice", - "traderId": 89463, - "traderName": "Ryann Stanton", - "traderEmail": "May_Bergnaum@hotmail.com", - "unitPrice": 79.35467793051178, - "unitPriceCurrency": "HKD", - "quantity": 53900, - "filledQuantity": 0.6836920222634508, - "isFilled": false, - "subTotal": 4277217.140454585, - "feeRate": 0.39183220234918636, - "feeAmount": 1675951.4120700092, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 4277217.532286787, - "status": "Rejected", - "pnl": 97999137.92176378, - "maturityDate": "2021-01-19T03:42:22.529Z", - "tradeDate": "2020-05-12T15:59:51.915Z", - "brokerId": "881d4050-5090-4871-b8a6-a39928178d54", - "brokerName": "Braun - Terry", - "counterPartyName": "Rippin LLC", - "counterPartyCountry": { - "code": "GQ", - "label": "Equatorial Guinea", - "phone": "240" - }, - "counterPartyCurrency": "MXN", - "counterPartyAddress": "0612 Terrence Track", - "counterPartyCity": "Davonport", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T07:12:43.781Z", - "dateCreated": "2019-09-10T14:52:49.133Z" - }, - { - "id": "284ff5a6-62b4-4f10-89fe-aa53cdaebada", - "desk": "D-55927", - "commodity": "Soybeans", - "traderId": 87451, - "traderName": "Cleta Hammes", - "traderEmail": "Keyon_Weissnat90@yahoo.com", - "unitPrice": 60.69921715890064, - "unitPriceCurrency": "EUR", - "quantity": 1245, - "filledQuantity": 0.44899598393574297, - "isFilled": false, - "subTotal": 75570.5253628313, - "feeRate": 0.31626340943882625, - "feeAmount": 23900.192004332315, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 75570.84162624073, - "status": "PartiallyFilled", - "pnl": 78196120.81140539, - "maturityDate": "2020-08-05T21:55:58.701Z", - "tradeDate": "2020-05-12T13:44:26.568Z", - "brokerId": "1e982ce1-cc4e-4f94-bad4-9294519a7430", - "brokerName": "Turcotte - Koss", - "counterPartyName": "Smitham LLC", - "counterPartyCountry": { - "code": "CW", - "label": "Curacao", - "phone": "599" - }, - "counterPartyCurrency": "MXN", - "counterPartyAddress": "109 Lang Unions", - "counterPartyCity": "Fisherborough", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T07:27:51.173Z", - "dateCreated": "2019-05-31T12:24:29.007Z" - }, - { - "id": "d8cbd4e1-0090-4099-b086-4d82f0256601", - "desk": "D-82121", - "commodity": "Corn", - "traderId": 33331, - "traderName": "Grayson Effertz", - "traderEmail": "Consuelo_Kiehn78@gmail.com", - "unitPrice": 50.01357975914753, - "unitPriceCurrency": "THB", - "quantity": 15267, - "filledQuantity": 0.12359992139909609, - "isFilled": false, - "subTotal": 763557.3221829054, - "feeRate": 0.2737384316430923, - "feeAmount": 209014.98384394785, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 763557.595921337, - "status": "Filled", - "pnl": -46868957.26614279, - "maturityDate": "2020-12-17T08:14:14.402Z", - "tradeDate": "2020-05-12T03:36:13.914Z", - "brokerId": "ea4472c0-ede7-4e95-ab10-c8b68c3ba267", - "brokerName": "Kub - Weber", - "counterPartyName": "Monahan, Nitzsche and Rutherford", - "counterPartyCountry": { - "code": "YE", - "label": "Yemen", - "phone": "967" - }, - "counterPartyCurrency": "GBP", - "counterPartyAddress": "30753 Schuster Tunnel", - "counterPartyCity": "Port Steve", - "taxCode": "BC45", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T03:33:15.937Z", - "dateCreated": "2019-11-18T23:15:17.242Z" - }, - { - "id": "2b821bc4-258c-4655-bed4-746187482b5a", - "desk": "D-61251", - "commodity": "Cotton No.2", - "traderId": 19223, - "traderName": "Martina Mayer", - "traderEmail": "Kennedy.Muller@hotmail.com", - "unitPrice": 93.24084274313644, - "unitPriceCurrency": "CAD", - "quantity": 5986, - "filledQuantity": 0.7150016705646508, - "isFilled": false, - "subTotal": 558139.6846604147, - "feeRate": 0.3087920202180438, - "feeAmount": 172349.08079015138, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 558139.9934524349, - "status": "Filled", - "pnl": -8047998.500025958, - "maturityDate": "2020-06-19T17:20:32.595Z", - "tradeDate": "2020-05-12T02:29:04.371Z", - "brokerId": "98c4e6b1-546a-40e8-a8eb-ea924e47499c", - "brokerName": "Howe - Huel", - "counterPartyName": "Mante, Windler and Weber", - "counterPartyCountry": { - "code": "SO", - "label": "Somalia", - "phone": "252" - }, - "counterPartyCurrency": "HKD", - "counterPartyAddress": "42035 Marvin Light", - "counterPartyCity": "East Mozell", - "taxCode": "IGN179", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T07:29:49.715Z", - "dateCreated": "2020-02-23T19:21:22.405Z" - }, - { - "id": "4b6511b5-11bc-434e-a9c6-23c624a28abc", - "desk": "D-47400", - "commodity": "Soybean Oil", - "traderId": 85174, - "traderName": "Hubert Kunde", - "traderEmail": "Alec_Erdman3@gmail.com", - "unitPrice": 69.0849823031035, - "unitPriceCurrency": "CAD", - "quantity": 76156, - "filledQuantity": 0.714953516466201, - "isFilled": false, - "subTotal": 5261235.91227515, - "feeRate": 0.3140214068773687, - "feeAmount": 1652140.703086379, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 5261236.226296557, - "status": "PartiallyFilled", - "pnl": -70430479.35381784, - "maturityDate": "2020-09-23T12:16:21.639Z", - "tradeDate": "2020-05-12T16:09:12.955Z", - "brokerId": "801c90e8-b5fc-4e84-9803-82c303321a86", - "brokerName": "Heller, Hyatt and Balistreri", - "counterPartyName": "Franecki - Luettgen", - "counterPartyCountry": { - "code": "IE", - "label": "Ireland", - "phone": "353" - }, - "counterPartyCurrency": "MXN", - "counterPartyAddress": "5259 Kuhn Radial", - "counterPartyCity": "Reichelbury", - "taxCode": "20G", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-12T07:26:14.449Z", - "dateCreated": "2020-02-29T01:52:59.963Z" - }, - { - "id": "3755b7e2-53a1-43b9-9e18-b3d3db1d5b84", - "desk": "D-99495", - "commodity": "Rough Rice", - "traderId": 37889, - "traderName": "Hollis Hintz", - "traderEmail": "Kathleen.Ullrich@gmail.com", - "unitPrice": 52.63952320098231, - "unitPriceCurrency": "EUR", - "quantity": 38164, - "filledQuantity": 0.5722146525521434, - "isFilled": false, - "subTotal": 2008934.7634422889, - "feeRate": 0.3326920142152594, - "feeAmount": 668356.5528766707, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 2008935.0961343031, - "status": "Rejected", - "pnl": 80549184.97202608, - "maturityDate": "2020-10-11T10:58:01.946Z", - "tradeDate": "2020-05-11T23:46:02.416Z", - "brokerId": "5419ffb6-a199-4e46-a5fe-3c89f2e5895b", - "brokerName": "Halvorson LLC", - "counterPartyName": "O'Reilly, Zemlak and Goldner", - "counterPartyCountry": { - "code": "ST", - "label": "Sao Tome and Principe", - "phone": "239" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "2750 Cartwright Bridge", - "counterPartyCity": "Kesslerton", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T22:17:54.843Z", - "dateCreated": "2019-09-23T09:55:26.236Z" - }, - { - "id": "556d47f8-d7a1-4e07-abfb-2520943c3e7d", - "desk": "D-15650", - "commodity": "Soybean Oil", - "traderId": 44897, - "traderName": "Orrin Rath", - "traderEmail": "Rocky79@yahoo.com", - "unitPrice": 28.966443083036214, - "unitPriceCurrency": "MXN", - "quantity": 59052, - "filledQuantity": 0.9206462101198943, - "isFilled": false, - "subTotal": 1710526.3969394546, - "feeRate": 0.17650682131748197, - "feeAmount": 301919.57710342854, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 1710526.573446276, - "status": "PartiallyFilled", - "pnl": 92604605.26926693, - "maturityDate": "2020-11-01T10:07:44.256Z", - "tradeDate": "2020-05-12T10:13:37.634Z", - "brokerId": "042a3aa5-eb7f-411b-8c77-13cf745f53e0", - "brokerName": "Rempel - Sawayn", - "counterPartyName": "Weber - Huel", - "counterPartyCountry": { - "code": "SJ", - "label": "Svalbard and Jan Mayen", - "phone": "47" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "48262 Ethelyn Orchard", - "counterPartyCity": "Gusikowskiborough", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T05:28:28.726Z", - "dateCreated": "2019-05-28T02:56:39.300Z" - }, - { - "id": "a26829ba-f930-42c7-b8c1-a4fea4903f50", - "desk": "D-68747", - "commodity": "Milk", - "traderId": 92848, - "traderName": "Ova Stiedemann II", - "traderEmail": "Jules87@hotmail.com", - "unitPrice": 48.178287143245434, - "unitPriceCurrency": "JPY", - "quantity": 26553, - "filledQuantity": 0.8724437916619591, - "isFilled": false, - "subTotal": 1279278.058514596, - "feeRate": 0.1493127227427717, - "feeAmount": 191012.49006190113, - "incoTerm": "EXW (Ex Works)", - "totalPrice": 1279278.2078273187, - "status": "Filled", - "pnl": 92191662.94888899, - "maturityDate": "2020-10-10T20:05:16.113Z", - "tradeDate": "2020-05-12T06:51:48.220Z", - "brokerId": "1d43bccc-c529-4963-810a-f5fb254208ad", - "brokerName": "Smith, Torp and Haag", - "counterPartyName": "Lubowitz - Bartell", - "counterPartyCountry": { - "code": "KW", - "label": "Kuwait", - "phone": "965" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "3297 Hartmann Park", - "counterPartyCity": "Colemouth", - "taxCode": "1250L", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T02:22:31.644Z", - "dateCreated": "2020-04-18T06:28:55.108Z" - }, - { - "id": "08e05240-dd45-4a3a-87d8-44de7b970749", - "desk": "D-98953", - "commodity": "Rapeseed", - "traderId": 72596, - "traderName": "Lilliana Becker", - "traderEmail": "Pascale.Botsford@gmail.com", - "unitPrice": 60.40151105945627, - "unitPriceCurrency": "MXN", - "quantity": 10682, - "filledQuantity": 0.3169818386070024, - "isFilled": false, - "subTotal": 645208.9411371119, - "feeRate": 0.33869769538376354, - "feeAmount": 218530.78140413814, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 645209.2798348073, - "status": "PartiallyFilled", - "pnl": 58816916.47875321, - "maturityDate": "2020-07-25T07:02:59.804Z", - "tradeDate": "2020-05-11T18:42:58.935Z", - "brokerId": "b7d7bcf6-3f82-4092-9449-66cdfa445d92", - "brokerName": "Stokes LLC", - "counterPartyName": "Carter - Schultz", - "counterPartyCountry": { - "code": "MD", - "label": "Moldova, Republic of", - "phone": "373" - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "04039 Pouros Harbor", - "counterPartyCity": "New Cheyenne", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T09:17:45.956Z", - "dateCreated": "2019-06-14T20:19:50.038Z" - }, - { - "id": "87bca51e-71d8-47cc-857d-dc490b361654", - "desk": "D-76320", - "commodity": "Soybean Oil", - "traderId": 39149, - "traderName": "Aric Kuhn", - "traderEmail": "Mariam.Casper55@hotmail.com", - "unitPrice": 96.04633391709419, - "unitPriceCurrency": "HKD", - "quantity": 99816, - "filledQuantity": 0.434249018193476, - "isFilled": false, - "subTotal": 9586960.866268674, - "feeRate": 0.15914339809162978, - "feeAmount": 1525701.5296294715, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 9586961.025412071, - "status": "Filled", - "pnl": -85701518.71581429, - "maturityDate": "2020-07-24T01:21:50.194Z", - "tradeDate": "2020-05-12T11:25:05.014Z", - "brokerId": "08ba3e93-0086-4fb4-9436-0bb355174965", - "brokerName": "McLaughlin - Brakus", - "counterPartyName": "Rodriguez Group", - "counterPartyCountry": { - "code": "TR", - "label": "Turkey", - "phone": "90" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "310 Jon Ramp", - "counterPartyCity": "West Miracle", - "taxCode": "20G", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-12T06:58:45.367Z", - "dateCreated": "2019-07-16T18:47:32.650Z" - }, - { - "id": "e77c8878-3b87-4dbf-b07c-484560940db4", - "desk": "D-69776", - "commodity": "Rough Rice", - "traderId": 88426, - "traderName": "Retha Collier", - "traderEmail": "Kacie45@hotmail.com", - "unitPrice": 68.75501697556648, - "unitPriceCurrency": "CHF", - "quantity": 76789, - "filledQuantity": 0.7510450715597287, - "isFilled": false, - "subTotal": 5279628.998536774, - "feeRate": 0.13722823400227152, - "feeAmount": 724514.1636563828, - "incoTerm": "EXW (Ex Works)", - "totalPrice": 5279629.135765008, - "status": "Filled", - "pnl": 47683315.35749328, - "maturityDate": "2020-09-01T21:43:20.706Z", - "tradeDate": "2020-05-12T02:04:06.510Z", - "brokerId": "3b99957c-edf0-456d-b2a9-12530c338e6d", - "brokerName": "Reilly, Lebsack and Jaskolski", - "counterPartyName": "McCullough, Schinner and Wiegand", - "counterPartyCountry": { - "code": "BI", - "label": "Burundi", - "phone": "257" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "460 Auer Dale", - "counterPartyCity": "Port Lomafort", - "taxCode": "BC45", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T07:22:40.350Z", - "dateCreated": "2020-04-26T07:38:31.121Z" - }, - { - "id": "04b6f82b-b8ad-41de-8373-4fb24fd0abdc", - "desk": "D-11300", - "commodity": "Cocoa", - "traderId": 45520, - "traderName": "Theresia Terry", - "traderEmail": "Destiney.Weissnat@hotmail.com", - "unitPrice": 31.146922666047065, - "unitPriceCurrency": "NZD", - "quantity": 34592, - "filledQuantity": 0.045472941720629045, - "isFilled": false, - "subTotal": 1077434.3488639002, - "feeRate": 0.3211399022682717, - "feeAmount": 346007.1614946319, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 1077434.6700038025, - "status": "Open", - "pnl": 53825635.203417, - "maturityDate": "2020-06-20T02:35:14.556Z", - "tradeDate": "2020-05-12T00:42:31.910Z", - "brokerId": "c9ce1175-5abc-4bbf-b0f8-b24846c335f3", - "brokerName": "Wolf and Sons", - "counterPartyName": "Koelpin Inc", - "counterPartyCountry": { - "code": "FJ", - "label": "Fiji", - "phone": "679" - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "50382 Romaguera Station", - "counterPartyCity": "North Julianaland", - "taxCode": "IGN179", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T13:31:40.253Z", - "dateCreated": "2020-02-09T13:04:05.253Z" - }, - { - "id": "e1abf1b9-cd4b-4b72-a598-e7ad3af491ca", - "desk": "D-83674", - "commodity": "Rapeseed", - "traderId": 90033, - "traderName": "Stone O'Hara", - "traderEmail": "Janie.Kutch51@gmail.com", - "unitPrice": 78.76435930234112, - "unitPriceCurrency": "CHF", - "quantity": 5637, - "filledQuantity": 0.9503281887528827, - "isFilled": false, - "subTotal": 443994.69338729687, - "feeRate": 0.27852452135060113, - "feeAmount": 123663.40945790376, - "incoTerm": "EXW (Ex Works)", - "totalPrice": 443994.9719118182, - "status": "Filled", - "pnl": -14592430.235185504, - "maturityDate": "2020-12-22T15:29:02.236Z", - "tradeDate": "2020-05-12T06:51:08.336Z", - "brokerId": "c24ae85a-b134-49b3-bb86-c3769e6e660e", - "brokerName": "Veum, Crist and Prohaska", - "counterPartyName": "Will - Turcotte", - "counterPartyCountry": { - "code": "GH", - "label": "Ghana", - "phone": "233" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "8501 Koch Summit", - "counterPartyCity": "Lake Dora", - "taxCode": "BC45", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T23:29:54.491Z", - "dateCreated": "2019-08-08T18:57:56.757Z" - }, - { - "id": "12c45d8f-cf9b-4861-a8d2-bd375839c82e", - "desk": "D-79297", - "commodity": "Oats", - "traderId": 36422, - "traderName": "Sally Blick", - "traderEmail": "Elinor79@yahoo.com", - "unitPrice": 62.86730978960633, - "unitPriceCurrency": "CAD", - "quantity": 86068, - "filledQuantity": 0.8836152809406516, - "isFilled": false, - "subTotal": 5410863.618971838, - "feeRate": 0.36885844086017383, - "feeAmount": 1995842.7182009898, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 5410863.987830278, - "status": "Rejected", - "pnl": -20706420.118611827, - "maturityDate": "2020-08-10T18:10:29.957Z", - "tradeDate": "2020-05-12T00:00:07.451Z", - "brokerId": "12119f4c-6c0c-4d71-ba00-c9d1ba4b59b2", - "brokerName": "Hintz Inc", - "counterPartyName": "Dibbert Group", - "counterPartyCountry": { - "code": "AF", - "label": "Afghanistan", - "phone": "93" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "976 Silas Port", - "counterPartyCity": "Diamondstad", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T03:36:35.788Z", - "dateCreated": "2020-03-14T18:45:29.431Z" - }, - { - "id": "8726bbee-86bb-4a71-b311-513e794a732d", - "desk": "D-97432", - "commodity": "Milk", - "traderId": 66432, - "traderName": "Gretchen Langosh", - "traderEmail": "Meghan.DAmore5@hotmail.com", - "unitPrice": 91.79340755798103, - "unitPriceCurrency": "JPY", - "quantity": 60280, - "filledQuantity": 0.2983410749834107, - "isFilled": false, - "subTotal": 5533306.607595096, - "feeRate": 0.11391042597007608, - "feeAmount": 630301.312694194, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 5533306.721505523, - "status": "Filled", - "pnl": 26252604.045786887, - "maturityDate": "2021-04-13T21:09:11.186Z", - "tradeDate": "2020-05-12T15:27:33.220Z", - "brokerId": "c8d91a3c-8fe2-4b87-8e4c-ab0013d9b538", - "brokerName": "Hirthe Group", - "counterPartyName": "Mayer, Ruecker and Kessler", - "counterPartyCountry": { - "code": "SR", - "label": "Suriname", - "phone": "597" - }, - "counterPartyCurrency": "TRY", - "counterPartyAddress": "187 Goyette Extension", - "counterPartyCity": "Kraigville", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T16:57:54.508Z", - "dateCreated": "2020-04-14T09:03:16.715Z" - }, - { - "id": "8103840f-ad48-4363-96fc-f2ecd9e44022", - "desk": "D-51927", - "commodity": "Milk", - "traderId": 38256, - "traderName": "Furman Walsh", - "traderEmail": "Ralph_Collins@hotmail.com", - "unitPrice": 47.64428000534857, - "unitPriceCurrency": "THB", - "quantity": 37837, - "filledQuantity": 0.8203081639664879, - "isFilled": false, - "subTotal": 1802716.6225623738, - "feeRate": 0.36325314436003986, - "feeAmount": 654842.4815358934, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 1802716.985815518, - "status": "Open", - "pnl": -15371545.21239321, - "maturityDate": "2021-03-19T11:48:05.046Z", - "tradeDate": "2020-05-11T17:36:55.846Z", - "brokerId": "b8d00ea4-c1af-455a-b6b7-b93661b3d52d", - "brokerName": "Ortiz, Rice and Runolfsson", - "counterPartyName": "Toy, Moore and Mosciski", - "counterPartyCountry": { - "code": "AF", - "label": "Afghanistan", - "phone": "93" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "506 Emmet Overpass", - "counterPartyCity": "New Rashawntown", - "taxCode": "IGN179", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-12T10:43:36.408Z", - "dateCreated": "2019-11-14T12:02:00.521Z" - }, - { - "id": "a119c03f-bec0-48b5-8c2a-845b38936d75", - "desk": "D-66602", - "commodity": "Coffee C", - "traderId": 62793, - "traderName": "Maude Moore", - "traderEmail": "Kendrick_Satterfield68@hotmail.com", - "unitPrice": 6.213787871423579, - "unitPriceCurrency": "GBP", - "quantity": 73388, - "filledQuantity": 0.8644328773096419, - "isFilled": false, - "subTotal": 456017.4643080336, - "feeRate": 0.13865162462588104, - "feeAmount": 63227.56228408358, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 456017.6029596582, - "status": "Filled", - "pnl": -1874335.1554994136, - "maturityDate": "2021-01-22T17:45:17.210Z", - "tradeDate": "2020-05-12T16:09:26.344Z", - "brokerId": "552a5de4-cc52-49cb-88ff-389d163e82b9", - "brokerName": "Haag - Schumm", - "counterPartyName": "Smitham, Muller and Ortiz", - "counterPartyCountry": { - "code": "BM", - "label": "Bermuda", - "phone": "1-441" - }, - "counterPartyCurrency": "HKD", - "counterPartyAddress": "60800 Klein Burg", - "counterPartyCity": "Monahanborough", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T17:43:52.506Z", - "dateCreated": "2019-05-31T15:39:50.769Z" - }, - { - "id": "3c966e98-e96b-43e4-93a6-ae6265b6624f", - "desk": "D-42865", - "commodity": "Soybeans", - "traderId": 58887, - "traderName": "Dr. Arvilla Kessler", - "traderEmail": "Jettie_Heathcote@gmail.com", - "unitPrice": 75.23852667793915, - "unitPriceCurrency": "EUR", - "quantity": 75483, - "filledQuantity": 0.4785845819588517, - "isFilled": false, - "subTotal": 5679229.709230881, - "feeRate": 0.17664625167897086, - "feeAmount": 1003214.6405594867, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 5679229.885877132, - "status": "Open", - "pnl": 11133174.59889181, - "maturityDate": "2021-01-22T15:07:45.509Z", - "tradeDate": "2020-05-12T14:27:50.975Z", - "brokerId": "83c33ed8-9a15-49b4-b2a3-56fe0daba5d6", - "brokerName": "Turcotte and Sons", - "counterPartyName": "Toy - Beier", - "counterPartyCountry": { - "code": "BN", - "label": "Brunei Darussalam", - "phone": "673" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "379 Kessler Roads", - "counterPartyCity": "East Walterfurt", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T22:52:14.323Z", - "dateCreated": "2019-07-10T22:40:12.996Z" - }, - { - "id": "5634502e-d5cd-4366-988f-a5ce8549106f", - "desk": "D-31342", - "commodity": "Corn", - "traderId": 88547, - "traderName": "Assunta Friesen", - "traderEmail": "Vena_Veum62@yahoo.com", - "unitPrice": 68.78086841735677, - "unitPriceCurrency": "NZD", - "quantity": 46702, - "filledQuantity": 0.825232324097469, - "isFilled": false, - "subTotal": 3212204.1168273957, - "feeRate": 0.23871612098582426, - "feeAmount": 766804.9065837314, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 3212204.3555435166, - "status": "Rejected", - "pnl": 94629881.72294939, - "maturityDate": "2020-09-10T12:11:30.172Z", - "tradeDate": "2020-05-12T08:05:05.936Z", - "brokerId": "0864eb20-6629-492e-b7af-96b491cdc40b", - "brokerName": "Konopelski Inc", - "counterPartyName": "Torphy, Kerluke and Kuvalis", - "counterPartyCountry": { - "code": "BV", - "label": "Bouvet Island", - "phone": "47" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "2168 Herzog Turnpike", - "counterPartyCity": "East Keventon", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T04:53:28.640Z", - "dateCreated": "2019-11-30T19:04:33.089Z" - }, - { - "id": "c08c52c1-4532-4d0e-95f8-4c11a2b4d83e", - "desk": "D-10044", - "commodity": "Rough Rice", - "traderId": 66007, - "traderName": "Laurine Altenwerth", - "traderEmail": "Pietro73@yahoo.com", - "unitPrice": 89.55395187448883, - "unitPriceCurrency": "HKD", - "quantity": 92003, - "filledQuantity": 0.2319272197645729, - "isFilled": false, - "subTotal": 8239232.234308596, - "feeRate": 0.39139509453960675, - "feeAmount": 3224795.0792809883, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 8239232.625703691, - "status": "Filled", - "pnl": -455940.58923880756, - "maturityDate": "2020-06-08T22:01:01.906Z", - "tradeDate": "2020-05-11T20:04:08.720Z", - "brokerId": "a2967e52-2444-4b05-a1ce-a532b415b696", - "brokerName": "Batz - Blick", - "counterPartyName": "Ratke Inc", - "counterPartyCountry": { - "code": "RO", - "label": "Romania", - "phone": "40" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "705 O'Keefe Mount", - "counterPartyCity": "Vitoside", - "taxCode": "1250L", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T16:28:12.432Z", - "dateCreated": "2020-02-06T03:46:18.654Z" - }, - { - "id": "2fb516d6-3ecc-4cbc-bfe7-27363ca40c68", - "desk": "D-73302", - "commodity": "Wheat", - "traderId": 76660, - "traderName": "Magnolia Legros", - "traderEmail": "Joana_Stiedemann73@gmail.com", - "unitPrice": 17.40318091836095, - "unitPriceCurrency": "GBP", - "quantity": 9863, - "filledQuantity": 0.26969481902058196, - "isFilled": false, - "subTotal": 171647.57339779404, - "feeRate": 0.14375434070508836, - "feeAmount": 24675.083747428143, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 171647.71715213475, - "status": "Filled", - "pnl": -13016794.698823601, - "maturityDate": "2020-07-14T16:59:50.318Z", - "tradeDate": "2020-05-12T00:44:40.716Z", - "brokerId": "a76d22ee-f5f1-4404-ad6a-17f83db8e437", - "brokerName": "Ratke Inc", - "counterPartyName": "Cronin - O'Connell", - "counterPartyCountry": { - "code": "MD", - "label": "Moldova, Republic of", - "phone": "373" - }, - "counterPartyCurrency": "GBP", - "counterPartyAddress": "72469 Gaylord Ramp", - "counterPartyCity": "Beahanshire", - "taxCode": "BC45", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T07:29:50.849Z", - "dateCreated": "2019-06-03T15:16:46.479Z" - }, - { - "id": "a8e94798-9ca0-4ec9-897a-bb8a19a681a1", - "desk": "D-64466", - "commodity": "Adzuki bean", - "traderId": 60802, - "traderName": "Freda Hayes", - "traderEmail": "Jannie92@hotmail.com", - "unitPrice": 58.80394099548899, - "unitPriceCurrency": "MXN", - "quantity": 37502, - "filledQuantity": 0.8584342168417685, - "isFilled": false, - "subTotal": 2205265.395212828, - "feeRate": 0.24928156156947942, - "feeAmount": 549732.001393789, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 2205265.6444943896, - "status": "PartiallyFilled", - "pnl": -93832111.59341185, - "maturityDate": "2020-07-19T10:25:58.416Z", - "tradeDate": "2020-05-12T02:26:05.557Z", - "brokerId": "455c5245-cd92-40a1-b54d-92c9cffe26fc", - "brokerName": "Kutch LLC", - "counterPartyName": "Pollich, O'Hara and Hodkiewicz", - "counterPartyCountry": { - "code": "TZ", - "label": "United Republic of Tanzania", - "phone": "255" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "519 Rhianna Circle", - "counterPartyCity": "Lake Leland", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T11:31:11.510Z", - "dateCreated": "2019-12-29T10:49:51.491Z" - }, - { - "id": "d795b38b-4570-43bb-b7ce-815862e3d6ee", - "desk": "D-1246", - "commodity": "Coffee C", - "traderId": 16711, - "traderName": "Max Pfannerstill", - "traderEmail": "Shanon.Schowalter@yahoo.com", - "unitPrice": 81.53338052418327, - "unitPriceCurrency": "CHF", - "quantity": 50658, - "filledQuantity": 0.8715898772158396, - "isFilled": false, - "subTotal": 4130317.990594076, - "feeRate": 0.2632411388453081, - "feeAmount": 1087269.6116372491, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 4130318.253835215, - "status": "Open", - "pnl": -2543177.5532090366, - "maturityDate": "2020-09-21T10:55:41.483Z", - "tradeDate": "2020-05-12T06:41:19.876Z", - "brokerId": "a57fea29-3238-4467-b205-1f5b1baf7d6b", - "brokerName": "Bechtelar - Hermiston", - "counterPartyName": "Stanton, Kutch and Romaguera", - "counterPartyCountry": { - "code": "PR", - "label": "Puerto Rico", - "phone": "1" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "998 Howell Flat", - "counterPartyCity": "Wilfredstad", - "taxCode": "BC45", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-11T21:29:47.741Z", - "dateCreated": "2020-02-06T05:52:37.992Z" - }, - { - "id": "05a2e8cb-4b8c-4da9-a5bf-197f565ae01c", - "desk": "D-8511", - "commodity": "Coffee C", - "traderId": 95730, - "traderName": "Rebekah Streich", - "traderEmail": "Zola_Wolf@yahoo.com", - "unitPrice": 35.53811909278869, - "unitPriceCurrency": "NZD", - "quantity": 2412, - "filledQuantity": 0.08913764510779436, - "isFilled": false, - "subTotal": 85717.94325180633, - "feeRate": 0.13502053372629239, - "feeAmount": 11573.682447778932, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 85718.07827234005, - "status": "Filled", - "pnl": -7521721.565398648, - "maturityDate": "2020-08-20T17:23:19.778Z", - "tradeDate": "2020-05-12T05:07:33.482Z", - "brokerId": "f768074f-37b2-4384-8863-006955b7bd77", - "brokerName": "Kutch and Sons", - "counterPartyName": "Adams Inc", - "counterPartyCountry": { - "code": "MV", - "label": "Maldives", - "phone": "960" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "034 Stanford Branch", - "counterPartyCity": "Rettaville", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T08:37:20.216Z", - "dateCreated": "2019-06-12T03:46:46.186Z" - }, - { - "id": "e4dad8e6-58f7-492a-9ff4-06df3700e44e", - "desk": "D-68305", - "commodity": "Oats", - "traderId": 89371, - "traderName": "Wilson Beier", - "traderEmail": "Cathy62@hotmail.com", - "unitPrice": 32.777524659571384, - "unitPriceCurrency": "HKD", - "quantity": 34499, - "filledQuantity": 0.9008666917881678, - "isFilled": false, - "subTotal": 1130791.8232305532, - "feeRate": 0.3911315227352492, - "feeAmount": 442288.327716735, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 1130792.214362076, - "status": "Filled", - "pnl": 90727448.5282897, - "maturityDate": "2021-03-28T12:27:23.823Z", - "tradeDate": "2020-05-12T02:49:45.653Z", - "brokerId": "00aa4899-0c07-4cc5-8f00-3e74302b4296", - "brokerName": "Stroman, Sipes and Mante", - "counterPartyName": "Kuvalis Group", - "counterPartyCountry": { - "code": "PH", - "label": "Philippines", - "phone": "63" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "599 Margarete Turnpike", - "counterPartyCity": "Lebsackland", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-11T18:00:01.845Z", - "dateCreated": "2020-03-10T11:57:05.198Z" - }, - { - "id": "3d7a6911-eb14-4bdc-a0a0-7b67811f1ef6", - "desk": "D-39319", - "commodity": "Rapeseed", - "traderId": 83098, - "traderName": "Everardo Ritchie", - "traderEmail": "Kenna51@yahoo.com", - "unitPrice": 94.69633667790484, - "unitPriceCurrency": "CHF", - "quantity": 10582, - "filledQuantity": 0.1873936873936874, - "isFilled": false, - "subTotal": 1002076.634725589, - "feeRate": 0.1278327464778626, - "feeAmount": 128098.20839826595, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 1002076.7625583354, - "status": "PartiallyFilled", - "pnl": 58284443.775769025, - "maturityDate": "2020-11-29T16:28:20.205Z", - "tradeDate": "2020-05-11T19:48:37.081Z", - "brokerId": "4390526e-d4fe-45c1-b7ff-00adaaec989e", - "brokerName": "Dicki LLC", - "counterPartyName": "Runolfsson - Wiegand", - "counterPartyCountry": { - "code": "DM", - "label": "Dominica", - "phone": "1-767" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "61471 Kulas Drive", - "counterPartyCity": "Creolaborough", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T12:39:54.365Z", - "dateCreated": "2019-10-08T22:40:36.512Z" - }, - { - "id": "b5e61dcc-3b2a-4f84-923a-c1ccc450914f", - "desk": "D-5270", - "commodity": "Sugar No.11", - "traderId": 44397, - "traderName": "Jerry Stracke", - "traderEmail": "Gunnar.Fay98@hotmail.com", - "unitPrice": 70.71976525091539, - "unitPriceCurrency": "MXN", - "quantity": 43575, - "filledQuantity": 0.27309236947791166, - "isFilled": false, - "subTotal": 3081613.770808638, - "feeRate": 0.19760040713890578, - "feeAmount": 608928.1357566456, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 3081613.968409045, - "status": "PartiallyFilled", - "pnl": 4812159.279980272, - "maturityDate": "2020-05-27T02:29:04.293Z", - "tradeDate": "2020-05-12T11:22:59.463Z", - "brokerId": "e3619e13-f002-4e7b-87b8-ac5f734e1700", - "brokerName": "Haag LLC", - "counterPartyName": "Kuhlman and Sons", - "counterPartyCountry": { - "code": "AM", - "label": "Armenia", - "phone": "374" - }, - "counterPartyCurrency": "USD", - "counterPartyAddress": "940 Finn Circles", - "counterPartyCity": "South Victor", - "taxCode": "20G", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-12T04:45:29.619Z", - "dateCreated": "2019-12-16T20:27:10.830Z" - }, - { - "id": "34880370-2312-4ed0-abff-056c2a7d6a9f", - "desk": "D-3087", - "commodity": "Wheat", - "traderId": 21372, - "traderName": "Mr. Malika Rohan", - "traderEmail": "Maryse91@gmail.com", - "unitPrice": 64.6449304458986, - "unitPriceCurrency": "BRZ", - "quantity": 70854, - "filledQuantity": 0.044923363536285885, - "isFilled": false, - "subTotal": 4580351.901813699, - "feeRate": 0.26481000721080855, - "feeAmount": 1212923.0201473262, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 4580352.166623706, - "status": "Open", - "pnl": -19698444.632249996, - "maturityDate": "2021-02-18T01:40:09.602Z", - "tradeDate": "2020-05-12T09:33:48.723Z", - "brokerId": "e0d8859a-c044-49c8-bbcd-03eaee2d8965", - "brokerName": "Bergstrom and Sons", - "counterPartyName": "Schneider - Rice", - "counterPartyCountry": { - "code": "MD", - "label": "Moldova, Republic of", - "phone": "373" - }, - "counterPartyCurrency": "HKD", - "counterPartyAddress": "04214 Skye Spring", - "counterPartyCity": "New Tyshawnberg", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T21:03:06.954Z", - "dateCreated": "2019-06-30T07:20:26.045Z" - }, - { - "id": "9f0617be-3e8b-440d-96d0-77ad91cd43d5", - "desk": "D-95706", - "commodity": "Cocoa", - "traderId": 85602, - "traderName": "Lauryn Lubowitz", - "traderEmail": "Kailyn.Zboncak54@hotmail.com", - "unitPrice": 37.57251429236879, - "unitPriceCurrency": "MXN", - "quantity": 93286, - "filledQuantity": 0.5152112857234741, - "isFilled": false, - "subTotal": 3504989.5682779145, - "feeRate": 0.1910524235918163, - "feeAmount": 669636.7516835295, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 3504989.7593303383, - "status": "Filled", - "pnl": 2514196.391239658, - "maturityDate": "2021-02-08T07:38:41.925Z", - "tradeDate": "2020-05-11T19:10:42.173Z", - "brokerId": "66380364-f043-404e-9301-46f107ca79b2", - "brokerName": "Bashirian - Stamm", - "counterPartyName": "Dooley, Dietrich and Miller", - "counterPartyCountry": { - "code": "KY", - "label": "Cayman Islands", - "phone": "1-345" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "68710 Hessel Mill", - "counterPartyCity": "Lake Veda", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T17:44:41.819Z", - "dateCreated": "2019-08-10T19:40:08.258Z" - }, - { - "id": "51bc9cb2-d549-49e6-8a19-3c4661869ae6", - "desk": "D-97236", - "commodity": "Cocoa", - "traderId": 67794, - "traderName": "Mrs. Erin Nienow", - "traderEmail": "Dell75@hotmail.com", - "unitPrice": 52.351337348347755, - "unitPriceCurrency": "CHF", - "quantity": 76614, - "filledQuantity": 0.5918370010703005, - "isFilled": false, - "subTotal": 4010845.359606315, - "feeRate": 0.24970809233707011, - "feeAmount": 1001540.5434062829, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 4010845.609314407, - "status": "PartiallyFilled", - "pnl": -72434878.77634433, - "maturityDate": "2021-03-25T22:29:19.259Z", - "tradeDate": "2020-05-12T16:08:24.557Z", - "brokerId": "c1bc25d0-0aee-4abc-9f36-5c5a7afe407c", - "brokerName": "McClure - Lynch", - "counterPartyName": "Satterfield Inc", - "counterPartyCountry": { - "code": "GU", - "label": "Guam", - "phone": "1-671" - }, - "counterPartyCurrency": "JPY", - "counterPartyAddress": "675 Schuster Shores", - "counterPartyCity": "New Marinafort", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-12T08:29:11.616Z", - "dateCreated": "2019-10-12T09:20:46.777Z" - }, - { - "id": "b9f05488-b620-4ed8-a25a-a0404e54b12f", - "desk": "D-58506", - "commodity": "Oats", - "traderId": 48699, - "traderName": "Randi McClure", - "traderEmail": "Peyton.Spencer68@hotmail.com", - "unitPrice": 52.775682453761654, - "unitPriceCurrency": "ARS", - "quantity": 52677, - "filledQuantity": 0.6252064468363802, - "isFilled": false, - "subTotal": 2780064.6246168027, - "feeRate": 0.37704217378315263, - "feeAmount": 1048201.6093231635, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 2780065.0016589765, - "status": "Filled", - "pnl": 84368895.73732048, - "maturityDate": "2021-03-28T23:23:38.474Z", - "tradeDate": "2020-05-12T00:45:44.612Z", - "brokerId": "aad94b1d-3e18-41f2-9cd4-6fc3a89ec58f", - "brokerName": "Wilkinson LLC", - "counterPartyName": "Runte LLC", - "counterPartyCountry": { - "code": "EE", - "label": "Estonia", - "phone": "372" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "18520 Jarod Fields", - "counterPartyCity": "Roobhaven", - "taxCode": "IGN179", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T08:01:06.139Z", - "dateCreated": "2019-05-27T16:53:48.882Z" - }, - { - "id": "1ee1068d-284d-4362-8c61-91a336ee375d", - "desk": "D-59222", - "commodity": "Rapeseed", - "traderId": 77658, - "traderName": "Daphney Huel", - "traderEmail": "Jaleel16@yahoo.com", - "unitPrice": 30.2523955454967, - "unitPriceCurrency": "CAD", - "quantity": 18053, - "filledQuantity": 0.1458483354567108, - "isFilled": false, - "subTotal": 546146.4967828519, - "feeRate": 0.1415700236047902, - "feeAmount": 77317.97244122182, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 546146.6383528755, - "status": "PartiallyFilled", - "pnl": -80329668.79353873, - "maturityDate": "2021-04-27T23:15:24.852Z", - "tradeDate": "2020-05-11T17:36:52.234Z", - "brokerId": "54cef499-154d-4ff5-af5e-e6f6c6f3688c", - "brokerName": "Armstrong - Casper", - "counterPartyName": "Roberts Inc", - "counterPartyCountry": { - "code": "TK", - "label": "Tokelau", - "phone": "690" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "59680 Webster Points", - "counterPartyCity": "South Veda", - "taxCode": "IGN179", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T13:50:42.070Z", - "dateCreated": "2020-04-07T21:08:58.914Z" - }, - { - "id": "f61f4a25-5409-4602-8f28-63a807875c5b", - "desk": "D-90648", - "commodity": "Cocoa", - "traderId": 77831, - "traderName": "Claud Steuber", - "traderEmail": "Jacky_Towne78@hotmail.com", - "unitPrice": 29.889285405357914, - "unitPriceCurrency": "GBP", - "quantity": 2189, - "filledQuantity": 0.5705801735952489, - "isFilled": false, - "subTotal": 65427.64575232847, - "feeRate": 0.30490509990531445, - "feeAmount": 19949.222864683234, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 65427.95065742837, - "status": "PartiallyFilled", - "pnl": -14045988.626258284, - "maturityDate": "2020-11-15T16:46:07.827Z", - "tradeDate": "2020-05-12T02:28:53.007Z", - "brokerId": "ea3c6782-11ac-4214-903c-7961baf2ba1d", - "brokerName": "Moore - Anderson", - "counterPartyName": "O'Kon LLC", - "counterPartyCountry": { - "code": "CZ", - "label": "Czech Republic", - "phone": "420" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "29400 Emmerich Mountains", - "counterPartyCity": "Stanfordfort", - "taxCode": "20G", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T15:50:43.484Z", - "dateCreated": "2020-02-09T00:53:43.256Z" - }, - { - "id": "126874d6-3ab7-4cfb-aabf-3e0bf4799cb4", - "desk": "D-68726", - "commodity": "Sugar No.14", - "traderId": 80609, - "traderName": "Elwyn Roberts", - "traderEmail": "Kaya_Walker@hotmail.com", - "unitPrice": 90.16662076064759, - "unitPriceCurrency": "ARS", - "quantity": 37353, - "filledQuantity": 0.7086713249270473, - "isFilled": false, - "subTotal": 3367993.7852724693, - "feeRate": 0.25544986112891926, - "feeAmount": 860353.5447309155, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 3367994.0407223306, - "status": "Filled", - "pnl": 81010874.6259231, - "maturityDate": "2021-02-18T18:04:38.646Z", - "tradeDate": "2020-05-12T10:43:15.982Z", - "brokerId": "f9812bb7-2ee9-429f-8610-779547bdb57b", - "brokerName": "Schiller, Ferry and Treutel", - "counterPartyName": "Carroll, Kunze and Thiel", - "counterPartyCountry": { - "code": "NC", - "label": "New Caledonia", - "phone": "687" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "8561 Ewell Stravenue", - "counterPartyCity": "Port Margie", - "taxCode": "20G", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T05:14:01.828Z", - "dateCreated": "2019-11-08T05:30:14.737Z" - }, - { - "id": "68f64ae3-fb1f-4a1b-a7fa-dc9e1d68ebfc", - "desk": "D-91470", - "commodity": "Cocoa", - "traderId": 32053, - "traderName": "Giovani Gulgowski", - "traderEmail": "Armani.Harber@hotmail.com", - "unitPrice": 98.2013636439516, - "unitPriceCurrency": "GBP", - "quantity": 42072, - "filledQuantity": 0.8662530899410534, - "isFilled": false, - "subTotal": 4131527.7712283316, - "feeRate": 0.1385651837680857, - "feeAmount": 572485.9048632033, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 4131527.909793515, - "status": "Rejected", - "pnl": 94286643.33642444, - "maturityDate": "2021-05-03T07:48:53.391Z", - "tradeDate": "2020-05-11T23:31:59.374Z", - "brokerId": "63d00c35-14ca-4af1-bd4d-5cfd5372acf5", - "brokerName": "Powlowski - Collier", - "counterPartyName": "O'Kon - Ortiz", - "counterPartyCountry": { - "code": "CZ", - "label": "Czech Republic", - "phone": "420" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "36511 Kameron Ranch", - "counterPartyCity": "Port Jayceebury", - "taxCode": "IGN179", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T18:20:42.504Z", - "dateCreated": "2019-09-13T17:50:32.765Z" - }, - { - "id": "dee71c4e-715d-471c-8370-536bf329b9d4", - "desk": "D-48627", - "commodity": "Soybeans", - "traderId": 43938, - "traderName": "Bailey Buckridge", - "traderEmail": "Euna67@yahoo.com", - "unitPrice": 9.006828435345563, - "unitPriceCurrency": "EUR", - "quantity": 37364, - "filledQuantity": 0.3951397066695215, - "isFilled": false, - "subTotal": 336531.1376582516, - "feeRate": 0.29914895534234776, - "feeAmount": 100672.9382706378, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 336531.43680720695, - "status": "PartiallyFilled", - "pnl": -38238554.40226325, - "maturityDate": "2021-05-08T16:19:20.907Z", - "tradeDate": "2020-05-12T12:43:35.296Z", - "brokerId": "7ec824a3-45cb-4bdd-b262-435832a909e3", - "brokerName": "Feil, Konopelski and Hansen", - "counterPartyName": "Kuphal, Murphy and Barton", - "counterPartyCountry": { - "code": "NA", - "label": "Namibia", - "phone": "264" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "854 Ward Mission", - "counterPartyCity": "Nikolausburgh", - "taxCode": "1250L", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T12:18:15.424Z", - "dateCreated": "2019-11-28T23:40:39.861Z" - }, - { - "id": "31a4877e-2572-4c00-912d-2c6b41f270a8", - "desk": "D-3427", - "commodity": "Rapeseed", - "traderId": 17196, - "traderName": "Abner Greenfelder", - "traderEmail": "Johnathon6@gmail.com", - "unitPrice": 9.307750235434595, - "unitPriceCurrency": "BRZ", - "quantity": 3476, - "filledQuantity": 0.3676639815880322, - "isFilled": false, - "subTotal": 32353.739818370654, - "feeRate": 0.28398137866507134, - "feeAmount": 9187.859638591914, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 32354.02379974932, - "status": "Filled", - "pnl": 77526337.16632468, - "maturityDate": "2021-05-05T19:23:56.406Z", - "tradeDate": "2020-05-11T19:42:40.338Z", - "brokerId": "7d1bfa4a-076e-46e8-b618-a6c0c79d29f0", - "brokerName": "Boehm - Gislason", - "counterPartyName": "Bernier - Donnelly", - "counterPartyCountry": { - "code": "KH", - "label": "Cambodia", - "phone": "855" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "9012 Tanya Keys", - "counterPartyCity": "Port Christiana", - "taxCode": "BR", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T15:06:01.220Z", - "dateCreated": "2020-04-16T23:00:06.494Z" - }, - { - "id": "ddf737f0-0819-47bd-b549-c8a308000551", - "desk": "D-32403", - "commodity": "Rough Rice", - "traderId": 91217, - "traderName": "Serena Douglas", - "traderEmail": "Javonte.Stanton@hotmail.com", - "unitPrice": 12.026301421356408, - "unitPriceCurrency": "CHF", - "quantity": 17630, - "filledQuantity": 0.2481565513329552, - "isFilled": false, - "subTotal": 212023.69405851347, - "feeRate": 0.3425794390429392, - "feeAmount": 72634.9581743773, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 212024.03663795252, - "status": "Filled", - "pnl": 55532586.18771705, - "maturityDate": "2021-01-12T02:23:29.682Z", - "tradeDate": "2020-05-12T15:53:30.124Z", - "brokerId": "662ce8f4-1008-4d24-8260-133aa9c856d8", - "brokerName": "Shields - Jakubowski", - "counterPartyName": "Funk - Kuhic", - "counterPartyCountry": { - "code": "JE", - "label": "Jersey", - "phone": "44" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "8902 Sigrid Dale", - "counterPartyCity": "Armstrongchester", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T11:36:25.150Z", - "dateCreated": "2020-03-05T13:38:38.607Z" - }, - { - "id": "12c55b40-4a48-4792-8f89-1ff73d940d7c", - "desk": "D-50551", - "commodity": "Milk", - "traderId": 98775, - "traderName": "Ebony Beier", - "traderEmail": "Kamryn62@yahoo.com", - "unitPrice": 67.22352440214424, - "unitPriceCurrency": "USD", - "quantity": 65485, - "filledQuantity": 0.8927540658165992, - "isFilled": false, - "subTotal": 4402132.495474415, - "feeRate": 0.3477521586126812, - "feeAmount": 1530851.077800257, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 4402132.843226573, - "status": "PartiallyFilled", - "pnl": 79561974.95396337, - "maturityDate": "2020-08-08T13:53:04.218Z", - "tradeDate": "2020-05-12T13:17:52.443Z", - "brokerId": "d0e0eb2f-7a57-4294-8e1c-81eeb4bb9c53", - "brokerName": "Ebert - Gerlach", - "counterPartyName": "O'Connell Inc", - "counterPartyCountry": { - "code": "RE", - "label": "Reunion", - "phone": "262" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "11228 Estefania Avenue", - "counterPartyCity": "Spencerburgh", - "taxCode": "BR", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-12T13:24:05.563Z", - "dateCreated": "2020-03-12T17:13:22.431Z" - }, - { - "id": "954fc7cd-0066-4daa-8436-b5902df3e9c0", - "desk": "D-65501", - "commodity": "Cocoa", - "traderId": 17363, - "traderName": "Delia Effertz", - "traderEmail": "Ettie_Hessel38@gmail.com", - "unitPrice": 77.80305258180692, - "unitPriceCurrency": "CAD", - "quantity": 5570, - "filledQuantity": 0.6843806104129264, - "isFilled": false, - "subTotal": 433363.00288066454, - "feeRate": 0.37363135499253863, - "feeAmount": 161918.00596993812, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 433363.37651201955, - "status": "Open", - "pnl": -57364110.91912536, - "maturityDate": "2020-11-05T20:45:18.444Z", - "tradeDate": "2020-05-12T09:53:10.194Z", - "brokerId": "37815e61-4622-4eb5-afd7-c7a52bae8449", - "brokerName": "Greenholt, Murray and Toy", - "counterPartyName": "Cummings - Paucek", - "counterPartyCountry": { - "code": "MM", - "label": "Myanmar", - "phone": "95" - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "92207 VonRueden Gardens", - "counterPartyCity": "Bashirianfurt", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T05:39:44.173Z", - "dateCreated": "2020-02-23T09:29:34.575Z" - }, - { - "id": "9389665e-a426-47ac-af79-50bea52499cb", - "desk": "D-36695", - "commodity": "Sugar No.11", - "traderId": 60694, - "traderName": "Dulce Pacocha", - "traderEmail": "Marcus.Jenkins@yahoo.com", - "unitPrice": 6.269918807990912, - "unitPriceCurrency": "BRZ", - "quantity": 27990, - "filledQuantity": 0.32397284744551624, - "isFilled": false, - "subTotal": 175495.02743566563, - "feeRate": 0.2258765291407193, - "feeAmount": 39640.20767862346, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 175495.25331219478, - "status": "Filled", - "pnl": 4088492.8243656307, - "maturityDate": "2020-05-17T18:40:40.958Z", - "tradeDate": "2020-05-12T10:29:10.113Z", - "brokerId": "c5a8622b-1eeb-4808-8cba-e2d80e51ab7d", - "brokerName": "Barton Group", - "counterPartyName": "Marks - Abbott", - "counterPartyCountry": { - "code": "SD", - "label": "Sudan", - "phone": "249" - }, - "counterPartyCurrency": "CHF", - "counterPartyAddress": "403 Ellsworth Manors", - "counterPartyCity": "Gerryfurt", - "taxCode": "20G", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T05:07:42.650Z", - "dateCreated": "2019-10-29T10:30:18.712Z" - }, - { - "id": "1d95fe6f-1ada-467f-9038-7bc32d6c30ea", - "desk": "D-24538", - "commodity": "Milk", - "traderId": 67316, - "traderName": "Adriel Breitenberg", - "traderEmail": "Camila50@hotmail.com", - "unitPrice": 5.783733907378431, - "unitPriceCurrency": "BRZ", - "quantity": 51222, - "filledQuantity": 0.7305649916051696, - "isFilled": false, - "subTotal": 296254.418203738, - "feeRate": 0.12409734691361704, - "feeAmount": 36764.38731052106, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 296254.5423010849, - "status": "PartiallyFilled", - "pnl": -26935402.467316553, - "maturityDate": "2020-08-24T11:16:50.753Z", - "tradeDate": "2020-05-12T09:47:12.154Z", - "brokerId": "1fe9fa4f-ac5e-4cca-b229-20bd7499cbb9", - "brokerName": "Huels, Botsford and Ratke", - "counterPartyName": "Klocko and Sons", - "counterPartyCountry": { - "code": "ST", - "label": "Sao Tome and Principe", - "phone": "239" - }, - "counterPartyCurrency": "THB", - "counterPartyAddress": "2994 O'Hara Mountains", - "counterPartyCity": "North Bethelfurt", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T08:08:30.408Z", - "dateCreated": "2019-07-26T13:53:17.374Z" - }, - { - "id": "938f8098-a833-40ca-88f0-b9a6e3a6d488", - "desk": "D-57593", - "commodity": "Soybeans", - "traderId": 54329, - "traderName": "Mrs. Jairo Fadel", - "traderEmail": "Wilburn_Quitzon@hotmail.com", - "unitPrice": 19.292369549455675, - "unitPriceCurrency": "NZD", - "quantity": 28145, - "filledQuantity": 0.9048854148161307, - "isFilled": false, - "subTotal": 542983.74096943, - "feeRate": 0.2531372864062166, - "feeAmount": 137449.4307516975, - "incoTerm": "FAS (Free Alongside Ship)", - "totalPrice": 542983.9941067164, - "status": "PartiallyFilled", - "pnl": -6377557.854630515, - "maturityDate": "2020-09-14T19:06:07.010Z", - "tradeDate": "2020-05-11T21:48:51.192Z", - "brokerId": "e585ab0d-c497-4663-a2b6-0447857d61c2", - "brokerName": "Maggio, Hansen and Nicolas", - "counterPartyName": "Carter Group", - "counterPartyCountry": { - "code": "BT", - "label": "Bhutan", - "phone": "975" - }, - "counterPartyCurrency": "EUR", - "counterPartyAddress": "6843 Aurelie Center", - "counterPartyCity": "West Garth", - "taxCode": "IGN179", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T13:11:02.072Z", - "dateCreated": "2019-08-11T00:56:24.654Z" - }, - { - "id": "bb5122e9-a112-41e1-a5fa-eb214fd5d6d9", - "desk": "D-41949", - "commodity": "Coffee C", - "traderId": 3692, - "traderName": "Miss Barbara Kunde", - "traderEmail": "Caleigh39@yahoo.com", - "unitPrice": 29.712033963673314, - "unitPriceCurrency": "BRZ", - "quantity": 76561, - "filledQuantity": 0.67749898773527, - "isFilled": false, - "subTotal": 2274783.0322927926, - "feeRate": 0.3062735580354118, - "feeAmount": 696705.8930588966, - "incoTerm": "EXW (Ex Works)", - "totalPrice": 2274783.3385663508, - "status": "Open", - "pnl": -82155658.04526599, - "maturityDate": "2020-10-03T22:43:50.906Z", - "tradeDate": "2020-05-12T02:58:55.527Z", - "brokerId": "7b4a49ed-f534-4c89-bdf8-e6e6f5721c27", - "brokerName": "Skiles, Bailey and Hand", - "counterPartyName": "Bartell LLC", - "counterPartyCountry": { - "code": "AM", - "label": "Armenia", - "phone": "374" - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "994 Rohan Island", - "counterPartyCity": "Effertzland", - "taxCode": "20G", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-11T19:00:44.748Z", - "dateCreated": "2019-12-24T12:53:11.428Z" - }, - { - "id": "648c179d-6869-47c4-b953-9d992f34d631", - "desk": "D-43781", - "commodity": "Soybeans", - "traderId": 76739, - "traderName": "Arely D'Amore PhD", - "traderEmail": "Frederick_Schowalter36@yahoo.com", - "unitPrice": 73.81510836994353, - "unitPriceCurrency": "NZD", - "quantity": 71297, - "filledQuantity": 0.02545689159431673, - "isFilled": false, - "subTotal": 5262795.781451864, - "feeRate": 0.21953185231663347, - "feeAmount": 1155351.3062662922, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 5262796.000983717, - "status": "PartiallyFilled", - "pnl": 50272078.54109204, - "maturityDate": "2020-12-19T17:57:32.705Z", - "tradeDate": "2020-05-11T17:08:33.257Z", - "brokerId": "a0623cbe-5301-4742-9586-175742d734c9", - "brokerName": "Nikolaus, Okuneva and Lynch", - "counterPartyName": "Barton - Reynolds", - "counterPartyCountry": { - "code": "MQ", - "label": "Martinique", - "phone": "596" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "902 Gerlach Centers", - "counterPartyCity": "Laurynton", - "taxCode": "BC45", - "contractType": "FP", - "rateType": "Floating", - "lastUpdated": "2020-05-11T21:51:48.561Z", - "dateCreated": "2019-05-17T14:47:29.465Z" - }, - { - "id": "362ae13e-f170-4ee1-a44e-b28977c622db", - "desk": "D-83919", - "commodity": "Corn", - "traderId": 38436, - "traderName": "Maybelle Wiegand", - "traderEmail": "Hailie97@gmail.com", - "unitPrice": 67.71803390384386, - "unitPriceCurrency": "BRZ", - "quantity": 4451, - "filledQuantity": 0.020894181082902717, - "isFilled": false, - "subTotal": 301412.96890600905, - "feeRate": 0.2425532026629381, - "feeAmount": 73108.68093229707, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 301413.2114592117, - "status": "Rejected", - "pnl": -12925055.717702523, - "maturityDate": "2021-02-21T06:04:17.765Z", - "tradeDate": "2020-05-11T22:42:17.908Z", - "brokerId": "4cb27461-e04d-44ab-b5b5-753eb596b8b3", - "brokerName": "King, Heathcote and Robel", - "counterPartyName": "Kulas - Waters", - "counterPartyCountry": { - "code": "GF", - "label": "French Guiana", - "phone": "594" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "18887 Lurline Garden", - "counterPartyCity": "Pfannerstillside", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T04:12:32.628Z", - "dateCreated": "2020-05-05T05:05:54.404Z" - }, - { - "id": "770d2fdf-5bac-480e-a181-817731ad429e", - "desk": "D-32542", - "commodity": "Rapeseed", - "traderId": 77403, - "traderName": "Ms. Mallory Kiehn", - "traderEmail": "Trey_Haley86@gmail.com", - "unitPrice": 58.50666651430587, - "unitPriceCurrency": "CHF", - "quantity": 35391, - "filledQuantity": 0.29840920007911614, - "isFilled": false, - "subTotal": 2070609.434607799, - "feeRate": 0.16328557239752434, - "feeAmount": 338100.64674164867, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 2070609.5978933712, - "status": "Open", - "pnl": 73609272.92325875, - "maturityDate": "2020-06-13T21:29:52.350Z", - "tradeDate": "2020-05-11T23:36:17.314Z", - "brokerId": "7eeac9b2-fc30-477d-afde-a3bb461a7cbc", - "brokerName": "Mayert Group", - "counterPartyName": "Dickens LLC", - "counterPartyCountry": { - "code": "BA", - "label": "Bosnia and Herzegovina", - "phone": "387" - }, - "counterPartyCurrency": "BRZ", - "counterPartyAddress": "51364 Novella Greens", - "counterPartyCity": "New Lucy", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-12T11:40:50.973Z", - "dateCreated": "2020-03-30T23:36:56.471Z" - }, - { - "id": "32681e16-72c3-4264-87ae-543f36c0b0d0", - "desk": "D-60945", - "commodity": "Cotton No.2", - "traderId": 14244, - "traderName": "Mrs. Kassandra Mayer", - "traderEmail": "Genoveva.Emmerich32@gmail.com", - "unitPrice": 78.92259805514753, - "unitPriceCurrency": "GBP", - "quantity": 18539, - "filledQuantity": 0.7378499379686068, - "isFilled": false, - "subTotal": 1463146.0453443802, - "feeRate": 0.38497443949184074, - "feeAmount": 563273.8287011562, - "incoTerm": "CPT (Carriage Paid To)", - "totalPrice": 1463146.4303188196, - "status": "Filled", - "pnl": -45625162.41511134, - "maturityDate": "2020-09-17T05:40:56.590Z", - "tradeDate": "2020-05-12T00:48:31.905Z", - "brokerId": "13c919c1-a3b4-49a1-9c13-06339ba2bd95", - "brokerName": "Erdman, VonRueden and O'Reilly", - "counterPartyName": "Rice - Wyman", - "counterPartyCountry": { - "code": "AW", - "label": "Aruba", - "phone": "297" - }, - "counterPartyCurrency": "CAD", - "counterPartyAddress": "41723 Raynor Green", - "counterPartyCity": "Port Lionel", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T07:36:25.169Z", - "dateCreated": "2020-03-20T21:15:01.058Z" - }, - { - "id": "b729a065-9497-4c5d-9347-b6d934cdeb49", - "desk": "D-69826", - "commodity": "Cotton No.2", - "traderId": 58073, - "traderName": "Mrs. Nigel Bradtke", - "traderEmail": "Jaquan73@gmail.com", - "unitPrice": 8.385019772624513, - "unitPriceCurrency": "BRZ", - "quantity": 39468, - "filledQuantity": 0.8883905949123341, - "isFilled": false, - "subTotal": 330939.9603859443, - "feeRate": 0.25086048921671533, - "feeAmount": 83019.76036377838, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 330940.2112464335, - "status": "Rejected", - "pnl": -84485501.45716563, - "maturityDate": "2020-10-06T10:37:17.975Z", - "tradeDate": "2020-05-12T03:06:49.469Z", - "brokerId": "77ab21d1-a864-4eb0-9c50-c0381e93920d", - "brokerName": "Gislason Group", - "counterPartyName": "Morar, Bashirian and Greenfelder", - "counterPartyCountry": { - "code": "NG", - "label": "Nigeria", - "phone": "234" - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "3364 Crooks Heights", - "counterPartyCity": "East Coralieland", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T23:12:01.631Z", - "dateCreated": "2019-07-22T07:31:49.783Z" - }, - { - "id": "9190fb81-42b1-45a4-8729-e28f45cb284d", - "desk": "D-3529", - "commodity": "Sugar No.14", - "traderId": 81742, - "traderName": "Althea Zemlak", - "traderEmail": "Shanie22@hotmail.com", - "unitPrice": 18.494839167226264, - "unitPriceCurrency": "BRZ", - "quantity": 90159, - "filledQuantity": 0.15473774110183122, - "isFilled": false, - "subTotal": 1667476.2044779528, - "feeRate": 0.15484174262928285, - "feeAmount": 258194.92129422858, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 1667476.3593196955, - "status": "PartiallyFilled", - "pnl": -61986685.125699244, - "maturityDate": "2020-06-27T22:34:38.987Z", - "tradeDate": "2020-05-12T16:20:23.406Z", - "brokerId": "ff132ae6-d69a-4ab8-9e97-6d89cbb6cbc8", - "brokerName": "Murazik - Becker", - "counterPartyName": "Mante - Kunde", - "counterPartyCountry": { - "code": "SH", - "label": "Saint Helena", - "phone": "290" - }, - "counterPartyCurrency": "THB", - "counterPartyAddress": "291 Parisian Via", - "counterPartyCity": "New Maye", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-11T19:16:20.109Z", - "dateCreated": "2019-09-13T08:54:39.834Z" - }, - { - "id": "6e26b563-4be8-4539-b672-ffb73b3e91dc", - "desk": "D-85584", - "commodity": "Coffee C", - "traderId": 86155, - "traderName": "Erin Corkery V", - "traderEmail": "Mathias20@hotmail.com", - "unitPrice": 37.617058743705364, - "unitPriceCurrency": "HKD", - "quantity": 17382, - "filledQuantity": 0.18536416983085952, - "isFilled": false, - "subTotal": 653859.7150830866, - "feeRate": 0.11051822987619964, - "feeAmount": 72263.41829833896, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 653859.8256013165, - "status": "Rejected", - "pnl": 3239786.3958848864, - "maturityDate": "2020-06-03T16:09:06.238Z", - "tradeDate": "2020-05-11T17:36:33.460Z", - "brokerId": "e6b24ff6-1c0c-4b7e-8305-8068341b1f99", - "brokerName": "Fadel - Bartell", - "counterPartyName": "Cormier - Frami", - "counterPartyCountry": { - "code": "CX", - "label": "Christmas Island", - "phone": "61" - }, - "counterPartyCurrency": "THB", - "counterPartyAddress": "38217 Grady Viaduct", - "counterPartyCity": "Lake Karolann", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-11T23:40:34.845Z", - "dateCreated": "2019-08-20T02:58:43.071Z" - }, - { - "id": "25b38f6f-12eb-47ae-8429-399cdc3120d1", - "desk": "D-11398", - "commodity": "Cotton No.2", - "traderId": 97530, - "traderName": "Zackery Mraz", - "traderEmail": "Kim23@yahoo.com", - "unitPrice": 45.01430835128871, - "unitPriceCurrency": "AUD", - "quantity": 66407, - "filledQuantity": 0.6984354059060038, - "isFilled": false, - "subTotal": 2989265.1746840295, - "feeRate": 0.17164099628130358, - "feeAmount": 513080.4527317718, - "incoTerm": "DPU (Delivered at Place Unloaded)", - "totalPrice": 2989265.346325026, - "status": "PartiallyFilled", - "pnl": 49159408.874296725, - "maturityDate": "2020-09-10T18:07:18.074Z", - "tradeDate": "2020-05-12T00:08:36.028Z", - "brokerId": "69990303-53a6-496a-bf81-70d1723d01ca", - "brokerName": "Ullrich Inc", - "counterPartyName": "Brekke - Boehm", - "counterPartyCountry": { - "code": "TN", - "label": "Tunisia", - "phone": "216" - }, - "counterPartyCurrency": "ARS", - "counterPartyAddress": "425 Glover Loop", - "counterPartyCity": "Pagacton", - "taxCode": "BC45", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-12T12:41:58.074Z", - "dateCreated": "2019-06-05T06:49:43.102Z" - }, - { - "id": "96702937-63db-4fb9-8c82-4613e7e0747c", - "desk": "D-81146", - "commodity": "Sugar No.11", - "traderId": 32070, - "traderName": "Sean Bradtke", - "traderEmail": "Brian_Lang@hotmail.com", - "unitPrice": 91.10926739902901, - "unitPriceCurrency": "ARS", - "quantity": 67684, - "filledQuantity": 0.5653330181431357, - "isFilled": false, - "subTotal": 6166639.654635879, - "feeRate": 0.23772340721665894, - "feeAmount": 1465954.589777402, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 6166639.892359287, - "status": "Filled", - "pnl": -51015320.44527808, - "maturityDate": "2020-06-18T13:46:34.220Z", - "tradeDate": "2020-05-12T03:00:51.509Z", - "brokerId": "9eddc7df-9946-451e-8411-7d278046a575", - "brokerName": "Nolan - Huel", - "counterPartyName": "Schmidt, Romaguera and Gorczany", - "counterPartyCountry": { - "code": "DM", - "label": "Dominica", - "phone": "1-767" - }, - "counterPartyCurrency": "THB", - "counterPartyAddress": "918 Ettie Common", - "counterPartyCity": "South Jeffview", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T08:20:25.870Z", - "dateCreated": "2020-04-07T05:27:15.756Z" - }, - { - "id": "f902b110-0544-4601-ad82-0bf6e60885e0", - "desk": "D-7830", - "commodity": "Sugar No.14", - "traderId": 56464, - "traderName": "Laura O'Keefe", - "traderEmail": "Stephany.Rosenbaum55@yahoo.com", - "unitPrice": 61.25554730376279, - "unitPriceCurrency": "JPY", - "quantity": 79031, - "filledQuantity": 0.22112841796257166, - "isFilled": false, - "subTotal": 4841087.158963677, - "feeRate": 0.372056943806252, - "feeAmount": 1801160.0930637168, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 4841087.53102062, - "status": "Filled", - "pnl": -83466889.96386509, - "maturityDate": "2020-08-09T20:12:21.937Z", - "tradeDate": "2020-05-12T10:03:24.750Z", - "brokerId": "7cdac045-f72a-4d9e-95ee-24c50f242e9f", - "brokerName": "Wintheiser Inc", - "counterPartyName": "Crist - Lakin", - "counterPartyCountry": { - "code": "PL", - "label": "Poland", - "phone": "48" - }, - "counterPartyCurrency": "TRY", - "counterPartyAddress": "597 Adela Haven", - "counterPartyCity": "Marksview", - "taxCode": "1250L", - "contractType": "FP", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T05:41:18.555Z", - "dateCreated": "2019-12-12T15:01:55.124Z" - }, - { - "id": "14d81011-c18d-4fdd-9daa-02a7489d1617", - "desk": "D-88138", - "commodity": "Robusta coffee", - "traderId": 15909, - "traderName": "Seth Hartmann", - "traderEmail": "Madaline82@hotmail.com", - "unitPrice": 11.20388151451271, - "unitPriceCurrency": "HKD", - "quantity": 36212, - "filledQuantity": 0.5966530431901027, - "isFilled": false, - "subTotal": 405714.95740353427, - "feeRate": 0.10363670815801787, - "feeAmount": 42046.96263577273, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 405715.06104024244, - "status": "PartiallyFilled", - "pnl": 6556555.515596285, - "maturityDate": "2020-09-09T09:29:26.047Z", - "tradeDate": "2020-05-11T19:02:28.984Z", - "brokerId": "078f1724-551a-4a8f-85e8-2cd20fe27ba4", - "brokerName": "Weimann Group", - "counterPartyName": "Rolfson - Koch", - "counterPartyCountry": { - "code": "CX", - "label": "Christmas Island", - "phone": "61" - }, - "counterPartyCurrency": "GBP", - "counterPartyAddress": "614 Melyna Branch", - "counterPartyCity": "Makaylamouth", - "taxCode": "BR", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-11T22:57:05.697Z", - "dateCreated": "2019-09-07T01:13:32.504Z" - }, - { - "id": "a5e03fe5-0327-4c77-b2d9-4bfae4ab7d66", - "desk": "D-38968", - "commodity": "Wheat", - "traderId": 88270, - "traderName": "Keara Nitzsche", - "traderEmail": "Jarvis70@hotmail.com", - "unitPrice": 46.114749455718346, - "unitPriceCurrency": "MXN", - "quantity": 51201, - "filledQuantity": 0.4099724614753618, - "isFilled": false, - "subTotal": 2361121.286882235, - "feeRate": 0.2219581300393492, - "feeAmount": 524070.0656324827, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 2361121.5088403653, - "status": "Filled", - "pnl": -4017341.562242955, - "maturityDate": "2020-06-26T19:16:36.479Z", - "tradeDate": "2020-05-12T07:53:09.394Z", - "brokerId": "7d7cdfbb-2abc-4b0a-ab48-a48e9ea48cb1", - "brokerName": "Harber, Wisoky and Marvin", - "counterPartyName": "Lockman - Wintheiser", - "counterPartyCountry": { - "code": "KR", - "label": "Korea, Republic of", - "phone": "82" - }, - "counterPartyCurrency": "BRZ", - "counterPartyAddress": "846 MacGyver Lane", - "counterPartyCity": "Marisolton", - "taxCode": "20G", - "contractType": "TM", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T07:31:24.437Z", - "dateCreated": "2020-03-02T09:41:06.462Z" - }, - { - "id": "3b984d3c-7d86-4981-827c-353a56b9fc65", - "desk": "D-51700", - "commodity": "Coffee C", - "traderId": 78547, - "traderName": "Korbin Mohr", - "traderEmail": "Alex15@yahoo.com", - "unitPrice": 95.07250335334557, - "unitPriceCurrency": "EUR", - "quantity": 9311, - "filledQuantity": 0.3189775534314252, - "isFilled": false, - "subTotal": 885220.0787230006, - "feeRate": 0.16263776965138038, - "feeAmount": 143970.21925412817, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 885220.2413607702, - "status": "PartiallyFilled", - "pnl": 53978456.51118374, - "maturityDate": "2020-11-22T00:56:53.298Z", - "tradeDate": "2020-05-12T08:27:16.536Z", - "brokerId": "da3255ef-c3c0-418c-91b1-7cc0c9fbfc88", - "brokerName": "Ankunding - Hirthe", - "counterPartyName": "Dooley, Cole and Jenkins", - "counterPartyCountry": { - "code": "US", - "label": "United States", - "phone": "1", - "suggested": true - }, - "counterPartyCurrency": "AUD", - "counterPartyAddress": "972 Liliana Dam", - "counterPartyCity": "South Augustuschester", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Floating", - "lastUpdated": "2020-05-12T00:26:54.249Z", - "dateCreated": "2020-01-08T19:01:57.907Z" - }, - { - "id": "61d98dc5-6909-4806-bce9-44fa4aac457b", - "desk": "D-62318", - "commodity": "Robusta coffee", - "traderId": 56859, - "traderName": "Vanessa Emmerich", - "traderEmail": "Danielle23@yahoo.com", - "unitPrice": 40.88991593489111, - "unitPriceCurrency": "BRZ", - "quantity": 86844, - "filledQuantity": 0.5202892542950578, - "isFilled": false, - "subTotal": 3551043.859449683, - "feeRate": 0.22721738289589197, - "feeAmount": 806858.8922926846, - "incoTerm": "DDP (Delivered Duty Paid)", - "totalPrice": 3551044.086667066, - "status": "Rejected", - "pnl": -92750354.26403217, - "maturityDate": "2020-10-05T16:15:43.761Z", - "tradeDate": "2020-05-11T17:54:02.002Z", - "brokerId": "6d472c8c-e6dc-44c0-9b7c-83495df40ffb", - "brokerName": "Marvin and Sons", - "counterPartyName": "Bogan, Raynor and Turcotte", - "counterPartyCountry": { - "code": "MQ", - "label": "Martinique", - "phone": "596" - }, - "counterPartyCurrency": "BRZ", - "counterPartyAddress": "22020 Herbert Bypass", - "counterPartyCity": "Caylatown", - "taxCode": "BC45", - "contractType": "TM", - "rateType": "Floating", - "lastUpdated": "2020-05-12T08:49:33.740Z", - "dateCreated": "2019-08-17T20:24:37.686Z" - }, - { - "id": "b88f8623-bba9-493c-be3f-75f47d6aebfc", - "desk": "D-8612", - "commodity": "Corn", - "traderId": 48890, - "traderName": "Deron Cassin", - "traderEmail": "Ericka_Daniel@hotmail.com", - "unitPrice": 58.72199616114259, - "unitPriceCurrency": "NZD", - "quantity": 9572, - "filledQuantity": 0.6291266193063101, - "isFilled": false, - "subTotal": 562086.9472544569, - "feeRate": 0.2081587135643453, - "feeAmount": 117003.29585179775, - "incoTerm": "DAP (Delivered at Place)", - "totalPrice": 562087.1554131705, - "status": "PartiallyFilled", - "pnl": 18664519.566564813, - "maturityDate": "2020-06-02T07:57:58.738Z", - "tradeDate": "2020-05-12T14:39:38.213Z", - "brokerId": "38279b78-2898-46a6-87be-e4576d456497", - "brokerName": "Wiegand - Romaguera", - "counterPartyName": "Bruen and Sons", - "counterPartyCountry": { - "code": "TO", - "label": "Tonga", - "phone": "676" - }, - "counterPartyCurrency": "NZD", - "counterPartyAddress": "128 Barry Shoal", - "counterPartyCity": "Port Chadville", - "taxCode": "1250L", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T09:44:59.194Z", - "dateCreated": "2019-09-05T01:16:00.169Z" - }, - { - "id": "9f5b92da-62fb-4234-b7c4-fd526b940861", - "desk": "D-1006", - "commodity": "Adzuki bean", - "traderId": 36066, - "traderName": "Darius Huel", - "traderEmail": "Enola14@gmail.com", - "unitPrice": 22.02431154930782, - "unitPriceCurrency": "CAD", - "quantity": 3420, - "filledQuantity": 0.147953216374269, - "isFilled": false, - "subTotal": 75323.14549863274, - "feeRate": 0.10111940712029888, - "feeAmount": 7616.631815257752, - "incoTerm": "FCA (Free Carrier)", - "totalPrice": 75323.24661803986, - "status": "Filled", - "pnl": -20712256.880100235, - "maturityDate": "2021-05-08T01:02:28.298Z", - "tradeDate": "2020-05-11T19:11:15.940Z", - "brokerId": "fc9b252b-e811-40ec-9102-e6b67ebb51b9", - "brokerName": "Barton - Corkery", - "counterPartyName": "Waelchi Inc", - "counterPartyCountry": { - "code": "OM", - "label": "Oman", - "phone": "968" - }, - "counterPartyCurrency": "TRY", - "counterPartyAddress": "277 Corwin Haven", - "counterPartyCity": "West Ubaldo", - "taxCode": "20G", - "contractType": "CR", - "rateType": "Fixed", - "lastUpdated": "2020-05-12T14:31:13.602Z", - "dateCreated": "2019-05-14T06:10:43.554Z" - } - ] -}